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/10933716
json
{
  "response": {
    "fps": 86,
    "fps_avg": 85,
    "entities_count": 140777,
    "world_seed": 108827103,
    "world_size": 3750,
    "steam_id": "90284209109895192",
    "domain": null,
    "id": 10933716,
    "ip": "185.207.214.226",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "Лимит игроков в команде: 3 \r\nХарактеристики серверов:\r\n• Рейты добычи ресурсов х2\r\n• Скорость крафта х2",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775818323,
    "score": 0,
    "last_online": 1775931013,
    "icon": null,
    "name": "Magic Rust #15 - Modded 2x (Trio) | EU East",
    "connect": "185.207.214.226:35100",
    "request": "185.207.214.226:35110",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 74,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 83,
    "add_date": 1768486610,
    "last_update": 1775931013,
    "banned": false,
    "wipe": 1775818542,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 604,
    "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/10933716");
$data = json_decode($json, true);
var_dump($data);