Quickstart
The Mobilitybox makes it easy to integrate public transit tickets into your app.
To get started create a free account.
If you have found a bug or have any further suggestions, please email us at [email protected]. We appreciate your feedback!
 
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.