API for POLAR | EU Solo Only | Biweekly | No BP Wipe 06/04 04.06
JSON for programs, websites and more
text
json
{
"response": {
"fps": 49,
"fps_avg": 48,
"entities_count": 101500,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286830451925003",
"domain": null,
"id": 4138922,
"ip": "168.100.161.191",
"port": 28065,
"query": 28066,
"project_id": null,
"color": 0,
"city": "London",
"description": "\nSERVER RULES @ DISCORD.GG/POLARRUST | VIP @ STORE.POLARRUST.COM\r\n\r\nMap Wipe(s):\r\n• Monthly @ Force\r\n• Every 2 Weeks Thursday @ 5pm UK timen\r\nBlueprint Wipe:\r\nN/A (Never blueprint wipes)\r\n\r\nFEATURES:\r\n• 32 Turret Limit\r\n• Extra Recyclers/Drones/Refineries @ Fishing/Ranch",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1781083826,
"icon": null,
"name": "POLAR | EU Solo Only | Biweekly | No BP Wipe 06/04 04.06",
"connect": "168.100.161.191:28065",
"request": "168.100.161.191:28066",
"map": "Wiped 5 Days ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 9,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1714809926,
"last_update": 1781083826,
"banned": false,
"wipe": 1780596206,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1154,
"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/4138922");
$data = json_decode($json, true);
var_dump($data);