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

text
https://api.gamemonitoring.ru/servers/6741488
json
{
  "response": {
    "fps": 62,
    "fps_avg": 67,
    "entities_count": 196856,
    "world_seed": 764978817,
    "world_size": 4250,
    "steam_id": "90284731419760659",
    "domain": null,
    "id": 6741488,
    "ip": "167.114.158.147",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Montreal",
    "description": "Welcome!\r\n\r\nThis community has been created to facilitate respectful interactive roleplay while maintaining the traditional rust experiences by including designated pvp areas.\r\n\r\nJoin our Discord at discord.gg/methodgames for server rules and information.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776503007,
    "score": 0,
    "last_online": 1776848417,
    "icon": null,
    "name": "Method Games Roleplay/RP/OTV/PVE/PVP",
    "connect": "167.114.158.147:28015",
    "request": "167.114.158.147:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 7,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1732630278,
    "last_update": 1776848417,
    "banned": false,
    "wipe": 1775167890,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 921,
    "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/6741488");
$data = json_decode($json, true);
var_dump($data);