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

text
https://api.gamemonitoring.in/servers/11606469
json
{
  "response": {
    "fps": 76,
    "fps_avg": 76,
    "entities_count": 130746,
    "world_seed": 974721971,
    "world_size": 4500,
    "steam_id": "90286416032379913",
    "domain": null,
    "id": 11606469,
    "ip": "87.252.252.228",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Minsk",
    "description": "![RUST - PAIN | X2 | NO LIMIT](http://i.imgur.com/qD3FMbI.jpeg)\n▶ Лут, ресурсы, печи – x2\n▶ Экономика, шоп, трейд, ивенты\n▶ Быстрый переработчик\n▶ Открытие крейтов – 5 минут\n▶ Быстрые ночи – 5 минут\n▶ Уникальные локации для строительства (/shop)\n▶ Застройка вагонов\n▶ Киты (/kit)\n\n Подробнее: /help\n\n Залетай и выживай с комфортом!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780502642,
    "last_online": 1780593029,
    "icon": null,
    "name": "RUST - PAIN | X2 | NO LIMIT",
    "connect": "87.252.252.228:28015",
    "request": "87.252.252.228:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BY",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915471,
    "last_update": 1780593029,
    "banned": false,
    "wipe": 1778177786,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2014,
    "language": "be",
    "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/11606469");
$data = json_decode($json, true);
var_dump($data);