This is the old developer portal

Entur's developer portal has moved to developer.entur.no. Use the new portal for the latest documentation. This old version will be retired once its content has moved, but API changes are still published here for now, under News and Notifications.

Introduction

Entur provides an API for uploading and downloading NeTEx timetable datasets. These endpoints have restricted access and require a service account (OAuth2) provided by Entur.

Getting access to the API

Please contact Entur at kollektivdata@entur.org to get access to the API.

You will be granted dedicated OAuth2 credentials ("client-id" and "client-secret") that will allow you to access the service.

Entur authentication and authorization service

The endpoints are protected by an OAuth2 authorization layer. Once you receive OAuth2 credentials, you will be able to request access tokens from Entur authorization server using the following parameters:

EnvOAuth2 token URIOAuth2 audience / Base URI
Devhttps://partner.dev.entur.org/oauth/tokenhttps://api.dev.entur.io
Staginghttps://partner.staging.entur.org/oauth/tokenhttps://api.staging.entur.io
Prodhttps://partner.entur.org/oauth/tokenhttps://api.entur.io

API reference

Please refer to the API page for API documentation.