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

text
https://api.gamemonitoring.ru/servers/11261198
json
{
  "response": {
    "fps": 137,
    "fps_avg": 143,
    "entities_count": 127231,
    "world_seed": 1844438135,
    "world_size": 4250,
    "steam_id": "90284735785645069",
    "domain": null,
    "id": 11261198,
    "ip": "68.150.216.96",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Edmonton",
    "description": "![Edmonton Softcore Rust](https://www.dropbox.com/scl/fi/grsjgqvkg9jf9w6j3do0t/Progressive-Pride-Flag.png?rlkey=989dajyp0szmhad7abpfus8au&st=tzcwi5rq&dl=1)\nEdmonton Softcore Rust, run by women, is intended to be a safe space for members of the 2SLGBTQIA+ community, and others, to play Rust. \r\n \r\n No racism, homophobia, transphobia, misogyny, or sexism \r\n New players welcome! \r\n Map size: 4250 (for trains) \r\n 50% upkeep \r\n 25% Minicopter decay (inside) \r\n Max team size: 2 \r\n Locked Crates: 5 minutes \r\n Rust+ active \r\n Discord via External Website button \r\n Server restarts at 6 a.m. daily.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776773002,
    "score": 0,
    "last_online": 1776847218,
    "icon": null,
    "name": "Edmonton Softcore Rust",
    "connect": "68.150.216.96:28015",
    "request": "68.150.216.96:28017",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774555225,
    "last_update": 1776847218,
    "banned": false,
    "wipe": 1775153734,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2016,
    "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/11261198");
$data = json_decode($json, true);
var_dump($data);