# Property Parcel and Boundary Information **POST /v1/PropertyParcel** Get property parcel boundaries and information in GeoJSON format. Perfect for mapping applications showing property boundaries. ## 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 parcel request - **id** (string | integer) Unique property identifier - **address** (string) Full property address - **apn** (string) Assessor's Parcel Number - **house** (string) House number - **street** (string) Street name - **city** (string) City name - **state** (string) State abbreviation - **zip** (string) ZIP code - **county** (string) County name ## Responses ### 200 Successful response with property parcel data #### Body: application/json (object) - **input** (object) Echo of the input parameters - **data** (object) Property parcel data with GeoJSON boundaries - **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)