/taxi-rank/all_ranks only returns one row

Hi

https://api.transport.nsw.gov.au/v1/taxi-rank/all_ranks?format=application/json

returns

{
“ranks”: [
{
“rank_id”: “1”,
“tsn”: “200060”,
“name”: “Central Station”,
“type”: “Train Station”,
“comment”: “Grand Concourse”,
“longitude”: “-33.8833”,
“latitude”: “151.2050”
}
]
}

Is there supposed to be more than this?

Thanks
Matt

Hey Matt,
At the moment this is the only taxi rank in the API, though we hope to add more in the future.

Thanks

oh, hey Sabrina, no probs. I wanted to add some map points for taxi ranks for my demo in the AR challenge, I’ll see if I can find another source.

Cheers
Matt

1 Like

City of Sydney has some historical ones in their API which may help: Taxi ranks

Yeah I think I can use some of the data from there as a starting point. Thanks for the quick response Sabrina.

Cheers
Matt

1 Like