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

text
https://api.gamemonitoring.ru/servers/10791822
json
{
  "response": {
    "steam_id": "90284691495556111",
    "domain": null,
    "id": 10791822,
    "ip": "181.214.221.212",
    "port": 7797,
    "query": 7798,
    "color": 0,
    "city": "São Paulo",
    "description": null,
    "game": 686810,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776680601,
    "score": 0,
    "last_online": 1776725447,
    "icon": null,
    "name": "『V』VANGUARDA.PRO.BR | BR | LATAM | Warfare",
    "connect": "181.214.221.212:7797",
    "request": "181.214.221.212:7798",
    "map": "StMarie",
    "gamemode": "Hell Let Loose",
    "version": "0.1.1.0",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1766875262,
    "last_update": 1776725447,
    "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": 235,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 51409,
      "steam_id": 686810,
      "name": "Hell Let Loose",
      "url": "hell-let-loose"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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