API für ICEFALL 5X | SOLO/DUO/TRIO | KITS | TP |
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 54,
"fps_avg": 54,
"entities_count": 118918,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90286576277370889",
"domain": null,
"id": 11501804,
"ip": "66.51.97.50",
"port": 28005,
"query": 28006,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Icefall 5X Solo/Duo/Trio\r\n\r\n• 5X Gather Rates\r\n• Kits & Teleportation\r\n• Better Loot & Fast Smelting\r\n• Short Nights\r\n• Monthly Wipes\r\n• Trio Max Group Limit\r\n• Beginner Friendly\r\n• Fast Progression & More PvP\r\n• Active Events & Raidable Bases\r\n• Balanced Modded Experience\r\n\r\nBuilt for players who want less grind, smoother progression and more action without overpowered gameplay.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207181,
"last_online": 1780612230,
"icon": null,
"name": "ICEFALL 5X | SOLO/DUO/TRIO | KITS | TP |",
"connect": "66.51.97.50:28005",
"request": "66.51.97.50:28006",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207181,
"last_update": 1780612230,
"banned": false,
"wipe": 1778183555,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4637,
"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/11501804");
$data = json_decode($json, true);
var_dump($data);