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

text
https://api.gamemonitoring.ru/servers/11393187
json
{
  "response": {
    "steam_id": "90284539596216335",
    "domain": null,
    "id": 11393187,
    "ip": "191.233.240.251",
    "port": 27005,
    "query": 27008,
    "color": 0,
    "city": "São Paulo",
    "description": null,
    "game": 1066890,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776813619,
    "score": 0,
    "last_online": 1776388811,
    "icon": null,
    "name": "racingbearstv.com.br/stock #FINAL",
    "connect": "191.233.240.251:27005",
    "request": "191.233.240.251:27008",
    "map": "Taruma_Internacional",
    "gamemode": "Automobilista 2",
    "version": "1.0.0.93",
    "numplayers": 15,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": true,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 63,
    "add_date": 1774596789,
    "last_update": 1776813619,
    "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": 4,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 48189,
      "steam_id": 1066890,
      "name": "Automobilista 2",
      "url": "automobilista-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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