cURL
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>" } ]
Returns all buses from the system
API key required to access the endpoints
Success
The response is of type object[].
object[]