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

text
https://api.gamemonitoring.ru/servers/10418638
json
{
  "response": {
    "steam_id": "90284390662197254",
    "domain": null,
    "id": 10418638,
    "ip": "77.37.224.140",
    "port": 27021,
    "query": 27022,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 1604030,
    "owner": 132388,
    "boosts": 1,
    "last_offline": 1776007341,
    "score": 0,
    "last_online": 1776441617,
    "icon": null,
    "name": "[RU] Mindo PVE-1 [Normal]",
    "connect": "77.37.224.140:27021",
    "request": "77.37.224.140:27022",
    "map": "VRisingWorld",
    "gamemode": "19a4ab76-c61f-4538-bf96-62eda028c1c5",
    "version": "0.0.0.1",
    "numplayers": 6,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 73,
    "add_date": 1759825480,
    "last_update": 1776441617,
    "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": 10,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": {
      "username": "mindscratcher",
      "avatar": "46af0d00-a34d-49dd-bbff-11b1751b656b.jpg",
      "last_online": 1775637320
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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