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

text
https://api.gamemonitoring.ru/servers/7469206
json
{
  "response": {
    "fps": 42,
    "fps_avg": 42,
    "entities_count": 99213,
    "world_seed": 1707008920,
    "world_size": 4250,
    "steam_id": "90286623104797696",
    "domain": null,
    "id": 7469206,
    "ip": "89.213.214.13",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Ashburn",
    "description": "![Rusted {3x} [PvE] Kits|Skins|Events|Backpack|No BP|Quests](https://i.postimg.cc/7LqpfJ5Q/download-21-1.png)\nWelcome to RUSTED Pure PVE {3X} Rust Server. Enjoy monthly wipes in a world filled with frequent events, Fun Slow Pace. and pure fun.\r\nYou can express yourself with thousands of skins.\r\nUse skill tree to put your skills where there needed most.\r\nUse all the DLC Building skins.\r\nCompete in a ton of mini Events.\r\nDo Quests to earn cash to spend in the shop.\r\nExplore and find unique items to sell and trade.\r\nThere is so much to do here. Come on in!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780643658,
    "last_online": 1780657831,
    "icon": null,
    "name": "Phelan PVE",
    "connect": "89.213.214.13:28020",
    "request": "89.213.214.13:28021",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234890,
    "last_update": 1780657831,
    "banned": false,
    "wipe": 1780597757,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3280,
    "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/7469206");
$data = json_decode($json, true);
var_dump($data);