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

text
https://api.gamemonitoring.ru/servers/10488837
json
{
  "response": {
    "fps": 54,
    "fps_avg": 52,
    "entities_count": 161261,
    "world_seed": 1,
    "world_size": 4096,
    "steam_id": "90285936078330907",
    "domain": null,
    "id": 10488837,
    "ip": "172.240.236.179",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "San Jose",
    "description": "![Builders Like Us](https://i.postimg.cc/8CqQWkCy/BLU-server-header.png)\nA creative build server with great tools.\r\n\r\n- Instant craft using Q or F1\r\n- Unlimited resources\r\n- Building tools (BGrade/BSkin)\r\n- Skinbox (lightning fast) and Sign Artist\r\n- Procedural map with high FPS\r\n- Horizontal door placement\r\n- No clip enabled (flying)\r\n- Terraform the environment with nature items",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779166974,
    "score": 0,
    "last_online": 1779189016,
    "icon": null,
    "name": "Builders Like Us",
    "connect": "172.240.236.179:28015",
    "request": "172.240.236.179:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 8,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1761122095,
    "last_update": 1779189016,
    "banned": false,
    "wipe": 1778176385,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 771,
    "language": "en",
    "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/10488837");
$data = json_decode($json, true);
var_dump($data);