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

text
https://api.gamemonitoring.ru/servers/11511926
json
{
  "response": {
    "fps": 238,
    "fps_avg": 238,
    "entities_count": 29225,
    "world_seed": 1,
    "world_size": 2300,
    "steam_id": "90286528452853769",
    "domain": null,
    "id": 11511926,
    "ip": "135.148.15.4",
    "port": 21321,
    "query": 21322,
    "color": 0,
    "city": "Hudson",
    "description": "![RustyBucket 2X Tuesdays/Fridays](https://cdn-pipeline-output.picsart.com/pipeline-output/77b81537-3257-4f8f-b8b9-2302ce71307e.png)\nRustyBucket Is A 2X Tuesdays/Fridays Wipe Server With Shared Bps And A Small Map\r\nWIPE SCHEDULE : \r\nMap:(Tuesdays/Fridays) @ 3pm Central Time (CT)  (unless force wipe)\r\nBlueprints: monthly @ Force Wipe,  Max team limit: 3\r\nNo villages. no allies., Join the Discord server for announcements and to get more involved with the community! \r\nhttps://discord.gg/b7nN8fjMxk,   \r\nForce wipe is always on the first Thursday of the month at 1:00 PM Central | 2PM est | 19:00 london time",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780085620,
    "last_online": 1780555228,
    "icon": null,
    "name": "RustyBucket 2X Tuesdays/Fridays",
    "connect": "135.148.15.4:21321",
    "request": "135.148.15.4:21322",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1779353868,
    "last_update": 1780555228,
    "banned": false,
    "wipe": 1780430635,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1063,
    "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/11511926");
$data = json_decode($json, true);
var_dump($data);