API für [EU/ESP] RustyLife 5x Solo/Duo/Trio/Quad/Max 5 | x5
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 82784,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286584718082053",
"domain": null,
"id": 11606361,
"ip": "178.63.84.126",
"port": 28040,
"query": 28042,
"color": 0,
"city": "Falkenstein",
"description": "![[EU/ESP] RustyLife 5x Solo/Duo/Trio/Quad/Max 5 | x5](https://i.ibb.co/fVZfGvZt/descarga-1.png)\nJoin our Discord: https://discord.gg/n2Ebu5qhu9 \r\n• NO Hacks | NO Scripts | NO Teaming | NO StreamSniping \r\n• Server Wipe Every Thursday 20:00 Time Zone SPAIN \r\n• Active Staff 24/7 | Custom Anti-Cheat / Anti-Teaming Detection \r\n• Workbench Level 1 Unlocked\r\n• Custom Improved Loot Tables (Removed Junk) \r\n• 50% UpKeep | Raid Alerts in Chat \r\n• BP Team Sharing \r\n• Automatic Auth Sharing: Tool Cupboards, Code Locks, AutoTurrets \r\n• Extended Workbench Range \r\n• Spawn Minicopters on roads | Increase more Autoturrets",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915468,
"last_online": 1780589433,
"icon": null,
"name": "[EU/ESP] RustyLife 5x Solo/Duo/Trio/Quad/Max 5 | x5",
"connect": "178.63.84.126:28040",
"request": "178.63.84.126:28042",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915468,
"last_update": 1780589433,
"banned": false,
"wipe": 1779990973,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5293,
"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/11606361");
$data = json_decode($json, true);
var_dump($data);