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

text
https://api.gamemonitoring.ru/servers/13091737
json
{
  "response": {
    "dedicated": false,
    "gametype": "d:10,e:10,a:1,l:0,m:0,k:1,i:3,n:0,h:1,b:1,c:0,p:0,f:0,q:0,r:-1,",
    "os": "w",
    "product": "KF2",
    "region": 255,
    "steam_id": "90289934853744647",
    "domain": null,
    "id": 13091737,
    "ip": "190.173.67.227",
    "port": 7753,
    "query": 27553,
    "project_id": null,
    "color": 0,
    "city": "Buenos Aires",
    "description": null,
    "game": 232090,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785450860,
    "last_online": 1785462600,
    "icon": null,
    "name": "..:: TRONADOR | Challenge+ ::..",
    "connect": "190.173.67.227:7753",
    "request": "190.173.67.227:27553",
    "map": "KF-ZASHIKI_Challenge",
    "gamemode": null,
    "version": "1150",
    "numplayers": 6,
    "maxplayers": 12,
    "bots": 6,
    "secured": true,
    "private": null,
    "country": "AR",
    "status": true,
    "votes": 0,
    "points": 73,
    "add_date": 1785450860,
    "last_update": 1785462600,
    "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": 26,
    "language": "es",
    "parked": false,
    "app": {
      "id": 51,
      "steam_id": 232090,
      "name": "Killing Floor 2",
      "url": "killing-floor-2"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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