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

text
https://api.gamemonitoring.ru/servers/7132009
json
{
  "response": {
    "steam_id": "85568392935780103",
    "domain": null,
    "id": 7132009,
    "ip": "43.241.18.191",
    "port": 22222,
    "query": 22222,
    "color": 0,
    "city": "Wenzhou",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775823123,
    "score": 0,
    "last_online": 1776090032,
    "icon": "http://imagesource.busil.cn:12345/image/icons/motable.jpg",
    "name": "[Clay黏土]中国南方|困难生存|死亡不掉|高倍奖励",
    "connect": "43.241.18.191:22222",
    "request": "43.241.18.191:22222",
    "map": "[黏土]中国南方",
    "gamemode": "四周年★长期稳定",
    "version": "3.26.2.2",
    "numplayers": 97,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 108,
    "add_date": 1735978588,
    "last_update": 1776090032,
    "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": 3,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 48,
      "steam_id": 304930,
      "name": "Unturned",
      "url": "unturned"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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