API-Dokumentation

Für Devs. Volle Kontrolle. Jeder Endpoint offen.

API Documentation

For devs. Full control. Every endpoint open.

Documentación de la API

Para devs. Control total. Cada endpoint abierto.

Dokumentacja API

Dla deweloperów. Pełna kontrola. Każdy endpoint otwarty.

OpenTracker Icon

OpenTracker API

Die OpenTracker API ermöglicht das Senden von Echtzeit-GPS-Daten an Ihre Server oder TMS-Systeme. Nachfolgend finden Sie ein Beispiel für das Datenformat.

{
  "identifier": "device-uuid",
  "timestamp": 1735894523.123,
  "latitude": 52.520008,
  "longitude": 13.404954,
  "altitude": 35.5,
  "speed": 45.3,
  "speedUnit": "km/h",
  "heading": 180.0,
  "accuracy": 5.0,
  "acceleration": {
    "x": 0.1,
    "y": 0.2,
    "z": 9.8
  }
}
  • Protokoll: HTTP/HTTPS POST (JSON, XML, Custom)
  • Multi-Endpunkt-Übertragung: Unbegrenzte Endpoints
  • Verschlüsselung: TLS 1.3
  • Datenformat: Vollständig anpassbar

OpenTracker API

The OpenTracker API enables sending real-time GPS data to your servers or TMS systems. Below is an example data format.

{
  "identifier": "device-uuid",
  "timestamp": 1735894523.123,
  "latitude": 52.520008,
  "longitude": 13.404954,
  "altitude": 35.5,
  "speed": 45.3,
  "speedUnit": "km/h",
  "heading": 180.0,
  "accuracy": 5.0,
  "acceleration": {
    "x": 0.1,
    "y": 0.2,
    "z": 9.8
  }
}
  • Protocol: HTTP/HTTPS POST (JSON, XML, Custom)
  • Multi-endpoint transmission: Unlimited endpoints
  • Encryption: TLS 1.3
  • Data format: Fully customizable

API de OpenTracker

La API de OpenTracker permite enviar datos GPS en tiempo real a tus servidores o sistemas TMS. A continuación se muestra un ejemplo del formato de datos.

{
  "identifier": "device-uuid",
  "timestamp": 1735894523.123,
  "latitude": 52.520008,
  "longitude": 13.404954,
  "altitude": 35.5,
  "speed": 45.3,
  "speedUnit": "km/h",
  "heading": 180.0,
  "accuracy": 5.0,
  "acceleration": {
    "x": 0.1,
    "y": 0.2,
    "z": 9.8
  }
}
  • Protocolo: HTTP/HTTPS POST (JSON, XML, Personalizado)
  • Transmisión multi-endpoint: Endpoints ilimitados
  • Cifrado: TLS 1.3
  • Formato de datos: Totalmente personalizable

API OpenTracker

API OpenTracker umożliwia wysyłanie danych GPS w czasie rzeczywistym do Twoich serwerów lub systemów TMS. Poniżej znajduje się przykład formatu danych.

{
  "identifier": "device-uuid",
  "timestamp": 1735894523.123,
  "latitude": 52.520008,
  "longitude": 13.404954,
  "altitude": 35.5,
  "speed": 45.3,
  "speedUnit": "km/h",
  "heading": 180.0,
  "accuracy": 5.0,
  "acceleration": {
    "x": 0.1,
    "y": 0.2,
    "z": 9.8
  }
}
  • Protokół: HTTP/HTTPS POST (JSON, XML, Niestandardowy)
  • Transmisja multi-endpoint: Nieograniczone punkty końcowe
  • Szyfrowanie: TLS 1.3
  • Format danych: W pełni konfigurowalny