API für [CN] FOX社区 | 萌新友好 美女带队 | 氛围极佳 |QQ群:762720886|kook:55527839|yy:1452411997
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11586127,
"ip": "45.125.47.190",
"port": 4020,
"query": 4020,
"color": 0,
"city": "Jinan",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1779839629,
"last_online": 1779859810,
"icon": null,
"name": "[CN] FOX社区 | 萌新友好 美女带队 | 氛围极佳 |QQ群:762720886|kook:55527839|yy:1452411997",
"connect": "45.125.47.190:4020",
"request": "45.125.47.190:4020",
"map": "Gorodok_RAAS_v2",
"gamemode": "RAAS",
"version": "v10.4.1.604352.2183",
"numplayers": 87,
"maxplayers": 99,
"bots": 0,
"secured": null,
"private": null,
"country": "CN",
"status": true,
"votes": 0,
"points": 119,
"add_date": 1779357155,
"last_update": 1779859810,
"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": 23,
"language": "zh",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11586127");
$data = json_decode($json, true);
var_dump($data);