API for BobsRustServer 50x | Mini | Kits | TP | Skins
JSON for programs, websites and more
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 148415,
"world_seed": 306956340,
"world_size": 4800,
"steam_id": "90286400641885214",
"domain": null,
"id": 9745958,
"ip": "172.4.40.159",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Spring",
"description": "\nBobsRustServer 50x\r\nNo Pay to win cheats and overpowered perks making us the best PVP Friendly server there is!\r\nCustom loot with garbage removed. Ensures lots of PVP!\r\nSpawn minicopters with /mini\r\nNo BP's, 50x crafting speed & smelting\r\nAutoAuth, clans, fast teleports, full base workbench\r\nAnd lots more quality of life plugins!\r\nTest Server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780126414,
"last_online": 1780164622,
"icon": null,
"name": "BobsRustServer 50x | Mini | Kits | TP | Skins",
"connect": "172.4.40.159:28015",
"request": "172.4.40.159:28017",
"map": "BobsRustServer",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1752325074,
"last_update": 1780164622,
"banned": false,
"wipe": 1780017740,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2058,
"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/9745958");
$data = json_decode($json, true);
var_dump($data);