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

text
https://api.gamemonitoring.ru/servers/11394594
json
{
  "response": {
    "steam_id": "90284526169341976",
    "domain": null,
    "id": 11394594,
    "ip": "190.16.61.58",
    "port": 42805,
    "query": 27016,
    "color": 0,
    "city": "Villa Carlos Paz",
    "description": null,
    "game": 219990,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776785430,
    "score": 0,
    "last_online": 1776358974,
    "icon": null,
    "name": "la se�ora de franco",
    "connect": "190.16.61.58:42805",
    "request": "190.16.61.58:27016",
    "map": "levels/world001.map",
    "gamemode": "Grim Dawn",
    "version": "1.0.0.0",
    "numplayers": 1,
    "maxplayers": 2,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "AR",
    "status": false,
    "votes": 0,
    "points": 50,
    "add_date": 1774597012,
    "last_update": 1776785430,
    "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": 9,
    "language": "es",
    "parked": false,
    "app": {
      "id": 101,
      "steam_id": 219990,
      "name": "Grim Dawn",
      "url": "grim-dawn"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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