API für [DE] AFTERWORK X100 | Kits | TP | Homes | Raid Drops
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 84516,
"world_seed": 1742112436,
"world_size": 4000,
"steam_id": "90286620204248081",
"domain": null,
"id": 10870057,
"ip": "136.243.36.106",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Falkenstein",
"description": "![[DE] AFTERWORK X100 | Kits | TP | Homes | Raid Drops](https://i.imgur.com/hROlhDM.png)\n🔥 AFTERWORK X100\r\n💥 x100 Gather | x10 Loot\r\n⚔️ Teamlimit 4 | Weekly Wipe\r\n🧨 Raid Drops | Kits | TP | Homes\r\n🎁 Free Starter Kits für alle\r\n🇩🇪 Casual & AfterWork Friendly\r\n⏰ Täglicher Restart 05:00 Uhr",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599268,
"last_online": 1780640432,
"icon": null,
"name": "[DE] AFTERWORK X100 | Kits | TP | Homes | Raid Drops",
"connect": "136.243.36.106:28045",
"request": "136.243.36.106:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318387,
"last_update": 1780640432,
"banned": false,
"wipe": 1780599235,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3732,
"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/10870057");
$data = json_decode($json, true);
var_dump($data);