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

text
https://api.gamemonitoring.ru/servers/10978577
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 68172,
    "world_seed": 1337,
    "world_size": 3600,
    "steam_id": "90285467450980375",
    "domain": null,
    "id": 10978577,
    "ip": "109.134.74.85",
    "port": 27015,
    "query": 27017,
    "color": 0,
    "city": "Antwerp",
    "description": "![The Hempire Small | Vanilla | No Decay | Trios](https://i.ibb.co/q9zySL3/Naamloos-6.png)\nNo Decay | Vanilla | Bimonthly BP Wipes (even months) | Max Team: 3 | Daily Restart @ 4:20 AM\r\n\r\nCompact 3.6K map for solos and small crews who want non-stop PvP. Trios means trios — we watch every roster swap and we ban hard.\r\n\r\nLive stats, news & active admins.\r\n\r\nMay the horse be with you.\r\nClick (External Website) for more info!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778176386,
    "score": 0,
    "last_online": 1778185818,
    "icon": null,
    "name": "The Hempire Small | Vanilla | No Decay | Trios",
    "connect": "109.134.74.85:27015",
    "request": "109.134.74.85:27017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2624",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BE",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1769900982,
    "last_update": 1778185818,
    "banned": false,
    "wipe": 1778176394,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2209,
    "language": "nl",
    "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/10978577");
$data = json_decode($json, true);
var_dump($data);