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

text
https://api.gamemonitoring.ru/servers/446105
json
{
  "response": {
    "fps": 15,
    "fps_avg": 14,
    "entities_count": 310503,
    "world_seed": 1358280925,
    "world_size": 5100,
    "steam_id": "90286583370722334",
    "domain": null,
    "id": 446105,
    "ip": "74.91.125.249",
    "port": 28021,
    "query": 28022,
    "color": 0,
    "city": "Chicago",
    "description": "![|US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas](https://i.imgur.com/Yl17UlW.png)\nWelcomeWelcome To The Paradise Island PvE Server. We Have A Little Bit Of Everything For Everyone. All Styles Of Play Welcome, Within Our Rule Guidelines.\r\n  -- Monthly Wipe At Forced\r\n  -- BP's Wipe Every Month\r\n  -- Zombies... Lots Of Zombies   -- Gathering Levels -- Wipe Every Month\r\n  -- Shorter Nights.\r\n  -- PvE Map - Protected Contianers\r\n  -- No Raiding\r\n  -- No Killing\r\n  -- Reduced Decay Rate to 30%\r\n \r\n Our Rules Are Set To Provide A Fun Environment\r\n  - Absolutely No Racism, Sexism, Trolling, Player/Staff Disrespect, Or Hate Speech\r\n  - Voice Or Chat Spamming Will Result in Mutes\r\n  - Scripts, Cheats, Use Of Exploits, Or Bots Will Result In A Perm Ban\r\n  - Griefing Other Players Is Prohibited\r\n  - A Full List Of Rules For Paradise Island Can Be Found On Discord.\r\n \r\n Server Is US East Based EST. GMT -5\r\n Questions, Comments, Concerns? Message Us On Discord!\r\n https://discord.gg/paradiseislandrust\r\n \r\n Coming Soon --- \r\n https://www.paradiseislandrust.com",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597470,
    "last_online": 1780594829,
    "icon": null,
    "name": "|US| Paradise Island |PvE|Zombies|Quests|NoRaid/Kill|NPCRaidBas",
    "connect": "74.91.125.249:28021",
    "request": "74.91.125.249:28022",
    "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": 1630779744,
    "last_update": 1780597470,
    "banned": false,
    "wipe": 1778178122,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9735,
    "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/446105");
$data = json_decode($json, true);
var_dump($data);