API for Rust R Us 3x | Kits | Loot+ | Raidable bases | Shared Bps
JSON for programs, websites and more
text
json
{
"response": {
"fps": 76,
"fps_avg": 75,
"entities_count": 122415,
"world_seed": 114476978,
"world_size": 4500,
"steam_id": "90286253340860416",
"domain": null,
"id": 11502683,
"ip": "24.216.176.76",
"port": 28017,
"query": 28018,
"color": 0,
"city": "Lake Saint Louis",
"description": "\nRust R Us Server Informtion: PVP Large Map 4500 /mymini command PVP Custom Raidable Bases with customized loot tables Offline Raid Protection Extended TC Range Skip Night Rewards Better TC Skill Tree MAX 10 Team size Free Skinbox Custom loot+ table removing all of the junk prefabs Placeable Recyclers Custom Outpost Shops recyclers at monuments faster airdrops, Faster smelting, Faster crafting, and Fast recycling Blueprint sharing bosses and events (Large rig, airfield event, dome and more) Active Admins Join our discord at: https://discord.gg/Xxp2KF9gh5 KITS AND SHOP WILL BE AVAIBLE SOON",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207210,
"last_online": 1780551036,
"icon": null,
"name": "Rust R Us 3x | Kits | Loot+ | Raidable bases | Shared Bps",
"connect": "24.216.176.76:28017",
"request": "24.216.176.76:28018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207210,
"last_update": 1780551036,
"banned": false,
"wipe": 1778197218,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5004,
"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/11502683");
$data = json_decode($json, true);
var_dump($data);