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/10219492
json
{
  "response": {
    "fps": 117,
    "fps_avg": 120,
    "entities_count": 119368,
    "world_seed": 1042730406,
    "world_size": 4500,
    "steam_id": "90284193053718534",
    "domain": null,
    "id": 10219492,
    "ip": "50.20.249.125",
    "port": 19560,
    "query": 19563,
    "color": 0,
    "city": "Dallas",
    "description": "![Avalon Lost || PVE || NO VIP || 2X](https://i.imgur.com/kib9Sv6.png)\n*Strictly PVE ***No VIP ***2X Loot\r\n *Backpacks\r\n *Automated Farming\r\n *Fast Recycler\r\n *Craft Recycler\r\n *Kits\r\n*Skill Tree\r\n *Better NPC \r\n *Stacking Boxes &Electric Furnaces\r\n *Building Tools\r\n *MORE*",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775770923,
    "score": 0,
    "last_online": 1775890215,
    "icon": null,
    "name": "Avalon Lost || PVE || NO VIP || 2X",
    "connect": "50.20.249.125:19560",
    "request": "50.20.249.125:19563",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1756664004,
    "last_update": 1775890215,
    "banned": false,
    "wipe": 1775771043,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3816,
    "language": "en",
    "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/10219492");
$data = json_decode($json, true);
var_dump($data);