Quickstart
The Mobilitybox makes it easy to integrate public transit tickets in your app.
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/ticketing/products/search_by_city_name.json?city_name=Bonn" \
-H "accept: application/json" \
-H "Authorization: Bearer ---LOGIN_OR_REGISTER_FOR_FREE_TO_INSERT_TICKETING_API_KEY_HERE---"
Next:
Check out the iOS / Android SDKs for your first working application.