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

text
https://api.gamemonitoring.ru/servers/8731463
json
{
  "response": {
    "steam_id": 90284560419431440,
    "domain": null,
    "id": 8731463,
    "ip": "172.240.92.212",
    "port": 20096,
    "query": 20097,
    "color": 0,
    "city": "Dallas",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776169317,
    "score": 0,
    "last_online": 1776448943,
    "icon": null,
    "name": "[US-C] Official #4025 Weekend Raid | 3 Month Reset",
    "connect": "172.240.92.212:20096",
    "request": "172.240.92.212:20097",
    "map": "VRisingWorld",
    "gamemode": "955961f9-7f06-41cb-b7a6-36f5e66f4a95",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1745832537,
    "last_update": 1776448943,
    "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": 406,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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