API für Relentless Dawn B42 | Wiped 05/28/26 | PvE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286464140297247",
"domain": null,
"id": 11649874,
"ip": "173.214.174.18",
"port": 25613,
"query": 25613,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780264452,
"last_online": 1780287021,
"icon": null,
"name": "Relentless Dawn B42 | Wiped 05/28/26 | PvE",
"connect": "173.214.174.18:25613",
"request": "173.214.174.18:25613",
"map": "map_distanciado;Oakshire42;Tayl",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 21,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1780177713,
"last_update": 1780287021,
"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": 28,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11649874");
$data = json_decode($json, true);
var_dump($data);