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

text
https://api.gamemonitoring.in/servers/11260703
json
{
  "response": {
    "fps": 60,
    "fps_avg": 56,
    "entities_count": 59551,
    "world_seed": 303571319,
    "world_size": 3000,
    "steam_id": "90285634513840136",
    "domain": null,
    "id": 11260703,
    "ip": "81.88.214.7",
    "port": 28015,
    "query": 28014,
    "color": 0,
    "city": "Moscow",
    "description": "![SKUFLAND | VANILLA X2 | WIPE 24.04 | ДЛЯ НОВИЧКОВ](https://i.imgur.com/tt8vTSf.png)\nДобро пожаловать на сервер SKUFLAND - место отдыха для настоящих скуфов и их альтушек!\r\nОсобенности сервера:\r\nРейты x2 — ускоренное развитие.\r\nУвеличенные стаки — больше ресурсов в каждом слоте.\r\nСодержание шкафа /2 — дешевле содержание базы.\r\nВечно полные магазины — торговля без ожидания.\r\nОграничение команды — 4 человека — баланс для всех.\r\nРейд-тайм — UTC+3 19:00–23:00 МСК (будни), 10:00–23:00 МСК (выходные).\r\n\r\nWelcome to SKUFLAND — the ultimate chill spot for real skufs and their alt-girls!\r\nServer Features:\r\nRates x2 — faster progression.\r\nIncreased Stack Sizes — more resources per slot.\r\nCupboard Upkeep /2 — cheaper base maintenance.\r\nAlways Full Shops — trade without waiting.\r\nTeam Limit — 4 Players — balance for everyone.\r\nRaid Time — UTC 16:00–20:00 (weekdays), 07:00–20:00 (weekends).",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778123584,
    "score": 0,
    "last_online": 1778531452,
    "icon": null,
    "name": "SKUFLAND | VANILLA X2 | WIPE 24.04 | ДЛЯ НОВИЧКОВ",
    "connect": "81.88.214.7:28015",
    "request": "81.88.214.7:28014",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555202,
    "last_update": 1778531452,
    "banned": false,
    "wipe": 1777031763,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4491,
    "language": "ru",
    "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.in/servers/11260703");
$data = json_decode($json, true);
var_dump($data);