API für BloodyxRust 10x | Loot++ | Kits | SkinBox | JUST WIPED
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 100756,
"world_seed": 817202959,
"world_size": 4000,
"steam_id": "90286411334018055",
"domain": null,
"id": 11511644,
"ip": "108.74.19.235",
"port": 28064,
"query": 28065,
"color": 0,
"city": "Port Saint Lucie",
"description": "\nWelcome to BloodyxRust 10x No BPs!\r\nCustom Map\r\n\r\n- 10x Gather • Loot++ • Fast Progression\r\n- PvP Focused • Raiding • Active Gameplay\r\n- /mymini with unlimited fuel\r\n- No BPs • Instant Craft\r\n- Kits • Clans • Teleport • SkinBox\r\n- BGrade • AutoDoors • Remove\r\n\r\nWeekly Wipes • Active Admins • Smooth Performance\r\nJoin BloodyxRust. Dominate the wipe.\\Coming Soon!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780148615,
"last_online": 1780583437,
"icon": null,
"name": "BloodyxRust 10x | Loot++ | Kits | SkinBox | JUST WIPED",
"connect": "108.74.19.235:28064",
"request": "108.74.19.235:28065",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353859,
"last_update": 1780583437,
"banned": false,
"wipe": 1780081075,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5244,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/11511644");
$data = json_decode($json, true);
var_dump($data);