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

text
https://api.gamemonitoring.ru/servers/11511025
json
{
  "response": {
    "fps": 53,
    "fps_avg": 52,
    "entities_count": 123599,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286305330528269",
    "domain": null,
    "id": 11511025,
    "ip": "142.91.157.60",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Amsterdam",
    "description": "![EU Rusty Dad PvE 3x, MiniMap, Skills, Events](https://i.ibb.co/hm9wy2w/Server-small.png)\nMiniMap, 100+ QOL Mods, 3x Gather, No Bed Timers, Free Recycle Box, 10 rockets Launcher in Mag, Restore Inventory after death, Events, Raidable Bases",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780575221,
    "last_online": 1779955223,
    "icon": null,
    "name": "EU Rusty Dad PvE 3x, MiniMap, Skills, Events",
    "connect": "142.91.157.60:28015",
    "request": "142.91.157.60:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779353837,
    "last_update": 1780575221,
    "banned": false,
    "wipe": 1778651857,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11694,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Примеры кода

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