Rust
API für TIRust BattleBay Quads EU Low Upkeep|Minis Spawn
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/2432650json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 78204,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90284674356640781",
"domain": null,
"id": 2432650,
"ip": "168.100.161.97",
"port": 28119,
"query": 28116,
"color": 0,
"city": "London",
"description": "\nMax 4 per Team, No Wild Rules, Just Rust\r\n\r\nMap Wipes Monthly on the First Thursday (Force Wipe)\r\nBlueprints Never Wipe - 50% Reduced Upkeep\r\nMinicopters Spawn on Roads - Locked Crates take 10 Minutes\r\nLonger Days & Shorter Nights - 50 minutes and 10 minutes\r\nCombined Outpost - Recyclers at Monuments\r\n\r\nChat Commands - !pop !ping !wipe\r\n\r\nDiscord https://discord.gg/83c2rsWpSK\r\n\r\nWelcome to Treasure Island, where the thrill of Rust reigns supreme.\r\n\r\nCheck out our Leaderboards at https://www.tirust.fun and join our Discord for updates.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776639797,
"score": null,
"last_online": 1776969626,
"icon": null,
"name": "TIRust BattleBay Quads EU Low Upkeep|Minis Spawn",
"connect": "168.100.161.97:28119",
"request": "168.100.161.97:28116",
"map": "TiRust FPS+ Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 140,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1704367096,
"last_update": 1776969626,
"banned": false,
"wipe": 1775159737,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3116,
"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/2432650");
$data = json_decode($json, true);
var_dump($data);