JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502722
json
{
  "response": {
    "steam_id": 90285899819912200,
    "domain": null,
    "id": 11502722,
    "ip": "122.228.193.24",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Wenzhou",
    "description": "【七景山 服务器】\r\n\r\n—— 服务器特色 ——\r\n- 双倍资源 · 畅快发育\r\n- 自定义战利品\r\n- 高性能优化 · 稳定流畅\r\n- 每五天清档\r\n\r\n—— 规则说明 ——\r\n- 禁止外挂\r\n- 禁止无间道\r\n- 违规永久封禁\r\n\r\n—— 社区交流 ——\r\nQQ群:1064424214\r\n举报外挂 / 玩家交流\r\n\r\n纯公益服务器 · 长期运营",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553022,
    "last_online": 1779856221,
    "icon": null,
    "name": "枕雪|5.18开|15:00清档|六人服|萌新必选",
    "connect": "122.228.193.24:28015",
    "request": "122.228.193.24:28016",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207214,
    "last_update": 1780553022,
    "banned": false,
    "wipe": 1777544886,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11636,
    "language": "zh",
    "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/11502722");
$data = json_decode($json, true);
var_dump($data);