API for MIDGE'S MAINLAND
JSON for programs, websites and more
text
json
{
"response": {
"fps": 106,
"fps_avg": 109,
"entities_count": 51813,
"world_seed": 1283492382,
"world_size": 3000,
"steam_id": "90286275944552479",
"domain": null,
"id": 11606984,
"ip": "66.51.96.72",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to ItzNowh3re's Community Rust Server!\r\nTo get whitelisted join our discord at https://discord.gg/4DB9aVmBq5.\r\n\r\nServer Info:\r\n\r\nWhitelisted players only\r\n1.5x Rate\r\nBi-weekly wipes/ Monthly BP wipes\r\nMax team size: 4\r\nPvP at monuments only until Purge Day\r\nPurge Day: the day before wipe, Free For All across the map\r\n\r\nTwitch: itznowh3re\r\nhttps://www.twitch.tv/itznowh3re\r\n\r\n\r\nFight smart, build strong, and get ready for chaos when Purge Day hits.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599817,
"last_online": 1779918634,
"icon": null,
"name": "MIDGE'S MAINLAND",
"connect": "66.51.96.72:28010",
"request": "66.51.96.72:28011",
"map": "Procedural 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": 1779915490,
"last_update": 1780599817,
"banned": false,
"wipe": 1778782230,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11964,
"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/11606984");
$data = json_decode($json, true);
var_dump($data);