API for [DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/Squad
JSON for programs, websites and more
text
json
{
"response": {
"fps": 55,
"fps_avg": 53,
"entities_count": 104723,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286437154291735",
"domain": null,
"id": 11510747,
"ip": "144.76.91.226",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/Squad](https://shared.akamai.steamstatic.com/store_item_assets/steam/apps/252490/ss_271feae67943bdc141c1249aba116349397e9ba9.1920x1080.jpg?t=1747389753)\nWelcome to our Rust server:\r\nâ˘Discord link: https://discord.gg/zX7Jb5PnjZ\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\nWorld size:\r\nâ˘5000\r\nCommands for the in-game chat:\r\nMinicopter:\r\nâ˘/mini-spawn\r\nâ˘/fmini-spawn to Player\r\nâ˘/nomini-delete minicopter\r\nInfo panel for players:\r\nâ˘/pkilln\r\nâ˘/topkill\r\nRemove Tool:\r\nâ˘/remove",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780593264,
"last_online": 1780591229,
"icon": null,
"name": "[DE/ENG] Rustic 3x Monthly Noob Friendly Solo/Duo/Trio/Squad",
"connect": "144.76.91.226:28015",
"request": "144.76.91.226:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353832,
"last_update": 1780593264,
"banned": false,
"wipe": 1779392694,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11539,
"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/11510747");
$data = json_decode($json, true);
var_dump($data);