JSON для программ, сайтов и прочего

text
https://api.gamemonitoring.ru/servers/10714492
json
{
  "response": {
    "fps": 63,
    "fps_avg": 63,
    "entities_count": 84815,
    "world_seed": 1082032238,
    "world_size": 3700,
    "steam_id": "90285497871471624",
    "domain": null,
    "id": 10714492,
    "ip": "110.42.101.21",
    "port": 7663,
    "query": 7665,
    "color": 0,
    "city": "Ningbo",
    "description": "![【小闪电】三人萌新服丨5.8新开丨仿官原倍](https://image.baidu.com/search/detail?adpicid=0&b_applid=8533212698289780373&bdtype=0&commodity=&copyright=&cs=4200247319%2C290555061&di=7565560840087142401&fr=click-pic&fromurl=https%253A%252F%252Fwww.bilibili.com%252Fvideo%252FBV1zsCbYhEnP&gsm=1e&hd=&height=0&hot=&ic=&ie=utf-8&imgformat=&imgratio=&imgspn=0&is=0%2C0&isImgSet=&latest=&lid=&lm=&objurl=https%253A%252F%252Fi2.hdslb.com%252Fbfs%252Farchive%252F38dded8c519e9133fac16f12a04eb14f1e85d7c8.jpg&os=3105467344%2C735587312&pd=image_content&pi=0&pn=0&rn=1&simid=4202841801%2C834276348&tn=baiduimagedetail&width=0&word=rust&z=)\n\r\n【小闪电萌新乐园】 \r\n 仿官、无权、纯净服\r\n无需加速器,如下不了地图加QQ群713468534 \r\n服里基本都是萌新,严查挂、宏、恶意炸鱼等行为 \r\n清档时间:5月8日3:00 每周五清 \r\n队伍人员限制:【3人】严查超员、共享物资、多人联盟欺负萌新等情况 \r\n萌新可提问,举报作弊(带F1 combatlog)可加管理员QQ \r\n\r\n佛系公益,欢迎大大赞助! \r\n\r\n 祝大家玩得开心",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778246583,
    "score": 0,
    "last_online": 1778599340,
    "icon": null,
    "name": "【小闪电】三人萌新服丨5.8新开丨仿官原倍",
    "connect": "110.42.101.21:7663",
    "request": "110.42.101.21:7665",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 15,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 65,
    "add_date": 1765132200,
    "last_update": 1778599340,
    "banned": false,
    "wipe": 1778181059,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1134,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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