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/7174547
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 7174547,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u100967 RUSTCUP | MAX 2](https://i.ytimg.com/vi/nZovomE6qF0/maxresdefault.jpg)\nВознаграждения активным игрокам! \r\n Телеграмм канал: @rustcup \r\n > Ресурсы Х3 \r\n > Скрап х1 \r\n > 2+ Бан \r\n Активная Администрация \r\n Быстрый крафт",
    "game": 252490,
    "owner": 109427,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 0,
    "last_online": 1746481228,
    "icon": null,
    "name": "LavrLend",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1736279714,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1746479901,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9222,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "zxbb322",
      "avatar": "bb79b6cd-3cb0-4740-9ba2-9e5c1e20eae7.jpg",
      "last_online": 1741274764
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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