Simple geocoding and routing for Australia

Copy and paste from a spreadsheet or use our ridiculously simple API

Features

Forward Geocoding

Convert a human-readable address to precise coordinates.

Reverse Geocoding

Convert precise coordinates to the nearest valid postal address.

Area Lookups

Convert coordinates to Local Government Areas, Post Codes or ABS SA Units.

Road Distances

Driving distances from origin to destination

Directions

Turn-by-turn directions from A to B

DIY Spatial Analytics

Heatmaps, distance matrices and data uploads

We make geocoding easy

Geocoding shouldn't have to be expensive or complicated.

Geocode Spreadsheets

Using our simple copy-and-paste interface, geocode or reverse geocode your spreadsheets in seconds.

Use our API

Use our secure API over HTTPs to integrate mappify into your app.

Free to get started

If you create an account, the first 2,500 requests every day are free. After that they're just 0.1¢ each.

No Restrictions

We don't care what you do with our boundary or routing data. You can use our address data for anything other than generating mailing addresses. See full terms here.

Developers: get started in ten seconds

Sign up for an account, then copy and paste these curl commands into your terminal for an instant demo


#Geocode an Address
curl 'https://mappify.io/api/rpc/address/geocode/' \
    -H 'Content-Type: application/json' \
    --data-binary '{
        "streetAddress":"252 Botany St",
        "suburb":"Sydney",
        "postcode":2000,
        "state":"NSW",
        "apiKey": "YOUR_API_KEY_HERE"
    }'

#Reverse Geocode Coordinates
curl 'https://mappify.io/api/rpc/coordinates/reversegeocode/' \
  -H 'Content-Type: application/json' \
  --data-binary '{
      "lat":"-37.83169",
      "lon":"144.893057",
      "apiKey": "YOUR_API_KEY_HERE"
    }'

#Classify Coordinates
curl 'https://mappify.io/api/rpc/coordinates/classify'  \
  -H 'Content-Type: application/json'  \
  --data-binary '{
      "lat":"-37.86509",
      "lon":"144.973708",
      "encoding": "sa2",
      "apiKey": "YOUR_API_KEY_HERE"
    }'

#Driving distances and times
curl 'https://mappify.io/api/rpc/trip/driveStats'  \
-H 'Content-Type: application/json'  \
--data-binary '{
    "origin": {"lat":-33.902668,"lon":151.201641},
    "destination":{"lat":-33.864858,"lon":151.21161},
    "apiKey": "YOUR_API_KEY_HERE"
}'

#For complete documentation see https://mappify.io/docs
                            

Pricing

Affordable, simple and transparent pricing

Pay as you go

2,500 free requests per day, then $1.10 per 1,000 requests

  • Create an account
  • 2,500 free requests per day
  • No credit card required
  • Sign Up

Unlimited

Starting from$550.00 per month. Unlimited requests

Email info@mappify.io for more info.

None of our plans require contracts.

You can use the data you download however you like.

See Full terms here.

For most use cases, Mappify is the most affordable plan on the market and has zero restrictions

Compare Geocoding Providers
Mappify Google Here Addressify SmartyStreets
Free requests 2,500 / day 2,500 / day
Pay as you go $1 per 1,000 requests 67¢ per 1,000 requests
Unlimited Plan $1,000 / month $1,300 / month
No Subscription
No Contracts
No Usage Restrictions
Bulk Geocoding
Reverse Geocoding
Statistical Area Lookups
Price set in Aussie dollars
Address validation and autocomplete
Driving distances and routing
Custom features at no cost - - - -

Source Data & Versions

The current version of all backing data for our public API is provided below.

Our address data is developed using G-NAF © Geoscape Australia licensed by the Commonwealth of Australia under the Open Geo-coded National Address File (G-NAF) End User Licence Agreement.

Routing and Directions data is extracted from the Open Street Map.

Because of their congruency, Boundaries (SA Units & meshblocks, Post Codes, Local Government Areas and Commonwealth & State Electoral Divisions) for coordinate classification are exclusively from the Australian Bureau of Statistics.

Made with in Sydney, Australia

Heap | Mobile and Web Analytics