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

text
https://api.gamemonitoring.ru/servers/11698822
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 68826,
    "world_seed": 12345,
    "world_size": 4200,
    "steam_id": "90286000196356108",
    "domain": null,
    "id": 11698822,
    "ip": "51.89.59.242",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "London",
    "description": "![[EU|PvE] MGCDRP | Events | Economy | Skills | Wipe Vault](https://cdn3.mapstr.gg/9a7e94997920c4e3b5db4aa05e500c5b.png)\nWelcome to the MGCDRP EU PvE Server — your beginner friendly Rust PvE experience.\r\n\r\nWe are one of the biggest German PvE communities and this is our international EU server.\r\n\r\nOur gameplay concept is focused on long term progression, interesting events throughout the month and the possibility to save and build up your account and selected items across wipes by using our Wipe Vault system.\r\n\r\nWe are a modded monthly wipe PvE only server with custom developed plugins, designed to provide a modern gameplay experience, including an economy system, personal events, battlepass, playtime rewards, skills, custom items, better loot and much more.\r\n\r\nJoin us and become part of a growing international community with active development, unique systems, regular updates, and a server experience built for long term enjoyment.\r\n\r\nWhat you can expect on MGCDRP:\r\n• Consistent and polished server experience\r\n• Helpful and welcoming community\r\n• Active staff team with fast support handling\r\n• Content Creator partner program\r\n• Server lobby with multiple areas and features\r\n• Raidbases, Bradleys, Helis and Dungeons\r\n• Monthly starter kit /kit\r\n• Reward Systems\r\n• Custom items like supply signals, buff food and more\r\n• Constantly evolving player driven economy\r\n• 2 Month Battlepass with additional rewards\r\n• Playtime rewards\r\n• Quest System\r\n• Black Market with upgrades, exclusive items and supporter content\r\n• Start vanilla and customize your character with different skills\r\n• Regular Twitch streams by the DRP team\r\n\r\n\r\nWipe Information:\r\n• BP & Map wipes monthly\r\n• Skills & Battlepass wipe e",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780227266,
    "last_online": 1780261409,
    "icon": null,
    "name": "[EU|PvE] MGCDRP | Events | Economy | Skills | Wipe Vault",
    "connect": "51.89.59.242:28025",
    "request": "51.89.59.242:28026",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780227266,
    "last_update": 1780261409,
    "banned": false,
    "wipe": 1779296305,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6148,
    "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/11698822");
$data = json_decode($json, true);
var_dump($data);