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

text
https://api.gamemonitoring.ru/servers/9893093
json
{
  "response": {
    "steam_id": "90274805527491615",
    "domain": null,
    "id": 9893093,
    "ip": "73.131.110.248",
    "port": 7707,
    "query": 28852,
    "color": 0,
    "city": "Charleston",
    "description": null,
    "game": 1250,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777535605,
    "score": 0,
    "last_online": 1778720447,
    "icon": null,
    "name": "[Bear's US]",
    "connect": "73.131.110.248:7707",
    "request": "73.131.110.248:28852",
    "map": "KF-Temple-of-the-God",
    "gamemode": "Killing Floor",
    "version": "1.0.6.5",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1753710143,
    "last_update": 1778720447,
    "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": 177,
    "language": "en",
    "parked": false,
    "app": {
      "id": 50,
      "steam_id": 1250,
      "name": "Killing Floor",
      "url": "killing-floor"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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