API für Aussie Rust Solo Survival | Low Upkeep | Raidable Bases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 176,
"fps_avg": 171,
"entities_count": 84812,
"world_seed": 876816796,
"world_size": 3500,
"steam_id": "90286574529131533",
"domain": null,
"id": 11677618,
"ip": "51.161.198.179",
"port": 60424,
"query": 60426,
"color": 0,
"city": "North Sydney",
"description": "Welcome to Aussie Rust Solo Survival \r\nSemi-Vanilla - Solo Only \r\nMonthly Map & BP Wipes \r\n\r\nChanges: \r\n- Base Decay: 30% \r\n- Raidable Bases \r\n- Tool Cupboard Auth Limit: One \r\n- Attack Heli more dangerous, Uptime longer. \r\n\r\nRules: \r\n- No teams, alliances, shared bases, or roaming together \r\n- Teaming will result in a ban \r\n- No cheating, hacking, scripting, or exploits \r\n- Toxicity and excessive harassment are not tolerated \r\n- Steam accounts must be public \r\n\r\nA true solo Rust experience focused on survival and player interaction before instant kill-on-sight gameplay. \r\n\r\nSurvive alone. Trust carefully. \r\n\r\nNever trust a man who, when left alone in a room with a tea cosy, doesn't try it on.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780441465,
"last_online": 1780589436,
"icon": null,
"name": "Aussie Rust Solo Survival | Low Upkeep | Raidable Bases",
"connect": "51.161.198.179:60424",
"request": "51.161.198.179:60426",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216217,
"last_update": 1780589436,
"banned": false,
"wipe": 1778915800,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5897,
"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/11677618");
$data = json_decode($json, true);
var_dump($data);