Aussie Suburbs and Postcodes Made Easy!
Postcode API is a free service that allows anyone to easily lookup Australian suburbs and postcodes based on various criteria.
Version 0 is now available in public beta.
New changes and improvements will be coming to Postcode API. Stay tuned! - May 2022
Example Code
$ curl http://v0.postcodeapi.com.au/suburbs/3066.json -H 'Accept: application/json; indent=4'
[
{
"name": "Collingwood",
"postcode": 3066,
"state": {
"name": "Victoria",
"abbreviation": "VIC"
},
"locality": "HAWTHORN",
"latitude": -37.8,
"longitude": 144.9833
}
]
License
- You
- Can use this service out of any charge.
- Are allowed to make up to 100 unique API requests per
hour.
- Should make money utilising this API if you wish so.
- Are encouraged to compliment, complain, and shout out ideas and suggestions via [email protected] or our UserEcho page.
- We
- Reserve the right to be as awesome as possible.
- Would like to thank
GeoNames for providing the raw data used in this service.