API for >>> Architects Realm 10X | TruePvE | No KOS | Raidable Bases
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 78018,
"world_seed": 40000,
"world_size": 3333,
"steam_id": "90286592337292304",
"domain": null,
"id": 11159915,
"ip": "91.229.114.90",
"port": 28068,
"query": 28070,
"color": 0,
"city": "Chicago",
"description": "\nArchitects Realm 10X TruePvE Build Server / Custom Gather / 10x Loot / Put scrap in your TC for raid protection. Raidable Bases Server Events, Starter Kits, 3500 Map Monthly Wipe First Thursday of the Month | 12 PM MT",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780603462,
"last_online": 1780596031,
"icon": null,
"name": ">>> Architects Realm 10X | TruePvE | No KOS | Raidable Bases",
"connect": "91.229.114.90:28068",
"request": "91.229.114.90:28070",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228146,
"last_update": 1780603462,
"banned": false,
"wipe": 1778179693,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10371,
"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/11159915");
$data = json_decode($json, true);
var_dump($data);