API for [DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/
JSON for programs, websites and more
text
json
{
"response": {
"fps": 52,
"fps_avg": 50,
"entities_count": 115923,
"world_seed": 746601263,
"world_size": 4500,
"steam_id": "90286273571404817",
"domain": null,
"id": 11500881,
"ip": "176.57.169.110",
"port": 28915,
"query": 28916,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/](https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/252490/ss_271feae67943bdc141c1249aba116349397e9ba9.1920x1080.jpg?t=1747389753)\nWelcome to our Rust server:\r\n\r\nâ˘Discord link: https://discord.gg/zX7Jb5PnjZ\r\n\r\nDescription:\r\nOur server is a 3x server concerning resources, scrap, upkeep [50%], and other things.\r\nInstalled plugins:\r\nâ˘Backpack\r\nâ˘Info panel for yourself and the top 10 Players\r\nâ˘Info panel for events from Rust Bradley, Heli, Ship, CH47\r\nâ˘RemoveTool\r\nâ˘Larger workbench range\r\nâ˘Custom stacks\r\nâ˘Own minicopter\r\nâ˘Custom loot table. Every container and NPC was modified to remove the junk you usually get\r\nâ˘Auto splitter for furnaces\\â˘Recycler on the cargo ship, the dome, and oil platforms\r\nâ˘Fast Recycling\r\nâ˘Events/Harbor event/Airfield event/and more to come\r\nâ˘Offline protection from raids and notification when you are attacked\r\n\r\nWorld size:\r\n\r\nâ˘5000\r\n\r\nCommands for the in-game chat:\r\n\r\nMinicopter:\r\nâ˘/mini-spawn\r\nâ˘/fmini-spawn to Player\r\nâ˘/nomini-delete minicopter\r\n\r\nInfo panel for players:\r\n\r\nâ˘/pkilln\r\nâ˘/topkill\r\n\r\nRemove Tool:\r\n\r\nâ˘/remove",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780562021,
"last_online": 1779876020,
"icon": null,
"name": "[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/",
"connect": "176.57.169.110:28915",
"request": "176.57.169.110:28916",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207164,
"last_update": 1780562021,
"banned": false,
"wipe": 1779713923,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11104,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11500881");
$data = json_decode($json, true);
var_dump($data);