/Australian-Postcode-Data

Handy for online commerce in Australia, this is a JSON formatted list of places, postcodes and longitude and latitude data

OtherNOASSERTION

Australian Postcode Data

Handy for online commerce in Australia, this is a JSON formatted list of places, postcodes and longitude and latitude data.

Information Included

  • Postcode
  • Place Name / City
  • State Name
  • State Code (eg. VIC)
  • Latitude
  • Longitude
  • Accuracy (Scale of 1 to 6, with 6 being the most acurate)

Example

 {
   "postcode":3000,
   "place_name":"Melbourne",
   "state_name":"Victoria",
   "state_code":"VIC",
   "latitude":-37.814,
   "longitude":144.9633,
   "accuracy":4
 }