Skip to content

Commit 88d6460

Browse files
Merge pull request #47 from trafiklab/RDB-1702_add_stoplookup_documentation
RDB-1702 add availability info about trafiklab realtime apis
2 parents ba3f0e4 + 3b40c4f commit 88d6460

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

content/api/_index.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,21 @@ out [The right data type for your project](../docs/using-trafiklab-data/the-righ
2020
choose the right data source. [Using our data](../docs/using-trafiklab-data/) will help you to get started with our APIs
2121
and datasets.
2222

23-
| API | File format | Scheduled data | Real-time data | What is it |
24-
|:-----------------------------------------------------------------------|:------------:|:--------------:|:------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------|
25-
| [GTFS Sverige 2](/api/gtfs-datasets/gtfs-sverige-2/) | GTFS ||| Dataset with all public transport, static and historical |
26-
| [GTFS Regional](/api/gtfs-datasets/gtfs-regional/) | GTFS(-RT) || Some, [see details](/api/gtfs-datasets/gtfs-regional/#operators-covered-by-this-dataset) | Public transport datasets |
27-
| [NeTEx/SIRI Regional](/api/netex-datasets/netex-regional/) | NeTEx & SIRI || Some, [see details](/api/netex-datasets/netex-regional/#operators-covered-by-this-dataset) | Highly detailed public transport datasets |
28-
| [GTFS Sweden 3](/api/gtfs-datasets/gtfs-sweden/) | GTFS || Some, [see details](/api/gtfs-datasets/gtfs-sweden/#operators-covered-by-this-dataset) | Public transport dataset of Sweden, as one static dataset and multiple realtime datasets |
29-
| [NeTEx Sweden](/api/netex-datasets/netex-sweden/) | NeTEx ||| Highly detailed public transport datasets of Sweden, as one static dataset and multiple realtime datasets |
30-
| [Stops data](/api/netex-datasets/stops-data/) | NeTEx ||| All stops of Sweden with mappings to regional IDs |
31-
| [KoDa](/api/our-apis/koda/) | GTFS(-RT) || Some, [see GTFS Regional details](/api/gtfs-datasets/gtfs-regional/#operators-covered-by-this-dataset) | High quality historical data |
32-
| [ResRobot Stolptidstabeller](/api/our-apis/resrobot-v21/timetables.md) | Json, XML || Some, [see details](/api/our-apis/resrobot-v21/timetables.md) | Departure & Arrival board API |
33-
| [ResRobot Reseplanerare](/api/our-apis/resrobot-v21/route-planner.md) | Json, XML ||| Travel planner API |
34-
| [SLs APIs ](/api/our-apis/sl/) | Json, XML ||| API collection |
35-
| [Oxyfi Vehicle Positions](/api/our-apis/oxyfi.md) | Websocket ||| Realtime train position API |
36-
| [Trafikverkets API](/api/other-apis/trafikverket.md) | Json, XML ||| Road and rail API |
23+
| API | File format | Scheduled data | Real-time data | What is it |
24+
|:---------------------------------------------------------------------------|:------------:|:--------------:|:------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------|
25+
| [GTFS Sverige 2](/api/gtfs-datasets/gtfs-sverige-2/) | GTFS ||| Dataset with all public transport, static and historical |
26+
| [GTFS Regional](/api/gtfs-datasets/gtfs-regional/) | GTFS(-RT) || Some, [see details](/api/gtfs-datasets/gtfs-regional/#operators-covered-by-this-dataset) | Public transport datasets |
27+
| [NeTEx/SIRI Regional](/api/netex-datasets/netex-regional/) | NeTEx & SIRI || Some, [see details](/api/netex-datasets/netex-regional/#operators-covered-by-this-dataset) | Highly detailed public transport datasets |
28+
| [GTFS Sweden 3](/api/gtfs-datasets/gtfs-sweden/) | GTFS || Some, [see details](/api/gtfs-datasets/gtfs-sweden/#operators-covered-by-this-dataset) | Public transport dataset of Sweden, as one static dataset and multiple realtime datasets |
29+
| [NeTEx Sweden](/api/netex-datasets/netex-sweden/) | NeTEx ||| Highly detailed public transport datasets of Sweden, as one static dataset and multiple realtime datasets |
30+
| [Stops data](/api/netex-datasets/stops-data/) | NeTEx ||| All stops of Sweden with mappings to regional IDs |
31+
| [KoDa](/api/our-apis/koda/) | GTFS(-RT) || Some, [see GTFS Regional details](/api/gtfs-datasets/gtfs-regional/#operators-covered-by-this-dataset) | High quality historical data |
32+
| [ResRobot Stolptidstabeller](/api/our-apis/resrobot-v21/timetables.md) | Json, XML || Some, [see details](/api/our-apis/resrobot-v21/timetables.md) | Departure & Arrival board API |
33+
| [ResRobot Reseplanerare](/api/our-apis/resrobot-v21/route-planner.md) | Json, XML ||| Travel planner API |
34+
| [SLs APIs ](/api/our-apis/sl/) | Json, XML ||| API collection |
35+
| [Oxyfi Vehicle Positions](/api/our-apis/oxyfi.md) | Websocket ||| Realtime train position API |
36+
| [Trafikverkets API](/api/other-apis/trafikverket.md) | Json, XML ||| Road and rail API |
37+
| [Trafiklab Realtime APIs](/api/our-apis/trafiklab-realtime-apis/_index.md) | Json, XML ||| Stops, Departure & Arrival board API |
3738

3839
## Other APIs
3940

content/api/our-apis/resrobot-v21/timetables.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ aliases:
77
- /node/14075/documentation
88
- /api/trafiklab-apis/resrobot-v2/timetables/
99
---
10+
{{% note %}}
11+
**Trafiklab Realtime APIs are now available**
12+
13+
Compared to Resrobot, the Trafiklab Realtime APIs contain more detailed data, such as platforms and realtime data.
14+
They offer significantly better performance as well, which translates into higher quota for end users.
15+
See more information in the [Trafiklab Realtime APIs section](../trafiklab-realtime-apis/).
16+
{{% /note %}}
1017

1118
## What does this API provide?
1219

0 commit comments

Comments
 (0)