GET
/
publicapi
/
v1
/
bus
curl --request GET \
  --url https://api.businfo.pt/publicapi/v1/bus \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "latitude": "<string>",
    "longitude": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

API key required to access the endpoints

Response

200
application/json

Success

The response is of type object[].