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/6741573
json
{
  "response": {
    "fps": 58,
    "fps_avg": 57,
    "entities_count": 93751,
    "world_seed": 242714261,
    "world_size": 4000,
    "steam_id": "90284169314459651",
    "domain": null,
    "id": 6741573,
    "ip": "5.149.155.199",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Kommunar",
    "description": "![#1 CrystalRUST X50 MAX3 FREE VIP!](https://i.ibb.co/5nxGSgQ/crystalrustlogo-LIST.png)\nДобро пожаловать на сервер CrystalRUST x50-x100 SOLO/DUO/TRIO\r\n•Максимальное количество игроков в одной команде - 3\r\n•Рейты на добычу ресурсов/компонентов X50-X100\r\n•За приписку к нику #CRYSTALRUST получи бонусный кит\r\n•Моментальный крафт •Верстак по всей билде\r\n•Вайп по вторникам и пятницам в 12:00\r\n\r\nМагазин - crystalrust.gamestores.app\r\nTelegram - https://t.me/CrystalRustx5 \r\nДискорд - discord.gg/MK7w2rbv6w \r\nГруппа ВК - vk.com/crystalrustx50",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775811725,
    "score": 0,
    "last_online": 1775889016,
    "icon": null,
    "name": "#1 CrystalRUST X50 MAX3 FREE VIP!",
    "connect": "5.149.155.199:28015",
    "request": "5.149.155.199:28017",
    "map": "Procedural Map+",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1732630299,
    "last_update": 1775889016,
    "banned": false,
    "wipe": 1775811648,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3275,
    "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/6741573");
$data = json_decode($json, true);
var_dump($data);