API für -=Shanghai.CA.5v5.ALIEN=-
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90286417775255570,
"domain": null,
"id": 11578041,
"ip": "124.221.247.31",
"port": 27961,
"query": 27961,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1779569561,
"last_online": 1780244439,
"icon": null,
"name": "-=Shanghai.CA.5v5.ALIEN=-",
"connect": "124.221.247.31:27961",
"request": "124.221.247.31:27961",
"map": "campgrounds",
"gamemode": "Clan Arena",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 7,
"maxplayers": 13,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 58,
"add_date": 1779356910,
"last_update": 1780244439,
"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": 21,
"language": "zh",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11578041");
$data = json_decode($json, true);
var_dump($data);