JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11261121
json
{
  "response": {
    "fps": 23,
    "fps_avg": 23,
    "entities_count": 130221,
    "world_seed": 5,
    "world_size": 4250,
    "steam_id": "90286573963241484",
    "domain": null,
    "id": 11261121,
    "ip": "202.189.9.197",
    "port": 28015,
    "query": 28012,
    "color": 0,
    "city": "Beijing",
    "description": "[故人归]Rust服务器(10倍生存,纯净无权)服务器模式:秒造 养老 无权\r\n10倍资源速度,发育不慢也不过快,适合长期稳定发展\r\n无权限加成:本服不售卖任何权限、特权,不存在氪金破坏平衡。\r\n公平环境:杜绝外挂、脚本、鼠标宏等一切作弊行为,专人巡查维护游戏公平。\r\n无干涉运营:管理员仅负责维护服务器稳定与秩序,绝不干预玩家游戏过程。\r\n玩法平衡:保留官方原版玩法与机制,不花哨,重拾Rust最初的野性与策略。",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780567468,
    "last_online": 1780591831,
    "icon": null,
    "name": "【故人归】10倍10废-5-8新开-无权-月清",
    "connect": "202.189.9.197:28015",
    "request": "202.189.9.197:28012",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555219,
    "last_update": 1780591831,
    "banned": false,
    "wipe": 1778186814,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4372,
    "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/11261121");
$data = json_decode($json, true);
var_dump($data);