API für [US] Rusthereum 5X Solo/Duo/Trio/Quad [Loot+/Shop/Kits]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 71,
"fps_avg": 73,
"entities_count": 119920,
"world_seed": 1020636762,
"world_size": 4500,
"steam_id": "90286599408893960",
"domain": null,
"id": 10508516,
"ip": "98.116.33.36",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Bellmore",
"description": "![[US] Rusthereum 5X Solo/Duo/Trio/Quad [Loot+/Shop/Kits]](https://rusthereum.com/img/serverlistbg.png)\nWelcome to Rusthereum 5X Solo/Duo/Trio/Quad.\r\n\r\nBi-Weekly Wipe.\r\n5X the normal rate of materials/loot\r\nCheck out our store for access to our ranks & kits we have available for purchase\r\nhttps://rusthereum.com/#store\r\nJoin our Discord/Steam Group for News and access to more kits in-game.\r\nhttps://discordapp.com/invite/MMyQbhb\r\nhttps://steamcommunity.com/groups/rusthereum",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780585470,
"last_online": 1780603836,
"icon": null,
"name": "[US] Rusthereum 5X Solo/Duo/Trio/Quad [Loot+/Shop/Kits]",
"connect": "98.116.33.36:28015",
"request": "98.116.33.36:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1761421324,
"last_update": 1780603836,
"banned": false,
"wipe": 1779389991,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3758,
"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/10508516");
$data = json_decode($json, true);
var_dump($data);