API for Bullpen Gaming #1 | Custom Map | 2x | Leaderboard |Battlepass
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 72962,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286584382672905",
"domain": null,
"id": 11501747,
"ip": "194.69.160.95",
"port": 28079,
"query": 28081,
"color": 0,
"city": "City of London",
"description": "\nBullpen Gaming UK Rust Server\r\n\r\nA custom map filled with Roleplay and betrayal!\r\n\r\nActive Admin\r\nRoleplay Encouraged\r\nCustom UK Map\r\nCustom Monuments and POI\r\n2x Gather Rate\r\nIncreased Stacks\r\nSkill Progression\r\nLeaderboard\r\nBattlepass Standard and Premium\r\nTeam Limited to 6 Players Max\r\nVIP Package (Quality of Life Only, No Pay To Win!)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780239851,
"last_online": 1780573231,
"icon": null,
"name": "Bullpen Gaming #1 | Custom Map | 2x | Leaderboard |Battlepass",
"connect": "194.69.160.95:28079",
"request": "194.69.160.95:28081",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207180,
"last_update": 1780573231,
"banned": false,
"wipe": 1778425509,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4794,
"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/11501747");
$data = json_decode($json, true);
var_dump($data);