Elkfox / Australian-Postcode-Data

Handy for online commerce in Australia, this is a JSON formatted list of places, postcodes and longitude and latitude data
http://twigs.club/library/australian-postcode-data-json
Other
59 stars 74 forks source link
latitude-data online-commerce postcode

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

Example

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