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

text
https://api.gamemonitoring.in/servers/9337442
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9337442,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[\n    {\n        \"id\": \"ccrisa2ug\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"**Приветствуем на полу-классическом сервер RUSTIER!  **\"\n        }\n    },\n    {\n        \"id\": \"sNbvXX0H2s\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Хороший сервер для комфортной игры\"\n        }\n    },\n    {\n        \"id\": \"zuBOy-G446\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ 1.5х Рейты / Стаки\"\n        }\n    },\n    {\n        \"id\": \"mt8XBubpx9\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Без лагов\"\n        }\n    },\n    {\n        \"id\": \"FinM6O6zhW\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Все НПС и Животные работают\"\n        }\n    },\n    {\n        \"id\": \"QJvaYhe_L3\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Маленькая карта (2500)\"\n        }\n    },\n    {\n        \"id\": \"QtXbnQ2mbr\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Киты \"\n        }\n    },\n    {\n        \"id\": \"98aTsdNu3O\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Вайп 21.05.2025 / BP\"\n        }\n    },\n    {\n        \"id\": \"XA6uU7sBkg\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"✅ Активная администрация\"\n        }\n    },\n    {\n        \"id\": \"aVc5XYKWlr\",\n        \"type\": \"paragraph\",\n        \"data\": {\n            \"text\": \"  [RUSTIER - Магазин](https://rustier.gamestores.app/) - сайт / \\n\\n[Telegram: View @rustierserver](https://t.me/rustierserver)  - ТГ / \\n\\n[Rustier - Сервер RUST](https://vk.com/rustier) - ВК\"\n        }\n    }\n]",
    "game": 252490,
    "owner": 120187,
    "boosts": 1,
    "last_offline": 1753434896,
    "last_online": 1749806436,
    "icon": null,
    "name": "Name is not set on server",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1747748887,
    "last_update": 1753434896,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13196,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "deltaytro",
      "avatar": "523b6d4d-5bea-4763-ba28-685760e908ce.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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