JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/12273977
json
{
  "response": {
    "dedicated": true,
    "gametype": null,
    "os": "l",
    "product": "hurtworld",
    "region": -1,
    "steam_id": "90288780491555865",
    "domain": null,
    "id": 12273977,
    "ip": "164.163.15.106",
    "port": 12871,
    "query": 12881,
    "project_id": null,
    "color": 0,
    "city": "Paulista",
    "description": null,
    "game": 393420,
    "owner": null,
    "boosts": 1,
    "last_offline": 1783909457,
    "last_online": 1784110366,
    "icon": null,
    "name": "Meu Servidor",
    "connect": "164.163.15.106:12871",
    "request": "164.163.15.106:12881",
    "map": "nullius",
    "gamemode": null,
    "version": "191",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1783907019,
    "last_update": 1784110366,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 49,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 134,
      "steam_id": 393420,
      "name": "Hurtworld",
      "url": "hurtworld"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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