API für 4Netplayers The Walking Dead
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286577572417537",
"domain": null,
"id": 11737461,
"ip": "213.202.205.23",
"port": 23900,
"query": 23910,
"color": 0,
"city": "Nordhorn",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1780412384,
"last_online": 1780581649,
"icon": null,
"name": "4Netplayers The Walking Dead",
"connect": "213.202.205.23:23900",
"request": "213.202.205.23:23910",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.024h1",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 44,
"add_date": 1780412384,
"last_update": 1780581649,
"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": 98,
"language": "de",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11737461");
$data = json_decode($json, true);
var_dump($data);