Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Prerequisites

This part is only until Novermber 22nd valid - see the information about the migration comming soon.

You have to be aware of the following when you plan to use scripts/programms to download data sets from data.mobilitaetsverbuende.at:

...

  1. Register to data.mobilitaetsverbuende.at and confirm the email address you gave by the registration

  2. Take a look at the data sets page, click on the data set you want to download, show the license and accept it

  3. Write the credentials (user and password) you used in the registration to some config file for your script

  4. Use the credentials in the script to authenticate to Keycloak and obtain an access token

  5. Use the access token to retrieve data sets and download data set files from the plattform

OpenID Connect Parameters

Use the following information to obtain an access token on behalf of your registered user:

...

Credentials: the ones you used for the registration

Example Script

This example script demonstrates how to get the access token from Keycloak and how to use the access token to automatically download a data set file. The OpenID Connect standard is well described on the internet. For all supported operations of the REST API interface of the DBP you can consult DBP Public Swagger UI.

...