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

text
https://api.gamemonitoring.ru/servers/11143589
json
{
  "response": {
    "fps": 52,
    "fps_avg": 52,
    "entities_count": 104836,
    "world_seed": 1481150191,
    "world_size": 4250,
    "steam_id": "90285687364301831",
    "domain": null,
    "id": 11143589,
    "ip": "95.31.73.50",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Moscow",
    "description": "![RU/EU RUST PIRATE X2 Vanilla [NoLimit] РОССИЯ Х2](https://pic.survivalhost.org/image/Z7gNu)\nRUST PIRATE X2 VANILLA\r\nAll X2 (х2 включая все ящики и бочки)\r\nПодлючайся к нашему каналу Дискорд!!",
    "game": 252490,
    "owner": 152075,
    "boosts": 1,
    "last_offline": 1778641375,
    "score": 0,
    "last_online": 1778709611,
    "icon": null,
    "name": "RUST PIRATE X2[KIT|EVENT|SKIN|BOTS] НОВИЧКИ 7.05",
    "connect": "95.31.73.50:28015",
    "request": "95.31.73.50:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1772178191,
    "last_update": 1778709611,
    "banned": false,
    "wipe": 1778587029,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 361,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Atmosfera",
      "avatar": "1904eddb-f8bc-4cf3-a4e5-a0bb4a0b2fac.jpg",
      "last_online": 1778679359
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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