API für [EU] | Nubi OneGrid | 2x | JUST WIPED 23.05.2026 16:00 CEST |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 67,
"fps_avg": 64,
"entities_count": 163503,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90286420201884673",
"domain": null,
"id": 11260038,
"ip": "176.9.63.179",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] | Nubi OneGrid | 2x | JUST WIPED 23.05.2026 16:00 CEST |](https://chatgpt.com/s/m_6a0d55a81288819198ccd1f8840af608)\n[EU] Nubi OneGrid 2x\r\n\r\nTEST WIPE 23.05.2026 16:00 CEST\r\n\r\n2x Rates • Weekly Map Wipes • Monthly BP Wipes\r\nCustom Loot & Balanced Drops\r\nActive EU PvP • Fast Progression • OneGrid Gameplay\r\n\r\nJoin Discord: discord.gg/vkUj5MdTDD",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780181591,
"last_online": 1780571435,
"icon": null,
"name": "[EU] | Nubi OneGrid | 2x | JUST WIPED 23.05.2026 16:00 CEST |",
"connect": "176.9.63.179:28010",
"request": "176.9.63.179:28011",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1780571435,
"banned": false,
"wipe": 1780182368,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4308,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11260038");
$data = json_decode($json, true);
var_dump($data);