API für [US CENTRAL] NODRAMA [10YL/TLOU/BANDITS]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10360092,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": null,
"description": "testy",
"game": 108600,
"owner": 139649,
"boosts": 1,
"last_offline": 1762408326,
"last_online": 1761519612,
"icon": null,
"name": "[US CENTRAL] NODRAMA [10YL/TLOU/BANDITS]",
"connect": null,
"request": null,
"map": "Valley Station, KY;March Ridge,",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758543113,
"last_update": 1762408326,
"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": 11741,
"language": "en",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "Dex_dexerson",
"avatar": "cd163bdb-b7de-4b7c-b1d7-e2f0edd21be9.jpg"
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10360092");
$data = json_decode($json, true);
var_dump($data);