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

text
https://api.gamemonitoring.ru/servers/11639171
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 32312,
    "world_seed": 382874322,
    "world_size": 2500,
    "steam_id": "90285754246886427",
    "domain": null,
    "id": 11639171,
    "ip": "104.129.133.197",
    "port": 28419,
    "query": 28416,
    "color": 0,
    "city": "Dallas",
    "description": "![FancyOrbs Random Farming SMALL - Get Random Items From Farming](https://i.imgur.com/fYM4nERh.jpg)\nWelcome to FancyOrb's Random Farming Server where you can get ANY ITEMS in Rust from just farming!\r\n\r\nWant to craft recyclers for your base? Need more resources for building? Visit https://fancyorbservers.tebex.io/ to purchase kits & VIP \r\n \r\n \r\nTIPS FOR THIS SERVER: \r\n-Get resources by recycling your random items \r\n-Loot despawns based off rarity. Tier 2 & 3 items take longer to despawn\r\n-Server wipes weekly (every Thursday 2pm EST)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780598603,
    "last_online": 1780570232,
    "icon": null,
    "name": "FancyOrbs Random Farming SMALL - Get Random Items From Farming",
    "connect": "104.129.133.197:28419",
    "request": "104.129.133.197:28416",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779917955,
    "last_update": 1780598603,
    "banned": false,
    "wipe": 1778781896,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12135,
    "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/11639171");
$data = json_decode($json, true);
var_dump($data);