API für RUSTY RAIDERS US 3X [PVE|KITS|Epicloot|Raids|Quest|Events|Purge
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 68411,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286604598134814",
"domain": null,
"id": 6691369,
"ip": "89.213.214.11",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Ashburn",
"description": "\nFeatures:\r\n -Sky & Water Bases - Custom Build Sites - Dynamically Generated Dungeons\r\n -Raidable NPC Bases - Custom Events - Custom Raid Zones\r\n -World Bosses - Bradley Signals - Heli Signals\r\n -Epicloot - Kits - Prestige Perks\r\n -Bgradee - SkinBox - AutoDoors - Remove\r\n -Clans - Auth Share - AutoLock - Teleport\r\n -Full base workbench - Powerless Electronics\r\n -Backpacks - Industrial Farming and MUCH MORE!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597470,
"last_online": 1780598430,
"icon": null,
"name": "RUSTY RAIDERS US 3X [PVE|KITS|Epicloot|Raids|Quest|Events|Purge",
"connect": "89.213.214.11:28010",
"request": "89.213.214.11:28011",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1732060676,
"last_update": 1780598430,
"banned": false,
"wipe": 1780597645,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4984,
"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/6691369");
$data = json_decode($json, true);
var_dump($data);