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

text
https://api.gamemonitoring.ru/servers/10331207
json
{
  "response": {
    "steam_id": "90284385160429599",
    "domain": null,
    "id": 10331207,
    "ip": "109.194.163.184",
    "port": 7767,
    "query": 27615,
    "color": 0,
    "city": "Tyumen",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776216713,
    "score": 0,
    "last_online": 1776631244,
    "icon": null,
    "name": "HAKUNA MATATA #Aquatica [RU][PVE][x3,x5]",
    "connect": "109.194.163.184:7767",
    "request": "109.194.163.184:27615",
    "map": "Aquatica",
    "gamemode": "TestGameMode_C",
    "version": "361.7",
    "numplayers": 1,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 31,
    "add_date": 1758316846,
    "last_update": 1776631244,
    "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": 4067,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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