All Projects → Elkfox → Australian-Postcode-Data

Elkfox / Australian-Postcode-Data

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

Projects that are alternatives of or similar to Australian-Postcode-Data

iceaddr
Python package to look up information about Icelandic street addresses, postcodes and placenames
Stars: ✭ 21 (-52.27%)
Mutual labels:  postcode
postcode
A PHP library to validate and format postcodes
Stars: ✭ 61 (+38.64%)
Mutual labels:  postcode
daumpostcode
다음 우편번호 서비스를 별도의 패키지 설치 없이도 네이티브 앱에서 쉽게 사용할 수 있습니다.
Stars: ✭ 15 (-65.91%)
Mutual labels:  postcode
PostcodesioR
API wrapper around postcodes.io - free UK postcode lookup and geocoder
Stars: ✭ 36 (-18.18%)
Mutual labels:  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

  • 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
 }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].