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/1890897
json
{
  "response": {
    "fps": 29,
    "fps_avg": 28,
    "entities_count": 281219,
    "world_seed": 1580031379,
    "world_size": 4000,
    "steam_id": "90284163749757954",
    "domain": null,
    "id": 1890897,
    "ip": "64.40.9.70",
    "port": 28015,
    "query": 28018,
    "color": 0,
    "city": "London",
    "description": "![Rustafied.com - EU Long - Small II](https://cdn.rustafied.systems/v2/discord-panels/EU%20Long%20-%20Small%20II.png)\nMonthly BP + Map Wipe @ Force Wipe First Thursday @ 2PM EST / 19:00 London \r\n\r\n - Player portal: https://my.rustafied.com (server info, map voting, banlist, and more) \r\n - Store: https://rustafied.com/store \r\n - Support: https://rustafied.com/support \r\n - Discord: https://discord.gg/rustafied",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690523,
    "score": null,
    "last_online": 1775870410,
    "icon": null,
    "name": "Rustafied.com - EU Long - Small II",
    "connect": "64.40.9.70:28015",
    "request": "64.40.9.70:28018",
    "map": "Rustafied Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 87,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 102,
    "add_date": 1700501769,
    "last_update": 1775870410,
    "banned": false,
    "wipe": 1775151274,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 155,
    "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/1890897");
$data = json_decode($json, true);
var_dump($data);