API für 2.1单挑2·新
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 11588609,
"ip": "119.91.99.176",
"port": 27026,
"query": 27026,
"color": 0,
"city": "Guangzhou",
"description": null,
"game": 9000053,
"owner": null,
"boosts": 1,
"last_offline": 1779855753,
"last_online": 1779755490,
"icon": null,
"name": "2.1单挑2·新",
"connect": "119.91.99.176:27026",
"request": "119.91.99.176:27026",
"map": "pkwlz_2",
"gamemode": "ESF | EVM Teamplay",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779358179,
"last_update": 1779855753,
"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": 14,
"language": "zh",
"parked": false,
"app": {
"id": 1665379,
"steam_id": 9000053,
"name": "Earth's Special Forces",
"url": "earths-special-forces"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11588609");
$data = json_decode($json, true);
var_dump($data);