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

text
https://api.gamemonitoring.ru/servers/570630
json
{
  "response": {
    "add_date": 1668892562,
    "app": {
      "id": 12,
      "name": "Rust",
      "steam_id": 252490,
      "url": "rust"
    },
    "color": 0,
    "connect": "74.208.55.12:28015",
    "country": "US",
    "domain": null,
    "game": 252490,
    "hide_address": false,
    "hide_query": false,
    "icon": null,
    "id": 570630,
    "ip": "74.208.55.12",
    "language": "en",
    "last_update": 1790377816,
    "map": "Custom Map",
    "maxplayers": 50,
    "name": "Rustrician.io Electricity Creative Build Server | F1 | Noclip",
    "numplayers": 2,
    "official": null,
    "points": 62,
    "port": 28015,
    "private": false,
    "project_id": null,
    "pve": 0,
    "pvp": null,
    "query": 28016,
    "request": "74.208.55.12:28016",
    "secured": true,
    "status": true,
    "steam_id": "90293336907694100",
    "version": "2633",
    "votes": 0,
    "wipe": 1790244422,
    "ban_reason": null,
    "banned": false,
    "boosts": 1,
    "bots": 0,
    "city": "Вашингтон",
    "description": "![Rustrician.io Electricity Creative Build Server | F1 | Noclip](https://www.rustrician.io/images/header.png)\nThe official server of Rustrician.io - RUST Electricity Simulator\r\n\r\nIf you want to learn about electricity in Rust or have a question about a circuit, join us on Discord @ discord.rustrician.io\r\n\r\nWe also have many example circuits available for you to test and experiment with @ www.rustrician.io\r\n\r\nWipes every Thursday. Enjoy your stay and don't get electricuted!",
    "disabled_modules": [],
    "gamemode": "Vanilla",
    "hidden": false,
    "last_offline": 1790244352,
    "last_online": 1790377816,
    "list_hidden": false,
    "map_url": "rustricianmap009",
    "mods": [],
    "next_wipe": null,
    "parked": false,
    "position_game": 1489,
    "wipe_period": null,
    "fps": 203,
    "gmn": "vanilla",
    "url": "https://www.rustrician.io",
    "hash": "909c263",
    "build": "162929",
    "gc_cl": "238",
    "gc_mb": "2235",
    "fps_avg": 184,
    "ram_sys": "0",
    "map_kind": "custom",
    "map_name": "Rustrician Map009",
    "map_seed": 1337,
    "map_size": 3000,
    "logoimage": "",
    "listentype": "d",
    "environment": "l",
    "a2s_protocol": 17,
    "map_revision": null,
    "queueplayers": 0,
    "map_image_url": "https://files.facepunch.com/rust/map-images/7697e12671c462bab437a10ce33b37006d6eb9587d2f192499f318030c6c649a/rustricianmap009.3000.1759435726057.288_7697e12671c462bab437a10ce33b3700.jpg",
    "entities_count": 68529,
    "players_complete": true
  }
}

Примеры кода

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