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

text
https://api.gamemonitoring.ru/servers/7483994
json
{
  "response": {
    "steam_id": "90283992469856275",
    "domain": null,
    "id": 7483994,
    "ip": "208.115.196.26",
    "port": 21515,
    "query": 21518,
    "color": 0,
    "city": "Dallas",
    "description": null,
    "game": 2230170,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773637330,
    "score": 0,
    "last_online": 1776223876,
    "icon": null,
    "name": "Official #1",
    "connect": "208.115.196.26:21515",
    "request": "208.115.196.26:21518",
    "map": "Hateg Isle",
    "gamemode": "Survival",
    "version": "0.0.6.1",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739270231,
    "last_update": 1776223876,
    "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": 1,
    "language": "en",
    "parked": false,
    "app": {
      "id": 1617299,
      "steam_id": 2230170,
      "name": "The Cenozoic Era",
      "url": "the-cenozoic-era"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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