API für APOCALIPSE [BR] - WIPE NOVO INÍCIO 16-05-2026 B42.18
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286474357349407",
"domain": null,
"id": 11537111,
"ip": "72.62.137.60",
"port": 16261,
"query": 16261,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780269246,
"last_online": 1780343439,
"icon": null,
"name": "APOCALIPSE [BR] - WIPE NOVO INÍCIO 16-05-2026 B42.18",
"connect": "72.62.137.60:16261",
"request": "72.62.137.60:16261",
"map": "AnruisiTown;RaccoonCity;WestPoi",
"gamemode": "Project Zomboid",
"version": "42.18",
"numplayers": 12,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 53,
"add_date": 1779355323,
"last_update": 1780343439,
"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": 3456,
"language": "pt",
"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/11537111");
$data = json_decode($json, true);
var_dump($data);