GET
/
publicapi
/
v1
/
bus
/
{id}
curl --request GET \
  --url https://api.businfo.pt/publicapi/v1/bus/{id} \
  --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

Path Parameters

id
string
required

ID of the bus

Response

200
application/json

Success

The response is of type object.