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

text
https://api.gamemonitoring.ru/servers/10733753
json
{
  "response": {
    "steam_id": "90285624886919175",
    "domain": null,
    "id": 10733753,
    "ip": "176.215.0.2",
    "port": 15100,
    "query": 15100,
    "color": 0,
    "city": "Yekaterinburg",
    "description": null,
    "game": 108600,
    "owner": 131994,
    "boosts": 1,
    "last_offline": 1778511180,
    "score": 0,
    "last_online": 1778512819,
    "icon": null,
    "name": "Quant Core Community [RU/EN] HARD",
    "connect": "176.215.0.2:15100",
    "request": "176.215.0.2:15100",
    "map": "Sector-7 Breach;Sector-7 Breach",
    "gamemode": "Project Zomboid",
    "version": "42.18",
    "numplayers": 1,
    "maxplayers": 66,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1765607380,
    "last_update": 1778512819,
    "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": 2268,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid"
    },
    "server_owner": {
      "username": "Loner_Wolf_Production",
      "avatar": "f29872b8-965d-4853-82df-ad9b4accbb5c.jpg",
      "last_online": 1765614713
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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