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

text
https://api.gamemonitoring.ru/servers/17062876
json
{
  "response": {
    "add_date": 1790253706,
    "app": {
      "id": 136,
      "name": "The Isle",
      "steam_id": 376210,
      "url": "the-isle"
    },
    "color": 0,
    "connect": "172.234.184.44:30905",
    "country": "FR",
    "domain": null,
    "game": 376210,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 17062876,
    "ip": "172.234.184.44",
    "language": "fr",
    "last_update": 1790544379,
    "map": "Gateway",
    "maxplayers": 115,
    "name": "Official Hordetesting EU 3",
    "numplayers": 0,
    "official": true,
    "points": 0,
    "port": 30905,
    "private": true,
    "project_id": null,
    "pve": null,
    "pvp": null,
    "query": 30905,
    "request": "172.234.184.44:30905",
    "secured": null,
    "status": false,
    "steam_id": null,
    "version": "evrima 0.22.56",
    "votes": 0,
    "wipe": null,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Париж",
    "description": null,
    "disabled_modules": [],
    "gamemode": null,
    "hidden": false,
    "last_offline": 1790544379,
    "last_online": 1790295589,
    "list_hidden": false,
    "map_url": null,
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 2857,
    "wipe_period": null,
    "eosSessionId": "ae825220dd6842699129676efea04033"
  }
}

Примеры кода

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