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/3630974
json
{
  "response": {
    "fps": 48,
    "fps_avg": 48,
    "entities_count": 246730,
    "world_seed": 411336455,
    "world_size": 4250,
    "steam_id": 90284157068897310,
    "domain": null,
    "id": 3630974,
    "ip": "185.207.214.136",
    "port": 10000,
    "query": 10010,
    "color": 0,
    "city": "Moscow",
    "description": "![Magic Rust - Main | EU East](https://content.magicrust.ru/images/server/server_banner.png)\nINFO\r\nWipe: Weekly on Thursday 16PM CET (17PM MSK), or when forced.\r\nBP Wipe: Monthly\r\nHigh Pop: 600 players\r\nMap size: 4250\r\n\r\nFEATURES\r\n• Slot reservation for 5 min after disconnect (Skip queue).\r\n• Custom anti-cheat and active non playing server moderation.\r\n\r\nREPORT\r\nUse our Discord, F7 menu or chat command /report.\r\n\r\nLINKS\r\nStore: https://magic-rust.ru/products\r\nDiscord: https://discord.gg/magicrust",
    "game": 252490,
    "owner": 100256,
    "boosts": 1,
    "last_offline": 1773545564,
    "score": 1,
    "last_online": 1775862609,
    "icon": null,
    "name": "Magic Rust — Main | Kлaccикa x1 | Baйп 09.04",
    "connect": "185.207.214.136:10000",
    "request": "185.207.214.136:10010",
    "map": "Вайп был 1 д. наза�",
    "gamemode": "VANILLA",
    "version": "2623",
    "numplayers": 228,
    "maxplayers": 290,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 140,
    "add_date": 1711660104,
    "last_update": 1775862609,
    "banned": false,
    "wipe": 1775743065,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 37,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "arturmagicow",
      "avatar": "no.jpg",
      "last_online": 1736968299
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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