JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11741555
json
{
  "response": {
    "build": 115523,
    "extraFlags": 0,
    "nameHeaderRaw": "30341c020302",
    "statusFlags": 0,
    "type": 0,
    "unknownStatusFlags": 0,
    "steam_id": null,
    "domain": null,
    "id": 11741555,
    "ip": "111.170.151.196",
    "port": 11057,
    "query": 11057,
    "color": 0,
    "city": "Shizishan",
    "description": null,
    "game": 513710,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780491837,
    "last_online": 1780575149,
    "icon": null,
    "name": "避雷7711权限服/栽赃/陷害/开户/专为金主而生/皇帝管理/查挂不需要工具/绿玩慎入/外挂随便/",
    "connect": "111.170.151.196:11057",
    "request": "111.170.151.196:11057",
    "map": null,
    "gamemode": "community-direct",
    "version": "1.2.3.2.115523",
    "numplayers": 0,
    "maxplayers": 1,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1780412911,
    "last_update": 1780575149,
    "banned": false,
    "wipe": null,
    "official": false,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3633,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 11540,
      "steam_id": 513710,
      "name": "SCUM",
      "url": "scum"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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