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

text
https://api.gamemonitoring.in/servers/11511607
json
{
  "response": {
    "fps": 166,
    "fps_avg": 166,
    "entities_count": 88195,
    "world_seed": 97172609,
    "world_size": 3700,
    "steam_id": "90286282756025347",
    "domain": null,
    "id": 11511607,
    "ip": "121.166.171.82",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Seocho-gu",
    "description": "![노네임드 [PVE|강화|레이드|스킬|이벤트]](https://i.ibb.co/Mn7N5hg/serverbanner.png)\nWelcome to Nonamed PVE Sandbox\r\n\r\n ▶ 매달 바뀌는 커스텀 맵 : 언노운\r\n ▶ RPG 스타일 레벨 시스템\r\n ▶ 장비 강화 및 특별 효과 부여 시스템\r\n ▶ 레이드베이스 종류 470개 이상\r\n ▶ 개성 넘치는 총과 폭발 무기들\r\n ▶ 제트팩, 비행기 등 재미있는 탈 것\r\n ▶ 20 종류 이상의 PVE 이벤트 컨텐츠\r\n ▶ 기초적인 기능 제공\r\n ▶ 모드, 서버 규칙은 디스코드 참고",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599816,
    "last_online": 1779951622,
    "icon": null,
    "name": "노네임드 [PVE|강화|레이드|스킬|이벤트]",
    "connect": "121.166.171.82:28015",
    "request": "121.166.171.82:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353856,
    "last_update": 1780599816,
    "banned": false,
    "wipe": 1775193441,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11528,
    "language": "ko",
    "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/11511607");
$data = json_decode($json, true);
var_dump($data);