API for BattleGrounds 2x Monthly NO OFFLINES|NO BPS WIPES
JSON for programs, websites and more
text
json
{
"response": {
"fps": 25,
"fps_avg": 29,
"entities_count": 97132,
"world_seed": 817202959,
"world_size": 4000,
"steam_id": "90286411510309895",
"domain": null,
"id": 10311027,
"ip": "108.74.19.235",
"port": 28062,
"query": 28063,
"color": 0,
"city": "Port Saint Lucie",
"description": "\nRaiding is only possible between the hours of 4pm - 11:59 EST\r\n Custom Map This Wipe Swamp Of Sorrows\r\n Map Wipes Monthly on Force wipe at 2pm EST\r\n Blueprints don't wipe\r\n Free Skinbox -skin any item\r\n 2x Gather rates on everything\r\n 2x scrap and components\r\n 2x craft and recycling times\r\n increased stack sizes and smelting speed\r\n some mincopters spawn on roads\r\n Recyclers at Dome,Oilrigs,Cargo, Ranches & Fishing Villages\r\n Vehicles spawn with car parts and are ready to drive\r\n Short nights & long days\r\n starter kits\r\n active non playing admins\r\n no group limit\r\n and so much more\r\n No cheating/Exploiting. No VPN'S\r\n No Rust game ban alts in the last 160 days\r\n No more then 1 Rust game banned Alt\r\n Playing with cheaters/evaders will result in a ban",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780595639,
"icon": null,
"name": "BattleGrounds 2x Monthly NO OFFLINES|NO BPS WIPES",
"connect": "108.74.19.235:28062",
"request": "108.74.19.235:28063",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758288444,
"last_update": 1780596862,
"banned": false,
"wipe": 1778181335,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9150,
"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/10311027");
$data = json_decode($json, true);
var_dump($data);