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

text
https://api.gamemonitoring.ru/servers/11166766
json
{
  "response": {
    "steam_id": "90284735953043458",
    "domain": null,
    "id": 11166766,
    "ip": "195.60.166.57",
    "port": 25590,
    "query": 25593,
    "color": 0,
    "city": "City of London",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690526,
    "score": 0,
    "last_online": 1776801041,
    "icon": null,
    "name": "[EU] Friendly Rising | Beginner Server | Chill & Simple",
    "connect": "195.60.166.57:25590",
    "request": "195.60.166.57:25593",
    "map": "VRisingWorld",
    "gamemode": "e8cc28ea-c1bb-40d1-ad62-8f8f75050dff",
    "version": "0.0.0.1",
    "numplayers": 3,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 37,
    "add_date": 1772228639,
    "last_update": 1776801041,
    "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": 71,
    "language": "en",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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