API für [UK] RustBorn | Main | 50% Upkeep | No BP Wipe
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 163,
"fps_avg": 161,
"entities_count": 108073,
"world_seed": 1022636826,
"world_size": 4250,
"steam_id": "90286575862282250",
"domain": null,
"id": 9720722,
"ip": "203.16.163.246",
"port": 23863,
"query": 23864,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[UK] RustBorn | Main | 50% Upkeep | No BP Wipe](https://i.postimg.cc/8kry0qvp/server-banner.png)\nWelcome to RustBorn!\r\nPure vanilla Rust experience with light upkeep adjustment for more building freedom.\r\nTeam Limit : 4 Players Max\r\nMap Wipe: Monthly • Blueprints: Never Wipe\r\n50% Upkeep • Active Admins • No Mods/No P2W\r\nNo cheating / Exploiting or Scripting of any kind.\r\nBe kind / be cool - No hate speech/bullying or toxic behaviour!\r\nSurvive. Build. Raid. Repeat.\r\nJoin our community using the link below!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780533259,
"last_online": 1780591830,
"icon": null,
"name": "[UK] RustBorn | Main | 50% Upkeep | No BP Wipe",
"connect": "203.16.163.246:23863",
"request": "203.16.163.246:23864",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1752139727,
"last_update": 1780591830,
"banned": false,
"wipe": 1778177562,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3365,
"language": "de",
"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/9720722");
$data = json_decode($json, true);
var_dump($data);