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

text
https://api.gamemonitoring.ru/servers/11744533
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 111733,
    "world_seed": 115051598,
    "world_size": 4500,
    "steam_id": "90286575156667417",
    "domain": null,
    "id": 11744533,
    "ip": "216.106.188.124",
    "port": 7141,
    "query": 7142,
    "color": 0,
    "city": "London",
    "description": "![Fortune Island 5x | PVE | Starter Kit | Events](https://i.imgur.com/a1joSys.jpg)\nWelcome to Fortune Island 5x PVE Server!\r\nDiscord:https://discord.gg/StjNsBw\r\nSome simple Mods to assist with gameplay and experience see below for a list of some Mods.\r\n↠ Raidable Bases\r\n↠ HeliRefuel\r\n↠ Server Rewards\r\n↠ Dangerous Treasure\r\n↠ Virtual Quarries\r\n↠ Convoy\r\n↠ Raiding Zombies\r\n↠ Roaming NPC\r\n↠ Heavy Cargo Ship\r\n↠ PVP Zones\r\n↠ So much more bringing you fun Rust session to play and enjoy",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780518703,
    "last_online": 1780556427,
    "icon": null,
    "name": "Fortune Island 5x | PVE | Starter Kit | Events",
    "connect": "216.106.188.124:7141",
    "request": "216.106.188.124:7142",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780518703,
    "last_update": 1780556427,
    "banned": false,
    "wipe": 1780427995,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6081,
    "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/11744533");
$data = json_decode($json, true);
var_dump($data);