API for US Rusty Bear 3x Monthly Trio | No Offlines | Noob Friendly | L
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 90528,
"world_seed": 1337,
"world_size": 3900,
"steam_id": "90286313379009561",
"domain": null,
"id": 11639293,
"ip": "104.238.229.17",
"port": 30015,
"query": 30016,
"color": 0,
"city": "Dallas",
"description": "\n\r\nMap Wipe monthly on the first Thursday. \r\nBlueprints: Never wipe \r\nDiscord: https://discord.gg/rustybear | VIP: https://rustybear.gg/ \r\nMax Team Size:3 \r\n \r\nOffline Protection: 15 minutes after logging off, protection kicks in and you have peace of mind you won’t be offline raided for the next 3 days. \r\n \r\nModifiers: \r\n3x gather | 1x sulfur \r\n 3x electrics and turret limit \r\n 3x scrap, components, stack sizes \r\n 3x crafting, recycling, smelting \r\n 50% Upkeep \r\n \r\nPlugins include: \r\n• Backpacks – players get extra storage in their backpack \r\n• SAM Site Auth – can’t be shot down by your own SAMs \r\n• Free Minicopters – /mini to spawn a mini, minis also spawn on roads \r\n• PVE Events | Airfield Event | Harbour Event | NPC Raidable Bases | Plane Crash \r\n• Drone marketplaces at Fishing Villages & Ranches \r\n• Recyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages \r\n• Starter Kits – spawn with essential supplies on first login \r\n• Map Wipe Polls – vote in Discord \r\n• Leaderboards – in game and online leaderboards \r\n• Raid Alarm – automatically receive raid notifications to your Rust+ account.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779959025,
"last_online": 1779998426,
"icon": null,
"name": "US Rusty Bear 3x Monthly Trio | No Offlines | Noob Friendly | L",
"connect": "104.238.229.17:30015",
"request": "104.238.229.17:30016",
"map": "discord.gg/rustybear",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917957,
"last_update": 1779998426,
"banned": false,
"wipe": 1778176361,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5709,
"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/11639293");
$data = json_decode($json, true);
var_dump($data);