JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11645106
json
{
  "response": {
    "fps": 162,
    "fps_avg": 160,
    "entities_count": 120007,
    "world_seed": 673691068,
    "world_size": 4500,
    "steam_id": "90286622542525458",
    "domain": null,
    "id": 11645106,
    "ip": "122.114.77.46",
    "port": 28015,
    "query": 28016,
    "project_id": null,
    "color": 0,
    "city": "Zhengzhou",
    "description": "![[CN][51823] PVP/萌新首选/仿官原倍/](https://i2.hdslb.com/bfs/archive/c0726a6f23598f90cb116f080e0ed11771e530fa.jpg)\n欢迎加入51823服务器! 每天重启一次,等待5分钟即可重新加入服务器,全图PVP,常用指令:/kit 新手礼包,/qs s  lite  排序按钮极简风格。一切都要靠自己。有什么不懂的加QQ群:[531990919] kook频道:16894001/在群里@腐竹和管理员",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780754006,
    "last_online": 1780661433,
    "icon": null,
    "name": "[CN][51823] PVP/萌新首选/仿官原倍/",
    "connect": "122.114.77.46:28015",
    "request": "122.114.77.46:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780177447,
    "last_update": 1780754006,
    "banned": false,
    "wipe": 1780640157,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11964,
    "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/11645106");
$data = json_decode($json, true);
var_dump($data);