Quickstart

The Mobilitybox makes it easy to access data of public transport all over Germany.
Key features include the fast provision of departure times, quick search of stations by name or the lookup of stations by geolocation. You can find the details of the Mobilitybox via the API Documentation menu. Examples which are powered by the Mobilitybox are collected in the Examples menu. To get started create a free account.
You've found a bug or have any further suggestions? Just write us an email to [email protected]. We love to hear from you!
3 Steps to first API-Call
-
Create your free Account
Login with Github Sign-up with E-Mail
-
Grab your API-Key
SIGN UP FIRST
- Curl your first request
curl "https://api.themobilitybox.com/v4/transit/stations/search_by_name.json?query=Stachus" \
-H "accept: application/json" \
-H "Authorization: Bearer ---LOGIN_OR_REGISTER_FOR_FREE_TO_INSERT_TRANSIT_API_KEY_HERE---"
Next: Check out the examples for your first working application.