Motor Town: Behind The Wheel
API für Sledge
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11487347json
{
"response": {
"steam_id": 90284939544048640,
"domain": null,
"id": 11487347,
"ip": "89.117.72.86",
"port": 35600,
"query": 35615,
"color": 0,
"city": "Orangeburg",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1777590747,
"score": 0,
"last_online": 1777163457,
"icon": null,
"name": "Sledge",
"connect": "89.117.72.86:35600",
"request": "89.117.72.86:35615",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774979654,
"last_update": 1777590747,
"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": 190,
"language": "en",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11487347");
$data = json_decode($json, true);
var_dump($data);