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

text
https://api.gamemonitoring.ru/servers/761454
json
{
  "response": {
    "fps": 10,
    "fps_avg": 10,
    "entities_count": 106865,
    "world_seed": 571664512,
    "world_size": 4250,
    "steam_id": "90286588668692488",
    "domain": null,
    "id": 761454,
    "ip": "74.91.122.94",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Chicago",
    "description": "![[5/28] Uprising Prime - 3x|TeamMAX5|TP|Kits|Skills|QSmelt|BGrad](http://www.uprisingserver.com/images/banners/up_banner_prime.png)\n☢ Welcome to Uprising Prime 3x - No Playing Admins - No Abuse! ☢\r\n\r\n\\t\\t\\t\\t☣ Advanced Loot With Junk Removed, Enhanced Stack Sizes!\r\n\\t\\t\\t\\t☣ 5 Team MAX, Clans, Kits, Homes, Teleporting, Trade\r\n\\t\\t\\t\\t☣ Raid Bases, NPC RaidS, Covoy, Plane Crash\r\n\\t\\t\\t\\t☣ Hand Selected Maps: All Major Monuments At All Times!\r\n\\t\\t\\t\\t☣ Bi-Weekly Wipes on Thursdays (incl. BPs)\r\n\r\n\\t\\t\\t\\t☣ Visit our website: http://www.uprisingserver.com\r\n\r\n\\t\\t\\t\\t☣ Join our Discord: https://discord.gg/rQ4bra7\r\n\r\n\\t\\t\\tJoin our FuN Rust Community Today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596862,
    "last_online": 1780595435,
    "icon": null,
    "name": "[5/28] Uprising Prime - 3x|TeamMAX5|TP|Kits|Skills|QSmelt|BGrad",
    "connect": "74.91.122.94:28015",
    "request": "74.91.122.94:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1680785439,
    "last_update": 1780596862,
    "banned": false,
    "wipe": 1779992506,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8976,
    "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/761454");
$data = json_decode($json, true);
var_dump($data);