प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/7412460
json
{
  "response": {
    "fps": 184,
    "fps_avg": 182,
    "entities_count": 128505,
    "world_seed": 1275446385,
    "world_size": 4250,
    "steam_id": "90286571005228058",
    "domain": null,
    "id": 7412460,
    "ip": "185.189.255.155",
    "port": 35400,
    "query": 35410,
    "color": 0,
    "city": "Moscow",
    "description": "![gm.link/u104386 GALAXYRUS 3x/TP MONDAY WIPE 05.02](https://pic.survivalhost.org/image/OTHx9)\nВанила БЕЗ ДОНАТА\r\nРейт добычи: Днем X3 - Ночью X6\r\nСервер без лагов\r\nМнговенный крафт\r\nВайп карты: каждый понедельник в 17:00\r\nВайп рецептов: Каждый месяц 1-го числа",
    "game": 252490,
    "owner": 104386,
    "boosts": 1,
    "last_offline": 1780477469,
    "last_online": 1780545619,
    "icon": null,
    "name": "[RU] RESTERA PVE",
    "connect": "185.189.255.155:35400",
    "request": "185.189.255.155:35410",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1738783518,
    "last_update": 1780545619,
    "banned": false,
    "wipe": 1778178649,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 190,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "almazzakzakirov",
      "avatar": "no.jpg"
    },
    "mods": [
      {
        "id": 947,
        "name": "IQRates"
      }
    ],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7412460");
$data = json_decode($json, true);
var_dump($data);