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

text
https://api.gamemonitoring.ru/servers/11501657
json
{
  "response": {
    "fps": 119,
    "fps_avg": 118,
    "entities_count": 75994,
    "world_seed": 636345975,
    "world_size": 3700,
    "steam_id": "90286226628109329",
    "domain": null,
    "id": 11501657,
    "ip": "51.38.155.215",
    "port": 20353,
    "query": 20354,
    "color": 0,
    "city": "Warsaw",
    "description": null,
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780607013,
    "last_online": 1779893542,
    "icon": null,
    "name": "Sami Swoi",
    "connect": "51.38.155.215:20353",
    "request": "51.38.155.215:20354",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207177,
    "last_update": 1780607013,
    "banned": false,
    "wipe": 1778269642,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10911,
    "language": "pl",
    "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/11501657");
$data = json_decode($json, true);
var_dump($data);