API für The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 70,
"fps_avg": 70,
"entities_count": 30888,
"world_seed": 895557308,
"world_size": 4000,
"steam_id": "90286604466788367",
"domain": null,
"id": 8972817,
"ip": "92.118.19.40",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "![The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree]](https://i.imgur.com/KSp9wJe.jpg)\nSurvive and Thrive in The Fall\r\n- 5x Boosted Loot | Massive 10k+ Stacks\r\n QoL: Store | Instant Smelt & Fast Craft\r\n- Dynamic Events: Convoys, Patrol Helicopter, Quests, Raidable Bases, Guarded Crates, Dangerous Treasure Hunts\r\n- Thriving Player-Driven Economy — Build, Trade, and Conquer!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780599632,
"icon": null,
"name": "The Fall US PVE 5x[Events|Raid|Quests|Zombies|SkillTree]",
"connect": "92.118.19.40:28025",
"request": "92.118.19.40:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1746793927,
"last_update": 1780599632,
"banned": false,
"wipe": 1780595864,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3112,
"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/8972817");
$data = json_decode($json, true);
var_dump($data);