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

text
https://api.gamemonitoring.ru/servers/11305820
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 96941,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286603592805395",
    "domain": null,
    "id": 11305820,
    "ip": "64.40.8.87",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "![PICKLE VANILLA | PlaySafe ID | No BP Wipes | PKL.gg](https://i.imgur.com/pTAV79O.png)\nLearn more about Pickle Servers at PKL.gg\r\nLearn more about PlaySafe ID at PlaySafeID.com\r\n\r\nDiscord.PickleServers.com\r\nBPs wipe when forced cannot be bypassed (Last time was 2018).\r\nMap Wipe Monthly. Next map wipe 7/2\r\nPickle Servers are centered on the community, proudly serving players for over half a decade!\r\nActive Non-playing Admins with fast response times\r\nPlease read the full rules on our website but here is the TL;DR\r\nActive Non-Playing Admin! You never have to worry about Admin abuse on the Pickle. We will not build a base/farm/PvP/break walls etc.. but are often watching activity in-game or through console.\r\nNo players with previous VAC/Game Bans on their steam profile allowed, no exceptions.\r\nAbsolutely no cheating is allowed on Pickle Servers and we work hard to detect and ban suspected cheaters.\r\nWe have many different server configurations! Search PICKLE to see what we have available!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "last_online": 1780600837,
    "icon": null,
    "name": "PICKLE VANILLA | PlaySafe ID | No BP Wipes | PKL.gg",
    "connect": "64.40.8.87:28015",
    "request": "64.40.8.87:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592902,
    "last_update": 1780600837,
    "banned": false,
    "wipe": 1780594985,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4108,
    "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/11305820");
$data = json_decode($json, true);
var_dump($data);