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

text
https://api.gamemonitoring.in/servers/11511606
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 151566,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286568110899226",
    "domain": null,
    "id": 11511606,
    "ip": "219.248.160.167",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Seo-gu",
    "description": "![러스트아크 [PVE|레이드|RPG|강화|이벤트]](https://rabbit-labs.s3.ap-northeast-2.amazonaws.com/rust/main5.jpg)\n러스트아크[PVE]\r\n✓05월08일 초기화됨✓\r\n\r\n▶ 다양한 공격패턴의 군단장 레이드\r\n▶ 떠돌이 상인, 카지노 등 다양한 이벤트\r\n▶ 스킨, 벽지 등 커스터마이징 시스템\r\n▶ 다양한 칭호 시스템\r\n▶ 50종 이상의 커스텀 무기 및 아이템\r\n▶ 탁월한 사용자 경험과 유저 편의성 제공\r\n▶ RPG 스타일 스킬/강화 시스템\r\n▶ 500종 이상의 베이스 레이드\r\n▶ 20종 이상의 PVE 이벤트 컨텐츠\r\n\r\n▶ 서버 규칙 및 정보는 디스코드 참고해주세요!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779563013,
    "last_online": 1780573828,
    "icon": null,
    "name": "러스트아크 [PVE|레이드|RPG|강화|이벤트]",
    "connect": "219.248.160.167:28015",
    "request": "219.248.160.167:28017",
    "map": "RUSTARK",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779353856,
    "last_update": 1780573828,
    "banned": false,
    "wipe": 1778207647,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1834,
    "language": "ko",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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