API output elements

The response from this API will contain a section (represented as a JSON object) for each type of data returned. Response elements that may be included in this section:

Element 1 Element 2 Description
Number Submitted phone number, e.g. "1234567890"
AccountType "Business", "Consumer" or "NoName"
PhoneType "LandLine", "Mobile", "Other" or "Provided number is Invalid".
Name Returned business or consumer name, e.g. "Arbea J Bond"
FirstName Returned business or consumer first name, e.g. "Arbea"
MiddleInitial Returned business or consumer middle initial, e.g. "J"
LastName Returned business or consumer last name, e.g. "Bond"
Address Certainty "FullAddress", "PartialAddress" or "NoAddress"
Number1 House or Building number, e.g "4049"
Street1 Street name and type, e.g. "Mitchell Rd"
Locality Locality or City, e.g. "Land O Lakes"
Province Province/State, e.g. "FL"
Postcode1 Postal Code, e.g. "34638-3524"
Country "USA" or "Canada"
Certainty Indicates the confidence of the phone number, e.g. "Verified" or "Unverified".

In JSON, objects and the values within them are unordered. Programs calling the API should therefore never make assumptions about the sequencing of the data returned by it.