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/11002173
json
{
  "response": {
    "fps": 35,
    "fps_avg": 41,
    "entities_count": 140260,
    "world_seed": 84573988,
    "world_size": 3550,
    "steam_id": "90284206202207235",
    "domain": null,
    "id": 11002173,
    "ip": "212.22.93.105",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Moscow",
    "description": "![RUSTONIK2 Vanilla X2 Wipe 3.04](https://i.imgur.com/Pt7ZVfp.jpeg)\nДобро Пожаловать!!!! \r\n Устали от хардкора и токсичности? Хотите освоить Rust в спокойной и дружелюбной атмосфере? Тогда сервер RUSTONIK2 — это то, что вам нужно! Мы создали идеальные условия для новичков и тех, кто ищет комфортную игру. \r\n • Идеально для Новичков \r\n • Оптимальная Карта 3000",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775872917,
    "score": 5,
    "last_online": 1775905814,
    "icon": null,
    "name": "RUSTONIK2 Vanilla X2 Wipe 3.04",
    "connect": "212.22.93.105:28014",
    "request": "212.22.93.105:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1769918134,
    "last_update": 1775905814,
    "banned": false,
    "wipe": 1775216824,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2024,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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