Welcome

Welcome and thanks for using BusInfo API. Let´s contribute to a greener future ?

API Domain

View the main api domain.

Authentication

All API endpoints are authenticated using Bearer tokens you can generate from your dashboard. To authenticate your requests, include the following header in your request:

"Authorization": [
  {
    "X-Api-Key": [
      "example businfo-api"
    ]
  }
]