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

text
https://api.gamemonitoring.ru/servers/11261383
json
{
  "response": {
    "fps": 143,
    "fps_avg": 146,
    "entities_count": 117026,
    "world_seed": 1765973030,
    "world_size": 4500,
    "steam_id": "90285308278279179",
    "domain": null,
    "id": 11261383,
    "ip": "103.15.237.183",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Melbourne",
    "description": "Welcome to Rusty Chillz fortnightly 2x (trio)\r\nthis is a lightly modded server with quality of life plugins such as \r\n/buy\r\noffline raid protection\r\nbigger stacks \r\n/voteday\r\nserver rules can be found in discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778555539,
    "score": 0,
    "last_online": 1777917622,
    "icon": null,
    "name": "AU/NZ Rusty Chillz fortnightly 2x (Vanilla)",
    "connect": "103.15.237.183:28015",
    "request": "103.15.237.183:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 125,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555235,
    "last_update": 1778555539,
    "banned": false,
    "wipe": 1777572518,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7549,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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