JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502674
json
{
  "response": {
    "fps": 75,
    "fps_avg": 72,
    "entities_count": 208917,
    "world_seed": 2020086441,
    "world_size": 6000,
    "steam_id": "90286277732625418",
    "domain": null,
    "id": 11502674,
    "ip": "175.193.6.197",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Seongdong-gu",
    "description": "안녕하세요. 아지트 서버입니다. (AGIT Rust Server) \r\n 초보 공동생활 서버(혼자 살아도되욤)\r\n PVE기반 서버입니다. PVP원하시면... 맞짱존 만들어드림... \r\n 접속후 비밀번호 인증필요 \r\n 저희는 건축 및 탐험을 좋아해요, 멤버 모집중, 초기화 없음 \r\n 디스코드 https://discord.gg/wSFFgUyfsV \r\n 성인만 가능 면접봐야함",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779670408,
    "last_online": 1780608632,
    "icon": null,
    "name": "AGIT(아지트) Rust Server",
    "connect": "175.193.6.197:28015",
    "request": "175.193.6.197:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207210,
    "last_update": 1780608632,
    "banned": false,
    "wipe": 1778593998,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4816,
    "language": "ko",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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