JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645062
json
{
  "response": {
    "fps": 168,
    "fps_avg": 152,
    "entities_count": 93563,
    "world_seed": 0,
    "world_size": 4250,
    "steam_id": "90286547938595866",
    "domain": null,
    "id": 11645062,
    "ip": "192.99.75.83",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Beauharnois",
    "description": "![IRON ROUTES | CAN YOU SURVIVE UNTIL THE END?](https://i.imgur.com/7GLZLbS.png)\nCAN YOU SURVIVE UNTIL THE END?, \r\nSURVIVAL → COLLAPSE → APOCALYPSE\r\nThe island becomes more dangerous every day.\r\nNo map • No Tech Tree • No Gun Crafting\r\nThreat System • Dynamic Events • Hostile AI\r\n,  Biweekly wipes\r\nMost survivors never reach Day 10.\r\nWhat is safe today may kill you tomorrow.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780387456,
    "last_online": 1780551816,
    "icon": null,
    "name": "IRON ROUTES | CAN YOU SURVIVE UNTIL THE END?",
    "connect": "192.99.75.83:28015",
    "request": "192.99.75.83:28016",
    "map": "Procedural Map",
    "gamemode": "Hardcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780177445,
    "last_update": 1780551816,
    "banned": false,
    "wipe": 1779382137,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5761,
    "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/11645062");
$data = json_decode($json, true);
var_dump($data);