NexusVille |NPC|Police|AllJobs|CompanyAI|RainOff 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9967209,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": null,
"game": 1369670,
"owner": 129964,
"boosts": 1,
"last_offline": 1761066213,
"last_online": 1758480025,
"icon": null,
"name": "NexusVille |NPC|Police|AllJobs|CompanyAI|RainOff",
"connect": null,
"request": null,
"map": null,
"gamemode": "Unreal Test!",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754554592,
"last_update": 1761066213,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 411,
"language": "de",
"parked": true,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": {
"username": "MrCloudPT",
"avatar": "ee795ddd-fb28-4e63-a24f-01fc4036d2bd.jpg"
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/9967209");
$data = json_decode($json, true);
var_dump($data);