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

text
https://api.gamemonitoring.ru/servers/759425
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 759425,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![$Dead_Senpai #1 | X1 NoLimit | Classic |](https://i.postimg.cc/hPtbXnYp/Wq-Sl-Yh-HA8v-U.png)“Уважаемый игрок! Мы рады приветствовать тебя на нашем сервере!  Хочешь весело провести время с друзьями? Тогда ты выбрал правильный сервер.  Мгновенный крафт  О",
    "game": 252490,
    "owner": 45192,
    "boosts": 1,
    "last_offline": 1750457067,
    "last_online": 1706091032,
    "icon": null,
    "name": "NoobiX Classic | Для новичков | MAX 2 [19.01]",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1679659700,
    "last_update": 1750457067,
    "banned": false,
    "wipe": 1705618743,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12970,
    "language": "de",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "vs3761640",
      "avatar": "06926174-be34-41f6-9288-c437a24e2772.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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