JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11002176
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11002176,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Novosibirsk",
    "description": null,
    "game": 3545060,
    "owner": 165012,
    "boosts": 1,
    "last_offline": 1773381694,
    "last_online": 1772449814,
    "icon": null,
    "name": "ШИЗОФРЕНИЯ 81- БОЛЬШЕ ОРУЖИЯ И КАРТ",
    "connect": null,
    "request": null,
    "map": "cp_pall_mall_c3",
    "gamemode": "Team Fortress",
    "version": null,
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1769926458,
    "last_update": 1773381694,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": true,
    "hide_address": true,
    "hide_query": false,
    "position_game": 195,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 123,
      "steam_id": 3545060,
      "name": "Team Fortress 2 Classified",
      "url": "team-fortress-2-classified"
    },
    "server_owner": {
      "username": "krays",
      "avatar": "d2c37478-c020-4e52-98aa-519173c9a456.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11002176");
$data = json_decode($json, true);
var_dump($data);