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

text
https://api.gamemonitoring.ru/servers/10718527
json
{
  "response": {
    "steam_id": "85568392923379139",
    "domain": null,
    "id": 10718527,
    "ip": "103.39.66.71",
    "port": 23610,
    "query": 23610,
    "color": 0,
    "city": "Shiyan",
    "description": null,
    "game": 304930,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776360226,
    "score": 0,
    "last_online": 1776805860,
    "icon": "https://img.skyxk.cn//images/2022/04/14/qVfh.jpg",
    "name": "蔚蓝幻境|焕新法国|NPC任务|大背包",
    "connect": "103.39.66.71:23610",
    "request": "103.39.66.71:23610",
    "map": "France Refreshed",
    "gamemode": "已完全汉化 养老服 死亡不掉",
    "version": "3.26.2.2",
    "numplayers": 0,
    "maxplayers": 24,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1765134752,
    "last_update": 1776805860,
    "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": 356,
    "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/10718527");
$data = json_decode($json, true);
var_dump($data);