API für #4 CHERNO PvP (Mr.Smile) The Expendables DayZ by Dr.Day

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/11423402
json
{
  "response": {
    "steam_id": 0,
    "domain": null,
    "id": 11423402,
    "ip": "91.196.32.147",
    "port": 28114,
    "query": 25336,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "DayZ-Expansion-Name-Tags��Sq��y�DayZ-Expansion-Navigation��#\\ޙ�DayZ-Expansion-Core�mj���6�RaG_BaseBuildingۖ�QA��RaG_Core�9Ήb���DayZ-Expansion-Quests�۝T��l\rVPPAdminTools�QV� ���Dabs Framework�Ưh��\\Community Framework",
    "game": 221100,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775793679,
    "score": 0,
    "last_online": 1775893811,
    "icon": null,
    "name": "#4 CHERNO PvP (Mr.Smile) The Expendables DayZ by Dr.Day",
    "connect": "91.196.32.147:28114",
    "request": "91.196.32.147:25336",
    "map": "enoch",
    "gamemode": null,
    "version": "1.29.162510",
    "numplayers": 105,
    "maxplayers": 127,
    "bots": 105,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 116,
    "add_date": 1774600069,
    "last_update": 1775893811,
    "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": 259,
    "language": "de",
    "parked": false,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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