# Property Search with OData Query Syntax **GET /v2/PropertySearch/odata** Query properties using OData syntax for advanced filtering and querying. Supports standard OData operators like $filter, $select, $top, and $skip. ## 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 ### Query parameters - **$filter** (string) OData filter expression - **$select** (string) Comma-separated list of fields to return - **$top** (integer) Number of results to return - **$skip** (integer) Number of results to skip for pagination - **$orderby** (string) Field to sort by with optional direction ## Responses ### 200 Successful OData query response #### Body: application/json (object) - **live** (boolean) Indicates if the data is live from the API - **input** (object) Response input parameters for a Property Search request - **data** (array[object]) Array of property results - **resultCount** (integer) Total number of results found - **resultIndex** (integer) Index of the last record returned in the current response data - **recordCount** (integer) Number of records returned in the current response data - **statusCode** (integer) HTTP status code of the response - **statusMessage** (string) Status message corresponding to the status code - **requestExecutionTimeMS** (string) Time taken to execute the request in milliseconds ### 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) ### 500 Internal Server Error #### Body: application/json (object) - **error** (string) - **message** (string) - **statusCode** (integer) [Powered by Bump.sh](https://bump.sh)