API für Rustakins 3x Monthly | Solo/Duo/Trio | Shared BPs
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 79,
"fps_avg": 80,
"entities_count": 115820,
"world_seed": 108628156,
"world_size": 4500,
"steam_id": "90287003411739671",
"domain": null,
"id": 11782083,
"ip": "104.192.227.90",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "\nRustakins - Where survival meets chaos to really keep you in it.\r\n\r\nDive into the Rust experience that cuts the grind, boosts fun, and keeps the danger real. Whether you’re building, raiding neighbors, or barely surviving, Rustakins offers faster progression with a twist of chaos.\r\n\r\n *Max Team Size: 3\r\n *Minis Spawn on Road!\r\n *Auto Doors, Auth TC and Turrets\r\n *Extended Workbench Reach\r\n *Quick Smelting & Auto Splitter\r\n *Improved Custom Loot!\r\n *Improved Stack Sizes\r\n *Custom Electricity, and Turret Limits and MUCH more!\r\n\r\n **Kits Coming Soon!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781435047,
"last_online": 1781477430,
"icon": null,
"name": "Rustakins 3x Monthly | Solo/Duo/Trio | Shared BPs",
"connect": "104.192.227.90:28015",
"request": "104.192.227.90:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376799,
"last_update": 1781477430,
"banned": false,
"wipe": 1780670300,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6231,
"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/11782083");
$data = json_decode($json, true);
var_dump($data);