API for Miaka's Realm - PvE
JSON for programs, websites and more
text
json
{
"response": {
"fps": 34,
"fps_avg": 41,
"entities_count": 90026,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286410116529159",
"domain": null,
"id": 2503123,
"ip": "125.236.211.240",
"port": 28017,
"query": 28015,
"color": 0,
"city": "Auckland",
"description": "\n* Last Wipe : 22-May-2025 | Next Wipe : 5-Jun-2026\r\n* Blueprints wiped on a forced wipe (monthly)\r\n* Custom Map - Blight Island : Size 4500\r\n\r\n* Raidable Bases, Harbor & Water Events, Armored Trains, Caravans, Raidable Boats and Defendable Homes\r\n* PvE - No PvP combat or raiding other players\r\n* Extra NPCs guarding loot and around the map to keep you alert\r\n* Low building upkeep cost - so build BIG\r\n* Use /info for more server info\r\n* Play nice or you WILL be banned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779395020,
"last_online": 1780209621,
"icon": null,
"name": "Miaka's Realm - PvE",
"connect": "125.236.211.240:28017",
"request": "125.236.211.240:28015",
"map": "Custom - Blight Island",
"gamemode": "Survival",
"version": "2625",
"numplayers": 4,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "NZ",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1705489028,
"last_update": 1780209621,
"banned": false,
"wipe": 1779395355,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 598,
"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/2503123");
$data = json_decode($json, true);
var_dump($data);