Australia People Data API

The API provides details about individuals, including name, full address, and phone number, breaking down the address into components.

About the API:  

The Australia People Data API provides comprehensive access to detailed data about specific individuals stored in the system. This API is designed to facilitate the retrieval of relevant and organized information about individuals, including their full name, full address and phone number. The information is presented in a clear and structured format, allowing for easy integration and use in various applications and systems.

By making a request to this API, users can obtain a range of details about a particular person. The response includes the individual's full name, which can be used for accurate identification. In addition, the API provides the full address in a single text field, which combines all elements of the address in a unified format. This simplifies the display and use of the address in contexts where a complete presentation is required.

The address is also broken down into its individual components for clarity and flexibility. The broken down details include street, city, state and zip code. Each of these elements is presented in separate fields, allowing for more granular access to address information. This is particularly useful in applications that need to process or display the address in separate components, such as in geographic segmentation, mail routing or map display.

The telephone number included in the response allows the individual to be contacted directly, and is formatted according to local standards to ensure correct interpretation and use. This information is essential for applications that require direct communication or contact verification.

The design of this API focuses on providing an accessible and efficient solution for obtaining detailed personal information. It is intended for use in a variety of contexts, from customer relationship management to research and data analysis. The API ensures that the information provided is clear, accurate and easily accessible, contributing to operational efficiency and improved user experience in the applications that integrate it.

In summary, the Australia People Data API offers an effective way to access key personal data in a structured and detailed manner. It provides comprehensive access to the information needed for a variety of uses, making it easy to integrate and use the data across multiple applications and systems. Its robust design and focus on clarity and accuracy make this API a valuable tool for those who need to access personal information reliably and efficiently.

 

What this API receives and what your API provides (input/output)?

It will receive a parameter and provide you with a JSON.

 

What are the most common uses cases of this API?

  1. Customer verification: Confirm customer identity and contact details during onboarding or transactions to reduce fraud and ensure accuracy.

    Address validation: Validate and standardize addresses for shipping and mailing purposes to improve accuracy and delivery efficiency.

    CRM data enrichment: Enhance and update customer profiles in CRM systems with accurate and up-to-date contact and address information.

    Market research: Analyze demographics and geographic distribution to inform market segmentation, targeting and strategic planning.

    Lead Generation: Identify and collect contact information for potential leads in sales and marketing campaigns.

 

Are there any limitations to your plans?

Besides the number of API calls per month, there are no other limitations. 

API Documentation

Endpoints


To use this endpoint you must indicate the name of a person in the parameter.



                                                                            
GET https://zylalabs.com/api/5068/australia+people+data+api/6441/people+information
                                                                            
                                                                        

People Information - Endpoint Features

