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

text
https://api.gamemonitoring.ru/servers/13862187
json
{
  "response": {
    "os": "l",
    "region": -1,
    "product": "Reflex Arena",
    "gametype": "1v1,KW,89,0,0,0,,,0,,,",
    "dedicated": false,
    "steam_id": "90291389009307669",
    "domain": null,
    "id": 13862187,
    "ip": "188.236.103.71",
    "port": 25787,
    "query": 25787,
    "project_id": null,
    "color": 0,
    "city": "Kuwait City",
    "description": null,
    "game": 328070,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787775333,
    "last_online": 1787392969,
    "icon": null,
    "name": "from wisdom to hummus's Server",
    "connect": "188.236.103.71:25787",
    "request": "188.236.103.71:25787",
    "map": "The Catalyst",
    "gamemode": null,
    "version": "1.3.1-415",
    "numplayers": 0,
    "maxplayers": 2,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "KW",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1787224486,
    "last_update": 1787775333,
    "ban_reason": null,
    "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": 161,
    "language": "ar",
    "parked": false,
    "app": {
      "id": 145,
      "steam_id": 328070,
      "name": "Reflex Arena",
      "url": "reflex-arena"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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