API für №[6] D2S Apocalypse 2X-10X PvE Night Zombies
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 98668,
"world_seed": 2147483647,
"world_size": 3900,
"steam_id": "90286749360753687",
"domain": null,
"id": 2502685,
"ip": "208.52.153.33",
"port": 28099,
"query": 28096,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![№[6] D2S Apocalypse 2X-10X PvE Night Zombies](https://cdn.shopify.com/s/files/1/0698/8146/2921/files/Banner-Apocalipse-S6.jpg)\nD2S: Apocalypse PvE\r\nSurvive the chaos. Own the apocalypse.\r\nPvE that feels like PvP.\r\n\r\nMonument Bosses: 5000 HP • 500 RP\r\nNight Reapers: Attack bases after dark.\r\nDay Scavengers: Avoid fights unless you want trouble.\r\nAdvanced Crafting & Triggerable Events.\r\nRP Skills: Gather 2x–10x • Mon/Wed x3 • Tue/Thu x2\r\n\r\nBuild smart. Fight harder. Survive longer.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598073,
"last_online": 1780944037,
"icon": null,
"name": "№[6] D2S Apocalypse 2X-10X PvE Night Zombies",
"connect": "208.52.153.33:28099",
"request": "208.52.153.33:28096",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1705488882,
"last_update": 1780944037,
"banned": false,
"wipe": 1780598349,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3546,
"language": "en",
"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/2502685");
$data = json_decode($json, true);
var_dump($data);