Auckland Bus Stops
### Why does this API exist? This API provides a thin, JSON/HTTP wrapper around Auckland Transport’s open bus-stop dataset, with extra capabilities for: - Listing stops with pagination and simple name filtering. - Looking up detailed information for a stop by `stop_code`. - Finding nearby stops by name or geographic coordinates (using a Haversine-based distance approximation). It is intended as…
Auckland Bus Stops endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
API status / |
API status |
| GET |
List bus stops /stops |
List bus stops |
| GET |
Bus stop details /stops/code/{stop_code} |
Bus stop details |
| GET |
Bus stops near by name /stops/nearby/by-name |
Bus stops near by name |
| GET |
Bus stops near by coordenates /stops/nearby/by-coords |
Bus stops near by coordenates |
Auckland Bus Stops pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $50 / month | 60 / minute |
|
| ULTRA | $250 / month | 60 / minute |
|