Copy and paste from a spreadsheet or use our ridiculously simple API
Convert a human-readable address to precise coordinates.
Convert precise coordinates to the nearest valid postal address.
Convert coordinates to Local Government Areas, Post Codes or ABS SA Units.
Driving distances from origin to destination
Turn-by-turn directions from A to B
Heatmaps, distance matrices and data uploads
Geocoding shouldn't have to be expensive or complicated.
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
Affordable, simple and transparent pricing
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.
Mappify | 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 | - | - | - | - |
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.