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!

ticket ordering process

3 Steps to first API-Call

  1. Create your free Account
    Login with GitHub Sign-up with E-Mail

  2. Grab your API-Key
    SIGN UP FIRST

  3. Curl your first request
  4.         
              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.