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

text
https://api.gamemonitoring.ru/servers/12971678
json
{
  "response": {
    "dedicated": true,
    "gametype": "BUILDID:0,OWNINGID:90289817454176267,OWNINGNAME:ICARUS Dedicated Server LAW,SESSIONFLAGS:683,P_s:Lobby,G_s:3.0.19.154458-x-x",
    "os": "w",
    "product": "Icarus",
    "region": -1,
    "steam_id": "90289817454176267",
    "domain": null,
    "id": 12971678,
    "ip": "60.51.105.160",
    "port": 7777,
    "query": 8011,
    "project_id": null,
    "color": 0,
    "city": "Kajang",
    "description": null,
    "game": 1985480,
    "owner": null,
    "boosts": 1,
    "last_offline": 1785339911,
    "last_online": 1785343200,
    "icon": null,
    "name": "ICARUS Dedicated Server LAW",
    "connect": "60.51.105.160:7777",
    "request": "60.51.105.160:8011",
    "map": null,
    "gamemode": null,
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": null,
    "country": "MY",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1785339911,
    "last_update": 1785343200,
    "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": 12,
    "language": "ms",
    "parked": false,
    "app": {
      "id": 1665357,
      "steam_id": 1985480,
      "name": "Fueled Up Demo",
      "url": "fueled-up-demo"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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