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/10694739
json
{
  "response": {
    "modded": true,
    "oxide": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 197043,
    "world_seed": 32134,
    "world_size": 3517,
    "steam_id": "90284112558660619",
    "domain": null,
    "id": 10694739,
    "ip": "80.242.59.205",
    "port": 35001,
    "query": 35051,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "![COMPANY RUST [CLAN | X2]](https://i.imgur.com/X3k7vRN.png)\nВайп: каждую субботу дней в 15:00 по МСК \nЛимит игроков: MAX 0 \n \nХарактеристики сервера\n- Рейты на ресурсы х2\n- Рейты на компоненты х2\n- Быстрый крафт предметов\n- Бесплатные скины\n- Быстрые печи \n\nСсылки \n- Vk: vk.com/companyrust \n- Discord: discord.gg/companyrust",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775302328,
    "score": 0,
    "last_online": 1775713211,
    "icon": null,
    "name": "COMPANY RUST [CLAN | X2]",
    "connect": "80.242.59.205:35001",
    "request": "80.242.59.205:35051",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2388",
    "numplayers": 53,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 88,
    "add_date": 1764594491,
    "last_update": 1775713211,
    "banned": false,
    "wipe": 1775302636,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 304,
    "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/10694739");
$data = json_decode($json, true);
var_dump($data);