API for [AUS]DaggerServer|RaidableBases|BunkerBases|EpicLoot|RoamingNPC
JSON for programs, websites and more
text
json
{
"response": {
"fps": 78,
"fps_avg": 83,
"entities_count": 147300,
"world_seed": 1,
"world_size": 4700,
"steam_id": "90286245962974239",
"domain": null,
"id": 11511910,
"ip": "103.15.237.70",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Melbourne",
"description": "NEVER GET BORED\r\nRaidableBases- Tier 3 pack to raid and loot\r\nBunkerBases- Spawned bunkers with puzzle card rooms and loot\r\nEpicLoot - Craft and Salvage For Unique Set Bonuses\r\nArmoredTrain - Top Tier Loot on An Armored Train\r\nBunkerBases - Raidable Bunkers with Card Rooms\r\nAnomalyMAP - Custom Locations and Enemies\r\nRoamingNPC - Don't get Caught Slipping as Even The NPC's Will Rob You\r\nConvoy - Armored Convoy's Roam the Road",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780557819,
"last_online": 1779897027,
"icon": null,
"name": "[AUS]DaggerServer|RaidableBases|BunkerBases|EpicLoot|RoamingNPC",
"connect": "103.15.237.70:28015",
"request": "103.15.237.70:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353867,
"last_update": 1780557819,
"banned": false,
"wipe": 1778683811,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11993,
"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/11511910");
$data = json_decode($json, true);
var_dump($data);