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

text
https://api.gamemonitoring.ru/servers/13638133
json
{
  "response": {
    "steam_id": "90290629336702989",
    "domain": null,
    "id": 13638133,
    "ip": "83.30.80.188",
    "port": 2302,
    "query": 2303,
    "project_id": null,
    "color": 0,
    "city": "Jeżów Sudecki",
    "description": null,
    "game": 107410,
    "owner": null,
    "boosts": 1,
    "last_offline": 1786566297,
    "last_online": 1786495768,
    "icon": null,
    "name": "dex on wololo",
    "connect": "83.30.80.188:2302",
    "request": "83.30.80.188:2303",
    "map": "cup_chernarus_A3",
    "gamemode": "Antistasi Ultimate - Chernarus 2020",
    "version": "2.22.154003",
    "numplayers": 0,
    "maxplayers": 3,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "PL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1786400019,
    "last_update": 1786566297,
    "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": 11282,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 61,
      "steam_id": 107410,
      "name": "Arma 3",
      "url": "arma-3"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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