API für [US] Ashfall · 10x · Rust MMORPG
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 227,
"fps_avg": 229,
"entities_count": 95576,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90286588962684944",
"domain": null,
"id": 11639184,
"ip": "199.26.84.130",
"port": 26200,
"query": 26645,
"color": 0,
"city": "Dallas",
"description": "Ashfall · A Rust MMORPG The world burned. You didn't. [+] Skill Tree progression with 100 levels + infinite Prestige [+] Legendary Weapons that grow stronger with every kill [+] Mystical Armor forged from gems [+] Custom Questlines with daily challenges [+] Boss Towers · Dungeons · Tiered Events [+] 10x rates · Biweekly wipes · Pure PvE",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779917956,
"last_online": 1780614632,
"icon": null,
"name": "[US] Ashfall · 10x · Rust MMORPG",
"connect": "199.26.84.130:26200",
"request": "199.26.84.130:26645",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917956,
"last_update": 1780614632,
"banned": false,
"wipe": 1778549603,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5292,
"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/11639184");
$data = json_decode($json, true);
var_dump($data);