API für UmbraRust | X2 | ДЛЯ НОВИЧКОВ | KITS | EVENTS

Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10399318
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10399318,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"ONzYLuYmu-\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Добро пожаловать на UmbraRust!\"}},{\"id\":\"OjIAyDA9b9\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/ae9e586a-e0d7-49db-bd40-1abeddfd12bb.png\"}}},{\"id\":\"H9_W6xJsSn\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Сервер как для опытных так и для новичков!\"}},{\"id\":\"V68Q1WngLj\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Слотов: 150\"}},{\"id\":\"GqoQVqiued\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Рейты 2Х \"}},{\"id\":\"bee3MUPnXE\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Вайпы раз в неделю по пятницам!\"}},{\"id\":\"5G5Mqxg2Mp\",\"type\":\"paragraph\",\"data\":{\"text\":\"💎 Размер карты 3000\"}},{\"id\":\"LfR71FD6IL\",\"type\":\"paragraph\",\"data\":{\"text\":\"💜 Администрация часто на сервере!\"}},{\"id\":\"bxR01gesBC\",\"type\":\"paragraph\",\"data\":{\"text\":\"💜 Скажем читерам НЕТ! Администрация анализирует каждого игрока\"}},{\"id\":\"lvTiuvMlEF\",\"type\":\"paragraph\",\"data\":{\"text\":\"👋 Если хотите пожаловаться на игрока, сообщить о баге или просто что-то сказать, не стесняйтесь писать разработчику в ЛС.\"}},{\"id\":\"JJsJIEmIdN\",\"type\":\"paragraph\",\"data\":{\"text\":\"Телеграм: @absolutenameless\"}}]",
    "game": 252490,
    "owner": 112559,
    "boosts": 1,
    "last_offline": 1763185853,
    "score": 5,
    "last_online": 1762252209,
    "icon": null,
    "name": "UmbraRust | X2 | ДЛЯ НОВИЧКОВ | KITS | EVENTS",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1759600404,
    "last_update": 1763185853,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": 1,
    "list_hidden": true,
    "hide_address": true,
    "hide_query": false,
    "position_game": 11273,
    "language": "de",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "axxientyyyyy",
      "avatar": "1113fbc2-4d59-43d2-93aa-23d6a008e956.jpg",
      "last_online": 1772956215
    },
    "mods": [
      {
        "id": 979,
        "name": "Kits"
      },
      {
        "id": 1388,
        "name": "Stack Size Controller"
      },
      {
        "id": 1357,
        "name": "Skip Night"
      },
      {
        "id": 710,
        "name": "DeathMessages"
      },
      {
        "id": 824,
        "name": "Gather Manager"
      },
      {
        "id": 578,
        "name": "Bright Nights"
      },
      {
        "id": 1896,
        "name": "CLogo"
      }
    ],
    "disabled_modules": []
  }
}

Codebeispiele

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