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

text
https://api.gamemonitoring.ru/servers/17229119
json
{
  "response": {
    "add_date": 1790469778,
    "app": {
      "id": 136,
      "name": "The Isle",
      "steam_id": 376210,
      "url": "the-isle"
    },
    "color": 0,
    "connect": "172.239.194.52:30744",
    "country": "US",
    "domain": null,
    "game": 376210,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17229119,
    "ip": "172.239.194.52",
    "language": "en",
    "last_update": 1790543148,
    "map": "Gateway",
    "maxplayers": 115,
    "name": "Official QA Shipping US 1",
    "numplayers": 0,
    "official": true,
    "points": 0,
    "port": 30744,
    "private": true,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 30744,
    "request": "172.239.194.52:30744",
    "secured": null,
    "status": false,
    "steam_id": null,
    "version": "evrima 0.22.63",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Чикаго",
    "description": null,
    "disabled_modules": [],
    "gamemode": null,
    "hidden": false,
    "last_offline": 1790543148,
    "last_online": 1790511945,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 3154,
    "wipe_period": null,
    "eosSessionId": "ba949c77cb794d31be804871a86379a6"
  }
}

Примеры кода

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