Can anyone help:
When we use the real time API for region buses
we get an empty response:
curl -X GET
https://api.transport.nsw.gov.au:443/v1/gtfs/realtime/regionbuses/ulladulla
-H ‘Accept: application/x-google-protobuf’
-H ‘Authorization: apikey l7xx16b068ed6d514e19a7fdf0853d3453ee’ \
Hi @AnetteTuef, apologies, we were having an issue with that API. It’s now working correctly again so you should be able to see a response in the API explorer.
Thanks,
Alex
Hi - we are still getting an error:
his is the request we make for the region buses:
curl -X GET
‘https://api.transport.nsw.gov.au:443/v1/gtfs/realtime/regionbuses/’
-H ‘Accept: application/x-google-protobuf’
-H ‘Authorization: apikey l7xx16b068ed6d514e19a7fdf0853d3453ee’ \
and this is the error we get:
{ “ErrorDetails”:{ “TransactionId”:“0000016a6be4800c-1252afcf”, “ErrorDateTime”:“2019-07-21T00:19:39.257-07:00”, “Message”:“The requested resource could not be found.”, “RequestedUrl”:“/v1/gtfs/realtime/regionbuses/”, “RequestMethod”:“GET”, } }
Are we making the correct request?