JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11607364
json
{
  "response": {
    "fps": 50,
    "fps_avg": 49,
    "entities_count": 81998,
    "world_seed": 1337,
    "world_size": 3750,
    "steam_id": "90286547916562443",
    "domain": null,
    "id": 11607364,
    "ip": "168.100.161.191",
    "port": 28045,
    "query": 28046,
    "color": 0,
    "city": "London",
    "description": "![POLAR | EU 2x Solo Only | Biweekly | Vanilla + | No BP Wipes](https://cdn.polarrust.com/media/polar/banners/active.png)\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 time\r\n\r\nBlueprint Wipe:\r\nN/A (Never blueprint wipes)\r\n\r\n• 2x Gather Rate (nodes & crates) - Sulfur 1.5x\r\n• 50% furnace smelting time\r\n• 50% crafting time\r\n• 3.5s Recycler speed (vanilla 5s)\r\n• Half looted crates auto regenerated\r\n\r\nFEATURES:\r\n• 32 Turret Limit\r\n• 50% Upkeep Rate\r\n• Merged Outpost & Bandit\r\n• Extra Recyclers/Drones/Refineries @ Fishing/Ranch",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779961422,
    "last_online": 1780550433,
    "icon": null,
    "name": "POLAR | EU 2x Solo Only | Biweekly | Vanilla + | No BP Wipes",
    "connect": "168.100.161.191:28045",
    "request": "168.100.161.191:28046",
    "map": "Wiped 13 Days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915503,
    "last_update": 1780550433,
    "banned": false,
    "wipe": 1779379148,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5604,
    "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/11607364");
$data = json_decode($json, true);
var_dump($data);