API for Avion |EU Main| Vanilla | ДЛЯ НОВИЧКОВ

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11002173
json
{
  "response": {
    "steam_id": "90285723397373955",
    "domain": null,
    "id": 11002173,
    "ip": "212.22.93.105",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Moscow",
    "description": "![Avion |EU Main| Vanilla | ДЛЯ НОВИЧКОВ](https://cdn.discordapp.com/attachments/1430869604191961204/1499148870037405817/IMG_6849.png?ex=69f661af&is=69f5102f&hm=2a6357799af7d9e1a45de052c3e99a9ecf5871f86e441be4ef6175299a9a60a6&)\nРусский сервер | Честная игра без доната | Классика • Сервер без каких-либо модификаций и лишних плагинов. • Периодичность вайпов сервера два раза в месяц. • На сервере отсутствуют ограничения в команде.• Администрация поможет вам в любом вопросе. • Сервер работает без перебоев стабильно 24/7. • Вайп сервера был произведен 01.05. • Следующий вайп сервера 15.05.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778560381,
    "score": 5,
    "last_online": 1778796622,
    "icon": null,
    "name": "Avion |EU Main| Vanilla | ДЛЯ НОВИЧКОВ",
    "connect": "212.22.93.105:28014",
    "request": "212.22.93.105:28015",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 1,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769918134,
    "last_update": 1778796622,
    "banned": false,
    "wipe": 1777815594,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4098,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11002173");
$data = json_decode($json, true);
var_dump($data);