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/11167408
json
{
  "response": {
    "steam_id": 90284141643006990,
    "domain": null,
    "id": 11167408,
    "ip": "176.9.20.73",
    "port": 27120,
    "query": 27120,
    "color": 0,
    "city": "Falkenstein",
    "description": "[{\"id\":\"h1Ztf2Uc0d\",\"type\":\"paragraph\",\"data\":{\"text\":\"This is the Day server. Join ingame through the lobby https://gamemonitoring.net/space-engineers/servers/3583279\\n\\n**Server Features & Details:**\"}},{\"id\":\"qhq8Z5U0ru\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 16c/32t AMD Ryzen 9 5950x @4.9Ghz\"}},{\"id\":\"YTe1Oq5ywy\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 128GB RAM\"}},{\"id\":\"uouNAUyrD1\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 7TB Datacenter NVMe disks (120gbps)\"}},{\"id\":\"HSR0x4rH1c\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ 1gbps up and down dedicated channel\"}},{\"id\":\"LNVUw8Tv1Q\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Mainly focuses on PvE adventures (PvP allowed but uncommon)\"}},{\"id\":\"bzykfkPtxa\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ No set PCU, limits based on lag instead\"}},{\"id\":\"4AFkail0mo\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modded planets\"}},{\"id\":\"s-rNHleEtz\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Linked DiscordGame chat\"}},{\"id\":\"LL57UWjluN\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Daily active players and staff team\"}},{\"id\":\"r97lgrFKpF\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Modular Encounters systems with all expansions\"}},{\"id\":\"HBtk54tsv_\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Automated restarts and customized grid rules\"}},{\"id\":\"f4O_jA8X31\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ Voting rewards and player kits\"}},{\"id\":\"8tHtZWDsvn\",\"type\":\"paragraph\",\"data\":{\"text\":\"⚛ And a lot more!\"}},{\"id\":\"stnW7HZ5kd\",\"type\":\"paragraph\",\"data\":{\"text\":\"If you enjoy playing on this server, please consider donating through our Discord or at patreon.com/AWLGaming to help with server hosting costs.\"}}]",
    "game": 244850,
    "owner": 24744,
    "boosts": 1,
    "last_offline": 1775577692,
    "score": 0,
    "last_online": 1775751612,
    "icon": null,
    "name": "AWL Day",
    "connect": "176.9.20.73:27120",
    "request": "176.9.20.73:27120",
    "map": null,
    "gamemode": "Space Engineers",
    "version": "1208015",
    "numplayers": 0,
    "maxplayers": 0,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 90,
    "add_date": 1772228662,
    "last_update": 1775751612,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 7,
    "language": "en",
    "parked": false,
    "app": {
      "id": 97,
      "steam_id": 244850,
      "name": "Space Engineers",
      "url": "space-engineers"
    },
    "server_owner": {
      "username": "awl_gaming",
      "avatar": "8f313331-ffe6-485c-8bcb-d4def338f31a.png",
      "last_online": 1775528825
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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