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

text
https://api.gamemonitoring.ru/servers/13185660
json
{
  "response": {
    "steam_id": "90289956045117452",
    "domain": null,
    "id": 13185660,
    "ip": "179.167.7.11",
    "port": 8754,
    "query": 28239,
    "project_id": null,
    "color": 0,
    "city": "Guarulhos",
    "description": null,
    "game": 480,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785725655,
    "last_online": 1785705217,
    "icon": null,
    "name": "-=ALB=-BRASIL 20 Horda+",
    "connect": "179.167.7.11:8754",
    "request": "179.167.7.11:28239",
    "map": "mp_garden",
    "gamemode": "WarGameHordePlus",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 5,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1785604988,
    "last_update": 1785725655,
    "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": 1176,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 54694,
      "steam_id": 480,
      "name": "Spacewar",
      "url": "spacewar"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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