Skip to content

Commit c66f699

Browse files
committed
Remove beta stamp, update documentation
1 parent 2afe6de commit c66f699

File tree

6 files changed

+41
-8
lines changed

6 files changed

+41
-8
lines changed

content/api/our-apis/resrobot-v21/stop-lookup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ aliases:
1111
ResRobot stop lookup provides information about stops, including their ids and position, by searching based on their
1212
name.
1313

14+
{{% note %}}
15+
**Trafiklab Realtime APIs are now available**
16+
17+
Compared to Resrobot, the Trafiklab Realtime APIs contain more detailed data, such as platforms and realtime data.
18+
They offer significantly better performance as well, which translates into higher quota for end users.
19+
See more information in the [Trafiklab Realtime APIs section](../trafiklab-realtime-apis/stop-lookup/).
20+
{{% /note %}}
21+
1422
### Data format
1523

1624
The data is formatted as JSON or XML, depending on the `format` query parameter.

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ aliases:
77
- /node/14075/documentation
88
- /api/trafiklab-apis/resrobot-v2/timetables/
99
---
10+
11+
## What does this API provide?
12+
13+
ResRobot Timetables provides a list of departures or arrivals at a given stop. Users can specify the stop, date, time,
14+
transport modes, ... . Realtime data is available for SL and Trafikverket (All train traffic including SJ, MTRX, .... except for Arlanda Express).
15+
1016
{{% note %}}
1117
**Trafiklab Realtime APIs are now available**
1218

@@ -15,11 +21,6 @@ They offer significantly better performance as well, which translates into highe
1521
See more information in the [Trafiklab Realtime APIs section](../trafiklab-realtime-apis/).
1622
{{% /note %}}
1723

18-
## What does this API provide?
19-
20-
ResRobot Timetables provides a list of departures or arrivals at a given stop. Users can specify the stop, date, time,
21-
transport modes, ... . Realtime data is available for SL and Trafikverket (All train traffic including SJ, MTRX, .... except for Arlanda Express).
22-
2324
### Data format
2425

2526
The data is formatted as JSON or XML, depending on the `format` query parameter.

content/api/our-apis/trafiklab-realtime-apis/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ layout: "single"
44
weight: 1
55
date: 2025-05-01
66
image: '/media/2024/09/banner_phone.jpg'
7-
badge: beta
87
cascade:
98
- image: '/media/2024/09/banner_phone.jpg'
109
---

content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Trafiklab Stop Lookup
33
weight: 20
44
date: 2025-05-02
5-
badge: beta
65
---
76

87
## What does this API provide?

content/api/our-apis/trafiklab-realtime-apis/timetables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Trafiklab Timetables
33
weight: 10
44
date: 2025-04-01
5-
badge: beta
65
---
76

87
## What does this API provide?
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "Trafiklab launches Trafiklab Realtime APIs"
3+
date: "2025-05-01"
4+
---
5+
6+
Trafiklab has introduced the new [Trafiklab Realtime APIs](/api/our-apis/trafiklab-realtime-apis/), designed to deliver enhanced public transport data for Sweden in a format optimized for modern applications.
7+
These APIs are based on [GTFS Sweden 3](/api/gtfs-datasets/gtfs-sweden/) data and provide live and scheduled transit information in an accessible structure suited for direct use, removing the
8+
complexity of GTFS and NeTEx datasets. The Realtime APIs replace the outdated [Resrobot Timetables 2.1](/api/our-apis/resrobot-v21/timetables/) and Stop Lookup services, offering more detailed data and
9+
significantly improved performance.
10+
11+
The launch represents a step forward in providing developers with an efficient and flexible toolset to create applications for real-time journey information.
12+
The APIs cover departure and arrival data for stops through the Timetables endpoint and allow developers to fetch stop metadata using the Stop Lookup endpoint.
13+
They are structured to support lightweight, fast use cases such as mobile apps, digital signage, and travel widgets, facilitating the integration of live
14+
transport updates with minimal processing requirements.
15+
16+
The [Trafiklab Realtime APIs](/api/our-apis/trafiklab-realtime-apis/) respond exclusively in JSON format, ensuring streamlined integration and ease of use across platforms. Data is updated continuously for
17+
real-time operations, while static schedules are refreshed regularly. Developers accessing these APIs can do so with a single API key system, which includes
18+
varying quota levels tailored for different scenarios, ranging from small-scale deployments to extensive enterprise-level solutions capable of handling
19+
thousands of stops.
20+
21+
This new system eliminates previous limitations of Resrobot by providing detailed, real-time data about public transport operations, including platforms and
22+
vehicle movements. Furthermore, features such as support for meta-stops and rikshållplatser simplify the coordination of multi-modal transport stops, making it
23+
easier for developers to create seamless user experiences for travellers.
24+
25+
Applications that depend on the Resrobot services are encouraged to migrate to the new Trafiklab Realtime APIs to benefit from the increased efficiency and
26+
expanded functionality. The detailed documentation provides developers with all necessary information to begin integration and take full advantage of the
27+
updated capabilities. This transition ensures that applications remain reliable and up-to-date as they improve journey planning services across Sweden.

0 commit comments

Comments
 (0)