Property
Get property details by address
Retrieve property information based on the provided query parameters.
This endpoint accepts a property query request and returns the matching property details if found within Whitepages data.
get/v1/property/
Query parameters
streetstring required
Full or partial street address including street number, name
Example:123 Main St
Full or partial street address including street number, name
citystring nullable
Full city name
Example:Anytown
Full city name
state_code'AL' | 'AK' | 'AZ' | 'AR' | 'AS' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'MP' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'TT' | 'UT' | 'VT' | 'VA' | 'VI' | 'WA' | 'WV' | 'WI' | 'WY' nullable
Valid US State and Territory codes.
This enum contains all valid two-letter codes for US states and territories. Used for parameter validation in API requests.
Example:CA
2-Letter code representing a state name
zipstring nullable
Example:94102
Response
Property data retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.