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

text
https://api.gamemonitoring.in/servers/7174659
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7174659,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "Добро пожаловать на ZAEBAL RUST\r\n\r\nЕсли тебя тоже zaebal раст, заходи отдохнуть, ведь у нас ты найдёшь:\r\n- Внутриигровая экономика, с возможностью продажи предметов и вывода валюты на баланс магазина\r\n- Уменьшенное время работы переработчика + переработка в сейвзоне без штрафа + переработчик установлен в рыбацких деревнях\r\n- Застраиваемые РТ(Да, да хочешь застроить заправку под себя - дерзай)\r\n- Возможность апгрейда, изменения скина и починка базы прямо из шкафа\r\n- Рейты на ресурсы и компоненты Х2\r\n- Уменьшенное время крафта Х2\r\n- Длинные дни и короткие ночи\r\n- Спаун коптеров на дорогах\r\n- Удобный плагин кланов\r\n- Стаки Х2\r\n\r\nWelcome to ZAEBAL RUST\r\n\r\nIf you're tired of rust, too, come rest, because you'll find it here:\r\n- In-game economy, with the ability to sell items and withdraw currency to the store's balance\r\n- Reduced processing time + processing in the season without penalty + the processor is installed in fishing villages\r\n- Built-up RT (Yes, if you want to build a gas station for yourself, go ahead)\r\n- The ability to upgrade, change the skin and fix the base directly from the closet\r\n- Rates on resources and components X2\r\n- Reduced crafting time X2\r\n- Long days and short nights\r\n- Spawn copters on the roads\r\n- A convenient clan plugin\r\n- Stacks X2",
    "game": 252490,
    "owner": 24705,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1746576628,
    "icon": null,
    "name": "[RU/EU] ZAEBAL RUST | X2 | VANILLA+ |NO WIPE | ─╦▀ ═╬",
    "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": 1736279733,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1746133879,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13048,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "sedoiBY109781",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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