API für ☆欢迎来到6026部落☆6月3日新档☆主PVE副PVP☆宠物系统☆免费MOD☆免费8555☆百倍机场☆特色种植�
JSON für Programme, Websites und mehr
text
json
{
"response": {
"build": 119181,
"extraFlags": 0,
"nameHeaderRaw": "d0181d020003",
"statusFlags": 96,
"type": 0,
"unknownStatusFlags": 96,
"steam_id": null,
"domain": null,
"id": 11764465,
"ip": "45.125.44.211",
"port": 7062,
"query": 7062,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780932277,
"last_online": 1780981236,
"icon": null,
"name": "☆欢迎来到6026部落☆6月3日新档☆主PVE副PVP☆宠物系统☆免费MOD☆免费8555☆百倍机场☆特色种植�",
"connect": "45.125.44.211:7062",
"request": "45.125.44.211:7062",
"map": null,
"gamemode": "community-direct",
"version": "1.3.0.2.119181",
"numplayers": 29,
"maxplayers": 128,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 53,
"add_date": 1780932277,
"last_update": 1780981236,
"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": 151,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11764465");
$data = json_decode($json, true);
var_dump($data);