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

text
https://api.gamemonitoring.ru/servers/687055
json
{
  "response": {
    "fps": 65,
    "fps_avg": 66,
    "entities_count": 90800,
    "world_seed": 676483008,
    "world_size": 3800,
    "steam_id": "90286577307982872",
    "domain": null,
    "id": 687055,
    "ip": "185.189.255.249",
    "port": 35300,
    "query": 35310,
    "color": 0,
    "city": "Moscow",
    "description": "![Fury Rust #1 [PVE|RB|NPC|EVENTS|BUILD|CHILL]](https://i.imgur.com/1BPH4CK.png)\n> https://furyrust.ru/ \r\n> https://t.me/fury_rust \r\nMonthly Wipe\r\n\r\nRU:\r\nЭто уникальный пве сервер, как для новичков так и для бывалых игроков. Используется плагин RealPVE, и поэтому на сервере не возможно совершить гриферство. Здесь вы можете раслабиться и насладиться игрой.\r\n\r\nВозможности:\r\n> Нельзя открыть чужие сундуки, печки, нпз, плантации, шкафы и т.д.\r\n> Нельзя поднять/залутать вещи с пола в чужой билде.\r\n> Можно зарегистрировать на себя транспортное средство. Нельзя взаимодействовать\\наносить урон с\\по чужому транспорту.\r\n> Можно занимать за собой РТ, Карго, Патрульный вертолет, Танк и Рейд Базы для лутания.\r\n> Экономика и награды за игровую активность.\r\n\r\nПрисоединяйтесь к нашему серверу и погрузитесь в мир захватывающих приключений и возможностей!\r\n\r\nEN:\r\nFury Rust PVE is a unique PVE server perfect for both newbies and experienced players. Utilizing the RealPVE plugin, griefing is impossible on our server, allowing you to relax and enjoy the game.\r\n\r\nFeatures:\r\n> Protection of Property: You cannot open others' chests, furnaces, refineries, plantations, TC and etc.\r\n> Secure Building Areas: Items/resources on the ground in another player's build area cannot be picked up or looted.\r\n> Vehicle Registration: Register vehicles to ensure their safety. No interaction or damage to others' vehicles.\r\n> Safety looting: Secure Rad Towns, Cargos, Patrol Helicopters, Bradleys and Raidable Bases for looting.\r\n> Economy and Rewards: Earn rewards for in-game activity.\r\n\r\nJoin Fury Rust PVE and immerse yourself in a safe and engaging Rust experience!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780193632,
    "last_online": 1780594829,
    "icon": null,
    "name": "Fury Rust #1 [PVE|RB|NPC|EVENTS|BUILD|CHILL]",
    "connect": "185.189.255.249:35300",
    "request": "185.189.255.249:35310",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 7,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1672001545,
    "last_update": 1780594829,
    "banned": false,
    "wipe": 1778177361,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1526,
    "language": "ru",
    "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/687055");
$data = json_decode($json, true);
var_dump($data);