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

text
https://api.gamemonitoring.ru/servers/11502120
json
{
  "response": {
    "fps": 200,
    "fps_avg": 200,
    "entities_count": 72660,
    "world_seed": 1449881993,
    "world_size": 3500,
    "steam_id": "90285549891473417",
    "domain": null,
    "id": 11502120,
    "ip": "86.99.37.56",
    "port": 28015,
    "query": 27015,
    "color": 0,
    "city": "Dubai",
    "description": "![[SOLO] UAE Modded x5](https://pid.abukaff.io/api/files/pbc_3607937828/u1k9sm6abx7h0d7/rust_xqu6gohgi5.jpg)\nWelcome to SOLO UAE 5x Server \r\n Functions: \r\n Remove tool \r\n Clans \r\n Autodoor \r\n Blueprint share \r\n Extra stacks \r\n Quick sorting \r\n Furnace ore splitting",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779207191,
    "last_online": 1779266421,
    "icon": null,
    "name": "[SOLO] UAE Modded x5",
    "connect": "86.99.37.56:28015",
    "request": "86.99.37.56:27015",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207191,
    "last_update": 1779266421,
    "banned": false,
    "wipe": 1778344283,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5013,
    "language": "ar",
    "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/11502120");
$data = json_decode($json, true);
var_dump($data);