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

text
https://api.gamemonitoring.ru/servers/10432117
json
{
  "response": {
    "steam_id": "90284356307523589",
    "domain": null,
    "id": 10432117,
    "ip": "134.175.219.104",
    "port": 7777,
    "query": 27015,
    "color": 0,
    "city": "Guangzhou",
    "description": null,
    "game": 16900,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773487331,
    "score": 0,
    "last_online": 1776205869,
    "icon": null,
    "name": "[CN]OldWang funhouse WEEKLY STORY LINE EVENTS! QQ:254993989",
    "connect": "134.175.219.104:7777",
    "request": "134.175.219.104:27015",
    "map": "nv103518891,md",
    "gamemode": "Ground Branch",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1759829287,
    "last_update": 1776205869,
    "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": 50,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 49744,
      "steam_id": 16900,
      "name": "GROUND BRANCH",
      "url": "ground-branch"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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