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/11488196
json
{
  "response": {
    "fps": 26,
    "fps_avg": 44,
    "entities_count": 131801,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90284094686712839",
    "domain": null,
    "id": 11488196,
    "ip": "37.230.137.97",
    "port": 20530,
    "query": 20531,
    "color": 0,
    "city": "Moscow",
    "description": "![Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04](https://s.fotora.ru/3bd9b56bf87fede0.png)\nРейты x4/x8 - Rates x4/x8\r\nКрутая Кастомная карта с множеством новых рт и зонами, где можно получить лут - Custom map\r\nНет жары, холода\r\nНет дверей на РТ - There are no doors on rt\r\nТурели без электричества - Turrets without electricity\r\nКит наборы - Kits\r\nРюкзак - Backpack\r\nУвеличено количество лута с ящиков - Loot +\r\nРазовая покупка доната (При покупке привилегии она действует бессрочно)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775653925,
    "score": 5,
    "last_online": 1775732420,
    "icon": null,
    "name": "Essel Rust [ X4/X8 | NOLIMIT | LOOT+ | KITS ] 04.04",
    "connect": "37.230.137.97:20530",
    "request": "37.230.137.97:20531",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1775369186,
    "last_update": 1775732420,
    "banned": false,
    "wipe": 1775280863,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5870,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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