API für [US] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 11,
"fps_avg": 8,
"entities_count": 311942,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286748359146520",
"domain": null,
"id": 10714467,
"ip": "191.96.152.240",
"port": 10000,
"query": 9000,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "![[US] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|](https://i.ibb.co/zLcpGM0/Untitled-Project-Artboard-2-1.png)\n[US] New RustValley | PVE+ | Legendary Weapons | Raidable Bases | SKILLS \r\n\r\nFeatures: \r\n✯ VIRTUAL QUARRIES /vq\r\n✯ LEGENDARY WEAPONS\r\n✯ CASINO /casino\r\n✯ RAIDABLE BASES\r\n✯ SKILL TREE\r\n✯ /SHOP TO BUY ITEMS\r\n✯EPIC LOOT /el",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780830261,
"last_online": 1780944021,
"icon": null,
"name": "[US] RustValley 10x PVE+ |Legendary Weapons| Raidable Bases|",
"connect": "191.96.152.240:10000",
"request": "191.96.152.240:9000",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 46,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1765132191,
"last_update": 1780944021,
"banned": false,
"wipe": 1780603003,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 642,
"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/10714467");
$data = json_decode($json, true);
var_dump($data);