Quick Start
Get up and running with the DataSaras API in a few minutes.
1. Get your API key
Obtain your API key from the Developer Console. There are no other authentication methods at this time.
2. Make your first request
curl -X GET "http://localhost:8383/address-api-v1/au/address/suggest?keyword=123+main&limit=5" \
-H "x-auth-key: YOUR_API_KEY" That's it! Browse the Address Api — Australia documentation for all endpoints.