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

text
https://api.gamemonitoring.ru/servers/13783680
json
{
  "response": {
    "os": "w",
    "region": -1,
    "product": "Ground Branch",
    "gametype": "/Creek/Creek_IntelRetrieval",
    "dedicated": true,
    "steam_id": "90291066756140035",
    "domain": null,
    "id": 13783680,
    "ip": "62.72.253.139",
    "port": 7797,
    "query": 27018,
    "project_id": null,
    "color": 0,
    "city": "Vaasa",
    "description": null,
    "game": 16900,
    "owner": null,
    "boosts": 1,
    "last_offline": 1787729722,
    "last_online": 1786980774,
    "icon": null,
    "name": "nordictacticalgamers.com [Mixed Co-op]",
    "connect": "62.72.253.139:7797",
    "request": "62.72.253.139:27018",
    "map": "nv1021421",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1786980775,
    "last_update": 1787729722,
    "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": 148,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 49744,
      "steam_id": 16900,
      "name": "GROUND BRANCH",
      "url": "ground-branch"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": [],
    "map_url": null
  }
}

Примеры кода

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