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

text
https://api.gamemonitoring.ru/servers/10661764
json
{
  "response": {
    "fps": 76,
    "fps_avg": 76,
    "entities_count": 154601,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90285757121144843",
    "domain": null,
    "id": 10661764,
    "ip": "216.245.177.20",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Chicago",
    "description": "![Cow Island Deux-Chernobyl Exclusion Zone|120 Raidable Bases|Har](https://i.imgur.com/0OjWO8K.png)\nIf you like to grind, build & chill, you've come to the right place. Chernobyl Exclusion Zone Premium Map, Wiped Bi-Weekly, 120 Raidable Bases, Triangulation Event, Store Robbery, JetPacks, AntiOfflineRaid, Basements, Vehicle Licenses, NPC Spawns & Drop Guns, 5x Gather, FastNights, Shop/Kits, TP, Active Non-Playing Admin. Bases protected 15 minutes after logoff. Raiding player bases is prohibited. No toxicity will be tolerated!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778707380,
    "score": 0,
    "last_online": 1778791220,
    "icon": null,
    "name": "Cow Island Deux-Chernobyl Exclusion Zone|120 Raidable Bases|Har",
    "connect": "216.245.177.20:28025",
    "request": "216.245.177.20:28027",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764544809,
    "last_update": 1778791220,
    "banned": false,
    "wipe": 1775499546,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3821,
    "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/10661764");
$data = json_decode($json, true);
var_dump($data);