An open API service indexing awesome lists of open source software.

https://github.com/tpt-research/iceportal-docs

Documentation for ICEPortal
https://github.com/tpt-research/iceportal-docs

deutschebahn germany high-speed-train ice opendata train

Last synced: 29 days ago
JSON representation

Documentation for ICEPortal

Awesome Lists containing this project

README

          

# ICE Portal Dokumentation

Dies ist die Doku des ICEPortals der Deutschen Bahn.

## URL / Endpoint

https://iceportal.de/api1/rs/tripInfo/trip
Die URL benötigt KEINE authentication und kann einfach aufgerufen werden.

## Voraussetzungen

Das Gerät was auf die Daten Zugriff haben möchte, muss mit dem ICE WLAN (WifiOnICE) verbunden sein.

```mermaid
graph LR
A[Host] -- WifiOnICE --> B((Server))
B --> A(Host)
```

## Ausgabe

Wird bald noch hinzugefügt. Müssen erstmal wieder ICE fahren :P

## Serialisierung (Beispiel)

Beispiele zur Serialisierung gibt es im Source Code von *The Public Transport*

Links:
https://github.com/thepublictransport/thepublictransport-app/blob/master/lib/backend/models/core/ICEPortalModel.dart
https://github.com/thepublictransport/thepublictransport-app/tree/master/lib/backend/models/iceportal
https://github.com/thepublictransport/thepublictransport-app/blob/master/lib/backend/service/iceportal/ICEPortalService.dart