JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11190010
json
{
  "response": {
    "fps": 247,
    "fps_avg": 243,
    "entities_count": 121710,
    "world_seed": 6327352,
    "world_size": 4750,
    "steam_id": "90286589578531857",
    "domain": null,
    "id": 11190010,
    "ip": "162.201.157.40",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Indianapolis",
    "description": "![[US] Grinning Bear Tavern - License | Skill Tree | Remove Tool](https://www.dropbox.com/scl/fi/9n2mobxm000rb8lybx1uf/Grinning_Bear_Tavern.png?rlkey=y0sr211mw9y4fb6op9ya084mq&st=8bqp7b28&dl=1)\nMonthly Wipes - First Thursday\r\nPVE\r\nPersonal Recycler\r\nBackpacks\r\nVendor Restock Timer Mod\r\nStorage on Mini\r\nExtra Mini Seatingn\\Skill Tree XP Scrolls and SP Tomes on Loot Table",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779940375,
    "last_online": 1780598435,
    "icon": null,
    "name": "[US] Grinning Bear Tavern - License | Skill Tree | Remove Tool",
    "connect": "162.201.157.40:28015",
    "request": "162.201.157.40:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1772699050,
    "last_update": 1780598435,
    "banned": false,
    "wipe": 1778198881,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3501,
    "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/11190010");
$data = json_decode($json, true);
var_dump($data);