Rust
API for Rusty Beehive | Monthly | Duo | 50% Upkeep | Noob Friendly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11093149json
{
"response": {
"fps": 160,
"fps_avg": 182,
"entities_count": 99919,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284834431800331",
"domain": null,
"id": 11093149,
"ip": "172.240.47.243",
"port": 25594,
"query": 25586,
"color": 0,
"city": "Ashburn",
"description": "\nRusty Beehive | Monthly Wipes | Solo Duo | 50% Upkeep | Noob Friendly | No BP Wipes\r\n\r\n• Map Wipes @ Forced\r\n\r\n• Blueprints never wipe\r\n\r\nServer Info\r\n• No BP wipes at all\r\n• Max group size: 2 (Solo / Duo)\r\n• Minis spawn on roads\r\n• 50% upkeep\r\n• Custom generated maps\r\n• Beginner friendly\r\n• Active non-playing admins\r\n\r\nSERVER RULES\r\n\r\nChat & Conduct\r\n• English only in global chat\r\n• No cheating, exploiting, scripting, or ban evasion\r\n• No racism, harassment, or hate speech\r\n• No excessive toxicity\r\n\r\nBan Policy\r\n• VAC / game bans under 365 days not allowed\r\n• Multiple VAC / game bans not allowed\r\n\r\nRaiding & Bases\r\n• No permanent base griefing or sealing\r\n• Unlock doors & TCs after raids\r\n• Temporary seals must be removed\r\n• No blocking safe zones\r\n• Raid bases must decay\r\n• Vehicles & quarries are free to take\r\n• Foundation wiping allowed\r\n\r\nTeams & Alliances\r\n• No alliances or coordinated teaming\r\n• Remove bags, codes, and auth when swapping\r\n• Team limit violations = team ban\r\n\r\nFinal Note\r\nVisit our website for the full ruleset and explanations.\r\nAnyone who breaks the rules will be kicked or banned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776301310,
"score": 0,
"last_online": 1776984017,
"icon": null,
"name": "Rusty Beehive | Monthly | Duo | 50% Upkeep | Noob Friendly",
"connect": "172.240.47.243:25594",
"request": "172.240.47.243:25586",
"map": "Rusty Beehive Generated Maps",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1770027748,
"last_update": 1776984017,
"banned": false,
"wipe": 1775152184,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1667,
"language": "en",
"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/11093149");
$data = json_decode($json, true);
var_dump($data);