# Detailed Property Information **POST /v2/PropertyDetail** Get comprehensive details about a specific property including ownership, valuation, characteristics, sales history, and financial indicators. Can search by ID, address, or APN. ## Servers - Production server: https://api.realestateapi.com (Production server) ## Authentication methods - Api key ## Parameters ### Headers - **x-api-key** (string) API key for authentication - **x-user-id** (string) Optional user identifier for tracking and analytics ### Body: application/json (object) Property detail request - **id** (string | integer) Unique property identifier - **address** (string) Full property address - **house** (string) House number component - **unit** (string) Unit number component - **street** (string) Street name component - **city** (string) City name - **state** (string) State abbreviation - **zip** (string) ZIP code - **county** (string) County name - **apn** (string) Assessor's Parcel Number - **exact_match** (boolean) Require exact address match - **prior_owner** (boolean) Include prior owner information - **comps** (boolean) Include comparable properties - **lat** (number) Property latitude - **lon** (number) Property longitude ## Responses ### 200 Successful response with detailed property information #### Body: application/json (object) - **input** (object) Echo of the input parameters - **data** (object) Comprehensive property details - **statusCode** (integer) HTTP status code - **live** (boolean) Indicates if data is live ### 400 Bad Request - Invalid input parameters #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) - **details** (object) Additional error details ### 401 Unauthorized - Invalid or missing API key #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### 404 Not Found - Resource not found #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) ### 500 Internal Server Error #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)