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

text
https://api.gamemonitoring.ru/servers/13349530
json
{
  "response": {
    "dedicated": true,
    "gametype": ",OWNINGID:90290227087241241,OWNINGNAME:90290227087241241,NUMOPENPUBCONN:29,P2PADDR:90290227087241241,P2PPORT:9000,LEGACY_i:0",
    "os": "w",
    "product": "ark_survival_evolved",
    "region": -1,
    "steam_id": "90290227087241241",
    "domain": null,
    "id": 13349530,
    "ip": "212.237.203.20",
    "port": 9000,
    "query": 30000,
    "project_id": null,
    "color": 0,
    "city": "Mörrum",
    "description": null,
    "game": 346110,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785910673,
    "last_online": 1785877800,
    "icon": null,
    "name": "UnNamedPvP!ClusterSE/EU15H15T15XP - (v361.7)",
    "connect": "212.237.203.20:9000",
    "request": "212.237.203.20:30000",
    "map": "Ragnarok",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "SE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1785875567,
    "last_update": 1785910673,
    "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": 20088,
    "language": "sv",
    "parked": false,
    "app": {
      "id": 67,
      "steam_id": 346110,
      "name": "ARK: Survival Evolved",
      "url": "ark-survival-evolved"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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