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

text
https://api.gamemonitoring.ru/servers/12496629
json
{
  "response": {
    "dedicated": true,
    "gametype": ",OWNINGID:90289423806217220,OWNINGNAME:90289423806217220,NUMOPENPUBCONN:18,P2PADDR:90289423806217220,P2PPORT:57563,NONATLAS_i:0",
    "os": "w",
    "product": "atlas",
    "region": -1,
    "steam_id": "90289423806217220",
    "domain": null,
    "id": 12496629,
    "ip": "90.100.250.246",
    "port": 57563,
    "query": 57562,
    "project_id": null,
    "color": 0,
    "city": "Hurigny",
    "description": null,
    "game": 834910,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785389683,
    "last_online": 1784729400,
    "icon": null,
    "name": "B1 - (v560.3)",
    "connect": "90.100.250.246:57563",
    "request": "90.100.250.246:57562",
    "map": "Ocean",
    "gamemode": null,
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 18,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1784723031,
    "last_update": 1785389683,
    "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": 1301,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 23488,
      "steam_id": 834910,
      "name": "ATLAS",
      "url": "atlas"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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