JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11578504
json
{
  "response": {
    "steam_id": "85568392936273264",
    "domain": null,
    "id": 11578504,
    "ip": "202.189.7.30",
    "port": 6007,
    "query": 6007,
    "color": 0,
    "city": "Beijing",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779737010,
    "last_online": 1779721233,
    "icon": null,
    "name": "莱卡云一键开服 game.lcayun.com",
    "connect": "202.189.7.30:6007",
    "request": "202.189.7.30:6007",
    "map": "California2",
    "gamemode": "一键开服 game.lcayun.com",
    "version": "3.26.3.2",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779356923,
    "last_update": 1779737010,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1265,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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