Automobilista
API für Raiz Racing Uno B
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11181904json
{
"response": {
"steam_id": "90285123448321039",
"domain": null,
"id": 11181904,
"ip": "187.63.105.30",
"port": 34600,
"query": 27019,
"color": 0,
"city": "Brasília",
"description": null,
"game": 431600,
"owner": null,
"boosts": 1,
"last_offline": 1777491813,
"score": 0,
"last_online": 1777546970,
"icon": null,
"name": "Raiz Racing Uno B",
"connect": "187.63.105.30:34600",
"request": "187.63.105.30:27019",
"map": "Goiania",
"gamemode": "Automobilista: Pnte Turismo B",
"version": "1",
"numplayers": 0,
"maxplayers": 31,
"bots": 0,
"secured": false,
"private": true,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229908,
"last_update": 1777546970,
"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": 5,
"language": "pt",
"parked": false,
"app": {
"id": 166,
"steam_id": 431600,
"name": "Automobilista",
"url": "automobilista"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11181904");
$data = json_decode($json, true);
var_dump($data);