curl --request GET \
--url "https://api.trestleiq.com/3.0/location?address.street_line_1=100%20Main%20St&address.city=Seattle&address.state_code=WA&address.postal_code=98101" \
--header "x-api-key: YOUR_API_KEY"
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Business",
"industry": "string"
}
],
"associated_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": null,
"longitude": null,
"accuracy": null
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Business.d455e455-e647-4304-9679-06bd9550c568",
"name": "Trestle",
"firstname": null,
"middlename": null,
"lastname": null,
"alternate_names": [
"Trestle LLC"
],
"age_range": null,
"gender": null,
"type": "Business",
"industry": [
"Service Provider"
]
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
curl --request GET \
--url "https://api.trestleiq.com/3.0/location?address.street_line_1=100%20Main%20St&address.city=Seattle&address.state_code=WA&address.postal_code=98101" \
--header "x-api-key: YOUR_API_KEY"
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Business",
"industry": "string"
}
],
"associated_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": null,
"longitude": null,
"accuracy": null
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Business.d455e455-e647-4304-9679-06bd9550c568",
"name": "Trestle",
"firstname": null,
"middlename": null,
"lastname": null,
"alternate_names": [
"Trestle LLC"
],
"age_range": null,
"gender": null,
"type": "Business",
"industry": [
"Service Provider"
]
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
Reverse Address API validates and normalizes the input address and provides the current residents at the address with their information, including demographics, historical addresses, relatives and associated people and phone numbers.
curl --request GET \
--url "https://api.trestleiq.com/3.0/location?address.street_line_1=100%20Main%20St&address.city=Seattle&address.state_code=WA&address.postal_code=98101" \
--header "x-api-key: YOUR_API_KEY"
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Business",
"industry": "string"
}
],
"associated_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": null,
"longitude": null,
"accuracy": null
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Business.d455e455-e647-4304-9679-06bd9550c568",
"name": "Trestle",
"firstname": null,
"middlename": null,
"lastname": null,
"alternate_names": [
"Trestle LLC"
],
"age_range": null,
"gender": null,
"type": "Business",
"industry": [
"Service Provider"
]
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
curl --request GET \
--url "https://api.trestleiq.com/3.0/location?address.street_line_1=100%20Main%20St&address.city=Seattle&address.state_code=WA&address.postal_code=98101" \
--header "x-api-key: YOUR_API_KEY"
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Business",
"industry": "string"
}
],
"associated_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"is_valid": true,
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": 0,
"longitude": 0,
"accuracy": "Neighborhood"
},
"is_active": true,
"is_commercial": true,
"is_forwarder": false,
"delivery_point": "SingleUnit",
"current_residents": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"alternate_names": [
"Sryws W L"
],
"age_range": "25-29",
"gender": null,
"type": "Person",
"industry": null,
"link_to_address_start_date": "2023-01-02",
"phones": [
{
"id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4",
"phone_number": "2069735100",
"line_type": "NonFixedVOIP"
}
],
"historical_addresses": [
{
"id": "Location.d1a40ed5-a70a-46f8-80a9-bb4ac27e3a01",
"location_type": "Address",
"street_line_1": "100 Syrws St",
"street_line_2": "Ste 1",
"city": "Lynden",
"postal_code": "98264",
"zip4": "98264-9999",
"state_code": "WA",
"country_code": "US",
"lat_long": {
"latitude": null,
"longitude": null,
"accuracy": null
},
"is_active": true,
"delivery_point": "SingleUnit",
"link_to_person_start_date": "2011-10-05",
"link_to_person_end_date": null
}
],
"associated_people": [
{
"id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84",
"name": "Waidong L Syrws",
"firstname": "Waidong",
"middlename": "L",
"lastname": "Syrws",
"relation": "Household"
}
]
}
],
"last_sale_date": "2019-08-24",
"total_value": 0,
"owners": [
{
"id": "Business.d455e455-e647-4304-9679-06bd9550c568",
"name": "Trestle",
"firstname": null,
"middlename": null,
"lastname": null,
"alternate_names": [
"Trestle LLC"
],
"age_range": null,
"gender": null,
"type": "Business",
"industry": [
"Service Provider"
]
}
]
}
],
"error": {
"name": "InternalError",
"message": "Could not retrieve entire response"
},
"warnings": "Missing Input"
}
GET https://api.trestleiq.com/3.0/location?api_key=[insert_key]&city=[insert_city]&postal_code=[insert_postal_code]&state_code=[insert_state_code]&street_line_1=[insert_street_line_1]
street_line_1=100 Main Ststreet_line_2=Ste 1city=Seattlestate_code=WApostal_code=98101country_code=US{{apiKey}}Show owner object
Show alternate_phone object
Landline - Traditional
wired phone line - Mobile - Wireless phone line - FixedVOIP - VOIP number
connected to a physical address - NonFixedVOIP - VOIP number unconnected to
a fixed physical address - Premium - Caller pays a premium for the call -
TollFree - Callee pays for call - Voicemail - Voicemail-only service -
Other - Line type is unclear
Enum: Landline Mobile FixedVOIP NonFixedVOIP Premium TollFree Voicemail OtherShow address object
Show owner object
Show associated_addresses object
Location.<uuid>Show owner object
Show alternate_phone object
Landline - Traditional
wired phone line - Mobile - Wireless phone line - FixedVOIP - VOIP number
connected to a physical address - NonFixedVOIP - VOIP number unconnected to
a fixed physical address - Premium - Caller pays a premium for the call -
TollFree - Callee pays for call - Voicemail - Voicemail-only service -
Other - Line type is unclear
Enum: Landline Mobile FixedVOIP NonFixedVOIP Premium TollFree Voicemail OtherShow address object
Invalid Input, International number. Not authorized, or Missing Input.