API für Forbidden Lands PvE 10x, raidable bases, abandoned bases
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 91,
"fps_avg": 88,
"entities_count": 100482,
"world_seed": 1337,
"world_size": 4700,
"steam_id": 90286609558325260,
"domain": null,
"id": 11510943,
"ip": "134.255.255.19",
"port": 28032,
"query": 28034,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWelcome to our Server a Lag Free experience come and explore the world of Forbidden Lands in Rust\r\n☣ We Have events for every player either you are a pro a fresh rustplayer some being\r\n☣ Harbor Event\r\n☣ Convoy\r\n☣ Airfield Event\r\n☣ Gas Station Event\r\n☣ Supermarket Event\r\n☣Satdish Even\r\n☣ Heli crash and Plane Crash\r\n☣ More then 250 Blueprints for Raidable Bases\r\n☣ Homing Missiles\r\n☣ Biggest Drugs System in Rust From buying growing Selling\r\n☣ Smoking Joints For Big Boosts\r\n☣ Custom Bradleys and Helis\r\n☣ Sky Bases\r\n☣ And Even More come join us in this amazing rust experience\r\n☣ Costum maps every wipe\r\n☣ You can join our discord:\r\n https://discord.gg/z3scGkbK2f",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780605263,
"last_online": 1780636226,
"icon": null,
"name": "Forbidden Lands PvE 10x, raidable bases, abandoned bases",
"connect": "134.255.255.19:28032",
"request": "134.255.255.19:28034",
"map": "Land Of Monsters",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779353835,
"last_update": 1780636226,
"banned": false,
"wipe": 1780605471,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1421,
"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/11510943");
$data = json_decode($json, true);
var_dump($data);