API pentru 8803/友好PVE/年费MOD国服/3倍物资/无高达/特色魔改/刷野车/彩蛋房/无疲劳/新手礼包/高倍回收
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"build": 118271,
"extraFlags": 0,
"nameHeaderRaw": "f0df1c010003",
"statusFlags": 96,
"type": 0,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11752503,
"ip": "43.249.195.16",
"port": 42370,
"query": 42370,
"color": 0,
"city": "Jinan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780519375,
"last_online": 1780564841,
"icon": null,
"name": "8803/友好PVE/年费MOD国服/3倍物资/无高达/特色魔改/刷野车/彩蛋房/无疲劳/新手礼包/高倍回收",
"connect": "43.249.195.16:42370",
"request": "43.249.195.16:42370",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.1.118271",
"numplayers": 14,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1780519375,
"last_update": 1780564841,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 355,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11752503");
$data = json_decode($json, true);
var_dump($data);