v1
latestOpenAPI 3.0.02026-07-26432882.9 KBAssessor Parcel Number (APN) Search
This endpoint delivers parcels using the Assessor Parcel Number (APN) which is assigned to each parcel by the respective admin2. Multiple parcels can be returned depending on the APN, therefore specify the location within an admin1, admin2 admin3 by using the parameter path. Attention API Trial Token Users: Data is restricted to 7 counties. Please only use data from one of the restricted counties.
Query parameters
The assessor's parcel number to look up. Non-alphanumeric characters will be removed when searching.
Represents the path for the /admin0/admin1/admin2. This restricts the search to this area.
Maximum number of Parcel Records to return.
Default false. A true value allows county-specific fields to be passed through beyond standard schema fields only.
Default false. A true value shows the naming convention for each standardized schema field.
Default true. A false value returns the first parcel if geometries are identical.
Response
A list of parcel features.
Example response
{
"parcels": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature"
}
]
}
}