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

text
https://api.gamemonitoring.ru/servers/10780707
json
{
  "response": {
    "fps": 223,
    "fps_avg": 222,
    "entities_count": 83821,
    "world_seed": 419044213,
    "world_size": 3750,
    "steam_id": "90286577280040982",
    "domain": null,
    "id": 10780707,
    "ip": "188.226.99.110",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Yekaterinburg",
    "description": "![[RU96] UNIT|No Recipes Wipe](https://i.ibb.co/ZHthBGp/unit.jpg)\nДобро пожаловать, друзья.\r\nПлодитесь и размножайтесь, вайпы будут только в случае крайней необходимости :)\r\nWelcome friends.\r\nBe fruitful and multiply, wipes will be only in case of emergency :)\r\nОставляйте ваши отзывы, пожелания в нашей группе в ВК vk.com/96unit",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780538665,
    "last_online": 1780571427,
    "icon": null,
    "name": "[RU96] UNIT|No Recipes Wipe",
    "connect": "188.226.99.110:28015",
    "request": "188.226.99.110:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1766872437,
    "last_update": 1780571427,
    "banned": false,
    "wipe": 1778822245,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1647,
    "language": "ru",
    "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/10780707");
$data = json_decode($json, true);
var_dump($data);