Properties API
Use the Properties API to search for and retrieve coverage and property information along with resource links
The Properties API enables you to search for and retrieve properties using an address, parcel ID or geometry, and returns coverage availability, imagery access tokens, parcel data, and resource links, all in a single response.
What the API returns
- Coverage information - Checks whether coverage information is available for the property.
- Transaction token - A unique token, which is valid for 1 hour, to access imagery and other resources.
- Property details - Address, parcel boundaries, and attributes based on your subscription type.
- Resource links - References to related resources such as AI features and imagery tiles.
Usage calculation
Each unique property or parcel accessed consumes one Property Credit. Subsequent calls to the same property within the same session do not incur additional credits for that request. When querying by AOI, credits are consumed for all properties fully or partly within the AOI boundary.
The Properties API behaves differently depending on your subscription.
| Subscription | Imagery / Area Insights | Property Intelligence Data |
|---|---|---|
| Location Intelligence | Counts against the API daily rate (tiles used). No Property Credits consumed. | Also consumes one Property Insights Credit per property returned. |
| Property Intelligence | Consumes Property Credits only. No API daily rate consumption. | Consumes Property Credits only. No API daily rate consumption. |
Available endpoints
- Address search - search by street address
- Parcel search - search by Parcel ID
- Geometry search - search by geometry (returns properties intersecting the supplied shape
- Point search - search by lat/lon point
Updated 5 days ago