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

text
https://api.gamemonitoring.ru/servers/10979019
json
{
  "response": {
    "fps": 44,
    "fps_avg": 43,
    "entities_count": 120700,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284748512733207",
    "domain": null,
    "id": 10979019,
    "ip": "51.161.219.251",
    "port": 28055,
    "query": 28056,
    "color": 0,
    "city": "North Sydney",
    "description": "![Oxidized 10x [AU]](https://i.imgur.com/8C83m5P.png)\n[AU] based 10x -Weekly wipes @4pm Friday\r\n\r\n10x Gather with Custom loot, running only Custom maps.\r\n Upkeep halved and a balanced selection of QOL plugins to make for smoother progression.     Nteleportation/ Mymini/ Kits/ Skills/ Shop\r\n\r\nVarious events running across the server to promote PVP.\r\nConvoy/ Armored Train/ Sputnik/ Airfield Event and more!!\r\n\r\nServer supports three tiers of VIP to grant ingame benefits.\r\nServer store can be accessed by typing /vip ingame for a link",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776794601,
    "score": 0,
    "last_online": 1776832219,
    "icon": null,
    "name": "Oxidized 10x [AU]",
    "connect": "51.161.219.251:28055",
    "request": "51.161.219.251:28056",
    "map": "Cataclysm- Fury of nature",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769901039,
    "last_update": 1776832219,
    "banned": false,
    "wipe": 1776464234,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1802,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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