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

text
https://api.gamemonitoring.in/servers/10556987
json
{
  "response": {
    "fps": 119,
    "fps_avg": 122,
    "entities_count": 397573,
    "world_seed": 1,
    "world_size": 4250,
    "steam_id": "90284802769037320",
    "domain": null,
    "id": 10556987,
    "ip": "162.222.17.4",
    "port": 30010,
    "query": 30110,
    "color": 0,
    "city": "Shinagawa",
    "description": "次回ワイプ予定: 5/8 18:00\r\n\r\n【基本設定】\r\nBandit CampはOutpostに統合\r\nOutpostで車両購入が可能\r\n季節限定イベントを定期的に実施\r\n毎日 6:00/18:00 に定期再起動\r\n/otp でOutpostへテレポート可能\r\n\r\n【TC関連ルール】\r\n5日以上ログインがない拠点は自動削除対象\r\n(TC登録している誰かがログインすれば維持可能)\r\n\r\n【窃盗対策】\r\nほとんどの物にコードロック装着可\r\n\r\n【禁止行為】\r\n他プレイヤーの体験を害する行為は禁止\r\n4人以下のチーム分割禁止(ロック制限回避防止)\r\n5人以上は4人単位で分割可(例: 10人→4+4+2)\r\n違反は運営が個別に判断・措置します\r\n\r\n【補填・免責】\r\nアイテム/車両の補填は基本なし(MODバグのみ検討)\r\nヘリ/カーゴ等はサーバー再起動で消滅します\r\nデータ消失の責任は負いかねます\r\n詳細はDiscordをご確認ください",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776034934,
    "score": 0,
    "last_online": 1776852017,
    "icon": null,
    "name": "Japan Tokyo - Chill PvE|JP",
    "connect": "162.222.17.4:30010",
    "request": "162.222.17.4:30110",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 22,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1762533079,
    "last_update": 1776852017,
    "banned": false,
    "wipe": 1775205232,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 631,
    "language": "ja",
    "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/10556987");
$data = json_decode($json, true);
var_dump($data);