API für AetherNetwork *NEW UPDATE* Gangs|Purge|Unbox|Craft|PvP|FastDL

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/1462813
json
{
  "response": {
    "steam_id": "85568392924008687",
    "domain": null,
    "id": 1462813,
    "ip": "193.243.190.5",
    "port": 27034,
    "query": 27034,
    "color": 0,
    "city": "Chicago",
    "description": "",
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773389530,
    "score": null,
    "last_online": 1775841022,
    "icon": null,
    "name": "AetherNetwork *NEW UPDATE* Gangs|Purge|Unbox|Craft|PvP|FastDL",
    "connect": "193.243.190.5:27034",
    "request": "193.243.190.5:27034",
    "map": "rp_downtown_tits_v25_aether",
    "gamemode": "DarkRP",
    "version": "2025.03.26",
    "numplayers": 29,
    "maxplayers": 128,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 53,
    "add_date": 1697310488,
    "last_update": 1775841022,
    "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": 193,
    "language": "en",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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