Addressr
Australian Address Validation, Search and Autocomplete
929 subscribers
9.9/10 popularity
165 ms avg latency
100% success rate
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Addressr endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
Check API service status. Returns version, timestamp, and health status. |
| GET |
root / |
Root endpoint for HATEOAS |
| Addresses | ||
| GET |
getAddress /addresses/{pid} |
Get full structured details for a specific address. Response includes Link headers with `related` rels to the locality, postcode, and state. |
| GET |
searchAddresses /addresses |
Search Australian addresses by any component — street, suburb, postcode, state. Supports fuzzy and prefix matching. |
| Localities | ||
| GET |
searchLocalities /localities |
Search Australian suburbs and localities by name. Supports fuzzy and prefix matching. Returns localities with state, postcode, and classification. |
| GET |
getLocality /localities/{pid} |
Get details for a specific locality. Response includes Link headers with `related` rels to the postcode and state. |
| Postcodes | ||
| GET |
getPostcode /postcodes/{postcode} |
Get details for a specific postcode including all associated localities. Each locality is linked via a `related` Link header. |
| GET |
searchPostcodes /postcodes |
Search Australian postcodes by prefix. Returns matching postcodes with their associated localities. Omit `q` to list all postcodes in ascending order. |
| States | ||
| GET |
searchStates /states |
Search Australian states and territories by name or abbreviation. Omit `q` to list all states alphabetically. |
| GET |
getState /states/{abbreviation} |
Get details for a specific state or territory. Use `/localities?q=` or `/postcodes?q=` to search within a state. |
Addressr pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | Free | 100 / minute |
|
| ULTRA Recommended | $49 / month | 1000 / minute |
|
| MEGA | $299 / month | 10000 / minute |
|