JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11741084
json
{
  "response": {
    "build": 117753,
    "extraFlags": 0,
    "nameHeaderRaw": "90bf1c000003",
    "statusFlags": 98,
    "type": 0,
    "unknownStatusFlags": 96,
    "steam_id": null,
    "domain": null,
    "id": 11741084,
    "ip": "111.170.163.142",
    "port": 6072,
    "query": 6072,
    "color": 0,
    "city": "Shizishan",
    "description": null,
    "game": 513710,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780491837,
    "last_online": 1780561318,
    "icon": null,
    "name": "123123",
    "connect": "111.170.163.142:6072",
    "request": "111.170.163.142:6072",
    "map": null,
    "gamemode": "community-direct",
    "version": "1.3.0.0.117753",
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": null,
    "private": true,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1780412907,
    "last_update": 1780561318,
    "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": 3539,
    "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/11741084");
$data = json_decode($json, true);
var_dump($data);