Ownership by address
Find everyone on file at a street address. Enterprise only. Charged only when a match is found — billed per resident returned, not a flat rate per request.
Find everyone on file at a street address. Enterprise only. Charged only when a match is found — billed per resident returned, not a flat rate per request.
Authorization
ApiKeyQuery Your CarsXE API key, passed as the key query parameter.
In: query
Query Parameters
Street address only, max 100 characters.
length <= 1005-digit US ZIP, optionally ZIP+4.
Comma-separated subset of demographics,emails,phones,vehicle_history. Omit to get everything back by default — this only narrows the response, it doesn't change what's fetched or billed.
Legacy alias from before include existed — still accepted and echoed back, but no longer changes what's fetched or shown. Use include instead.
"vehicle_history" | "compliance"Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
{
"success": true,
"input": {
"address": "123 Example St",
"zip": "90210"
},
"count": 2,
"matches": [
{
"record_id": "2074367570",
"first_name": "John",
"last_name": "Sample",
"age": "45",
"gender": "Male",
"address": {
"street": "123 Example St",
"city": "Beverly Hills",
"state": "CA",
"zip": "90210"
},
"vin": "1FT8X3BT0BEA61538",
"emails": [
{
"address": "john.sample@gmail.com",
"last_seen": "2026-03-08"
}
],
"phones": [
{
"number": "3105551901",
"type": "",
"dnc": false
}
],
"demographics": {
"marital_status": "Married",
"home_owner": "Home Owner",
"children_in_household": "",
"veteran_in_household": "",
"occupation": "President",
"income_range": "$100,000 - $149,999",
"net_worth_range": "$250,000 - $499,999",
"credit_range": "700 - 749"
},
"vehicle_history": [
{
"make": "Ford",
"model": "F-350",
"year": 2011,
"vin": "1FT8X3BT0BEA61538"
}
]
},
{
"record_id": "7304690614",
"first_name": "Jane",
"last_name": "Sample",
"age": "43",
"gender": "Female",
"address": {
"street": "123 Example St",
"city": "Beverly Hills",
"state": "CA",
"zip": "90210"
},
"vin": "",
"emails": [
{
"address": "jane.sample@yahoo.com",
"last_seen": ""
}
],
"phones": [
{
"number": "3105558018",
"type": "",
"dnc": false
}
],
"demographics": {
"marital_status": "",
"home_owner": "",
"children_in_household": "",
"veteran_in_household": "",
"occupation": "",
"income_range": "",
"net_worth_range": "",
"credit_range": ""
},
"vehicle_history": []
}
],
"error": ""
}{
"success": false,
"count": 0,
"matches": [],
"error": "invalid_inputs",
"message": "Invalid inputs. address and zip are required (address max 100 characters)"
}{
"success": false,
"message": "Missing API key"
}{
"success": false,
"count": 0,
"matches": [],
"error": "api_not_enabled",
"message": "The Ownership API is not enabled for this API key. To enable, please contact support."
}{
"success": false,
"count": 0,
"matches": [],
"error": "no_data",
"message": "No ownership records found for this address"
}{
"success": false,
"message": "API usage limit exceeded",
"usage": {
"current": 1000,
"limit": 1000,
"remaining": 0
}
}{
"success": false,
"message": "The Ownership API is temporarily unavailable."
}