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

text
https://api.gamemonitoring.ru/servers/11710953
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "entities_count": 94105,
    "world_seed": 39660300,
    "world_size": 4000,
    "steam_id": "90286595713500161",
    "domain": null,
    "id": 11710953,
    "ip": "66.51.99.47",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![BNW Groove PvE 3x Biweekly|RaidableBases|Events|Skills|Jetpack](https://cdn.shopify.com/s/files/1/0698/8146/2921/files/groove_512-256.png?v=1778168738)\nBrave New World- Groove 3x Biweekly PvE\r\n• Abandoned Bases  and RaidableBases\r\n• Events provide extra challenge\r\n• Hordes and Bosses\r\n• Custom Progression •80+ Plugins  \r\n •Forge • SkillTree • Jetpacks • Skins • Safe Vehicles \r\n and many quality-of-life improvements. \r\n Join us and explore this Brave New World.\r\n •5 different servers to choose, find us in modded tab, search for BNW.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780433056,
    "last_online": 1780582832,
    "icon": null,
    "name": "BNW Groove PvE 3x Biweekly|RaidableBases|Events|Skills|Jetpack",
    "connect": "66.51.99.47:28035",
    "request": "66.51.99.47:28036",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780300742,
    "last_update": 1780582832,
    "banned": false,
    "wipe": 1778181290,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2199,
    "language": "en",
    "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/11710953");
$data = json_decode($json, true);
var_dump($data);