Object Description
name [Required] Indicates the name of the person
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {
    "Code": 200,
    "Description": "OK",
    "Data": [
        {
            "Person": "John",
            "FullAddress": "12 Sumba Turn, Mindarie, WA 6030",
            "Phone": "(08) 9305-7235",
            "Street": "12 Sumba Turn",
            "City": "Mindarie",
            "State": "WA",
            "Zip": "6030"
        },
        {
            "Person": "John",
            "FullAddress": "145 Sydney St, New Farm, QLD 4005",
            "Phone": "(07) 3254-2865",
            "Street": "145 Sydney St",
            "City": "New Farm",
            "State": "QLD",
            "Zip": "4005"
        },
        {
            "Person": "John",
            "FullAddress": "10 Duman Rd, Alabama Hill, QLD 4820",
            "Phone": "(07) 4787-8937",
            "Street": "10 Duman Rd",
            "City": "Alabama Hill",
            "State": "QLD",
            "Zip": "4820"
        },
        {
            "Person": "John",
            "FullAddress": null,
            "Phone": "(03) 9544-4474",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John",
            "FullAddress": null,
            "Phone": "(03) 9596-6808",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John",
            "FullAddress": null,
            "Phone": "(03) 9531-7604",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Amanda Alexander",
            "FullAddress": null,
            "Phone": "(03) 5764-4270",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Andria Henry",
            "FullAddress": "Mobile Service 334 Mayfield Rd, Pyree, NSW 2540",
            "Phone": "(04) 1242-7052",
            "Street": "Mobile Service 334 Mayfield Rd",
            "City": "Pyree",
            "State": "NSW",
            "Zip": "2540"
        },
        {
            "Person": "John & Ann Clancy",
            "FullAddress": "6 Northerly St, Ascot, WA 6104",
            "Phone": "(08) 9277-8770",
            "Street": "6 Northerly St",
            "City": "Ascot",
            "State": "WA",
            "Zip": "6104"
        },
        {
            "Person": "John & Ann Wakefield",
            "FullAddress": "33 Emily St, Innisfail, QLD 4860",
            "Phone": "(07) 4061-8283",
            "Street": "33 Emily St",
            "City": "Innisfail",
            "State": "QLD",
            "Zip": "4860"
        },
        {
            "Person": "John & Anna Pedler",
            "FullAddress": "70 Cooktown Rd, Edmonton, QLD 4869",
            "Phone": "(07) 4045-4195",
            "Street": "70 Cooktown Rd",
            "City": "Edmonton",
            "State": "QLD",
            "Zip": "4869"
        },
        {
            "Person": "John & Annette Norris",
            "FullAddress": null,
            "Phone": "(07) 4630-5818",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & B Jordan",
            "FullAddress": "65 Howe St, Singleton, NSW 2330",
            "Phone": "(02) 6572-3624",
            "Street": "65 Howe St",
            "City": "Singleton",
            "State": "NSW",
            "Zip": "2330"
        },
        {
            "Person": "John & B Tonkin",
            "FullAddress": "4 Ospringe St, Gosnells, WA 6110",
            "Phone": "(08) 9398-6001",
            "Street": "4 Ospringe St",
            "City": "Gosnells",
            "State": "WA",
            "Zip": "6110"
        },
        {
            "Person": "John & Barbara French",
            "FullAddress": "523 Brungle Creek Rd, Brungle, NSW 2722",
            "Phone": "(02) 6944-9163",
            "Street": "523 Brungle Creek Rd",
            "City": "Brungle",
            "State": "NSW",
            "Zip": "2722"
        },
        {
            "Person": "John & Becky Enders John & Becky Enders",
            "FullAddress": null,
            "Phone": "(03) 6266-3039",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Beth McMahon",
            "FullAddress": "54 Rennie St, Huntly, VIC 3551",
            "Phone": "(03) 5448-7054",
            "Street": "54 Rennie St",
            "City": "Huntly",
            "State": "VIC",
            "Zip": "3551"
        },
        {
            "Person": "John & Beth Sexton",
            "FullAddress": "7 Coopers Ave, Leabrook, SA 5068",
            "Phone": "(08) 8333-3340",
            "Street": "7 Coopers Ave",
            "City": "Leabrook",
            "State": "SA",
            "Zip": "5068"
        },
        {
            "Person": "John & Beth Williams",
            "FullAddress": null,
            "Phone": "(03) 9769-8771",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Bev Murray",
            "FullAddress": "31 Thompson St, Victoria Point, QLD 4165",
            "Phone": "(07) 3820-7364",
            "Street": "31 Thompson St",
            "City": "Victoria Point",
            "State": "QLD",
            "Zip": "4165"
        },
        {
            "Person": "John & Beverley Alben",
            "FullAddress": "157\/ 36-40 Racecourse Rd, Pakenham, VIC 3810",
            "Phone": "(03) 5945-7657",
            "Street": "157\/ 36-40 Racecourse Rd",
            "City": "Pakenham",
            "State": "VIC",
            "Zip": "3810"
        },
        {
            "Person": "John & Beverley Lehmann",
            "FullAddress": "24 Dr Mays Rd, Bundaberg, QLD 4670",
            "Phone": "(04) 1448-3821",
            "Street": "24 Dr Mays Rd",
            "City": "Bundaberg",
            "State": "QLD",
            "Zip": "4670"
        },
        {
            "Person": "John & Brenda Hoare",
            "FullAddress": "512 Hoares Boundary Rd, Durong, QLD 4610",
            "Phone": "(07) 4668-8760",
            "Street": "512 Hoares Boundary Rd",
            "City": "Durong",
            "State": "QLD",
            "Zip": "4610"
        },
        {
            "Person": "John & Brendy Stanley",
            "FullAddress": "Mobile Service 140 Ninth Ave, Eden Park, VIC 3757",
            "Phone": "(04) 1830-8666",
            "Street": "Mobile Service 140 Ninth Ave",
            "City": "Eden Park",
            "State": "VIC",
            "Zip": "3757"
        },
        {
            "Person": "John & Brigitta Halliday",
            "FullAddress": "2374 Korumburra Rd, Poowong, VIC 3988",
            "Phone": "(03) 5659-2265",
            "Street": "2374 Korumburra Rd",
            "City": "Poowong",
            "State": "VIC",
            "Zip": "3988"
        },
        {
            "Person": "John & C Fitzgerald",
            "FullAddress": "52 Robinson Rd, Hawthorn, VIC 3122",
            "Phone": "(03) 9818-2685",
            "Street": "52 Robinson Rd",
            "City": "Hawthorn",
            "State": "VIC",
            "Zip": "3122"
        },
        {
            "Person": "John & Carol Leemon",
            "FullAddress": "15 Sycamore St, Hamlyn Heights, VIC 3215",
            "Phone": "(03) 5278-3656",
            "Street": "15 Sycamore St",
            "City": "Hamlyn Heights",
            "State": "VIC",
            "Zip": "3215"
        },
        {
            "Person": "John & Carole Avery",
            "FullAddress": "81 Hursley Rd, Redbank, NSW 2446",
            "Phone": "(02) 6585-9208",
            "Street": "81 Hursley Rd",
            "City": "Redbank",
            "State": "NSW",
            "Zip": "2446"
        },
        {
            "Person": "John & Carole Stephenson",
            "FullAddress": "28 Heatherton Mews, Hillarys, WA 6025",
            "Phone": "(08) 9402-2509",
            "Street": "28 Heatherton Mews",
            "City": "Hillarys",
            "State": "WA",
            "Zip": "6025"
        },
        {
            "Person": "John & Catherine Cunningham",
            "FullAddress": "7 Cunningham Rd, Swan Reach, VIC 3903",
            "Phone": "(03) 5156-4502",
            "Street": "7 Cunningham Rd",
            "City": "Swan Reach",
            "State": "VIC",
            "Zip": "3903"
        },
        {
            "Person": "John & Cathy Commisso",
            "FullAddress": null,
            "Phone": "(02) 6262-4441",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Chris Hammond",
            "FullAddress": null,
            "Phone": "(04) 1866-8974",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Chris Hammond",
            "FullAddress": null,
            "Phone": "(04) 1949-6485",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Chris Hammond",
            "FullAddress": null,
            "Phone": "(02) 4572-8897",
            "Street": null,
            "City": null,
            "State": null,
            "Zip": null
        },
        {
            "Person": "John & Christine Fuller",
            "FullAddress": "13 Tripcony Crt, Caloundra, QLD 4551",
            "Phone": "(04) 1489-8106",
            "Street": "13 Tripcony Crt",
            "City": "Caloundra",
            "State": "QLD",
            "Zip": "4551"
        },
        {
            "Person": "John & Christine Tyrrell",
            "FullAddress": "31 Calymea S...
                                                                                                                                                                                                                    
                                                                                                    

People Information - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/5068/australia+people+data+api/6441/people+information?name=John' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Australia People Data API REST API, simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

πŸš€ Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • βœ”οΈŽ Only Pay for Successful Requests
  • βœ”οΈŽ Free 7-Day Trial
  • βœ”οΈŽ Multi-Language Support
  • βœ”οΈŽ One API Key, All APIs.
  • βœ”οΈŽ Intuitive Dashboard
  • βœ”οΈŽ Comprehensive Error Handling
  • βœ”οΈŽ Developer-Friendly Docs
  • βœ”οΈŽ Postman Integration
  • βœ”οΈŽ Secure HTTPS Connections
  • βœ”οΈŽ Reliable Uptime

To use this API, users must provide the name of a person in Australia.

The Australia People Data API is an API designed to provide detailed information about people residing in Australia.

The API uses API keys for authentication. To access the API, include your API key in the request header. The API key is provided upon registration and should be kept secure.

The API typically supports JSON as the primary response format. JSON is widely used due to its simplicity and compatibility with most programming languages and frameworks.

The Australia People Data API returns detailed personal information, including full names, addresses (street, city, state, postal code), and contact details (phone numbers), formatted for easy integration into applications.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the β€˜X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the β€˜X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The β€˜X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
100%
 Response Time
661ms

Category:


Related APIs