JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11305654
json
{
  "response": {
    "fps": 100,
    "fps_avg": 99,
    "entities_count": 2592,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286758617366553",
    "domain": null,
    "id": 11305654,
    "ip": "103.91.210.17",
    "port": 10006,
    "query": 11116,
    "project_id": null,
    "color": 0,
    "city": "Jinan",
    "description": "![『夜猫子』UKN/练枪/对抗/竞技/飞行/后坐力图](https://1-1251952791.cos.ap-beijing.myqcloud.com/夜猫子/广告图.png)\n\r\n★★★★★  本服玩法 ★ 个人竞技 ★ 团队竞技 ★ 狙击精英  ★★★★★\r\n★★★★★  手枪对抗 ★ 弓箭乱斗 ★ 大厅跑酷 ★ 单挑房间  ★★★★★\r\n★★★★★  多种靶场 ★ 无限子弹 ★ 自动礼包 ★ 排行系统  ★★★★★\r\n★★★★★  超多皮肤 ★ 多样练枪 ★ 后坐力图 ★ 无限子弹  ★★★★★\r\n★★★★★  独家打造 ★ 长期开放 ★ 更多玩法 ★ 加群了解  ★★★★★\r\n\r\n夜猫子Rust唯一QQ群:222133348,欢迎加入!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780938873,
    "last_online": 1780944031,
    "icon": null,
    "name": "『夜猫子』UKN/练枪/对抗/竞技/飞行/后坐力图",
    "connect": "103.91.210.17:10006",
    "request": "103.91.210.17:11116",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 58,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774592894,
    "last_update": 1780944031,
    "banned": false,
    "wipe": 1780651053,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3148,
    "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/11305654");
$data = json_decode($json, true);
var_dump($data);