v1
latestOpenAPI 3.0.02026-07-26432882.9 KBCanada
Parcel Path
This endpoint delivers a single parcel record based on the unique path. This is best used in combination with the Typeahead API endpoint. This endpoint allows access to test all of our premium matched datasets with applicable API token.
get/ca/parcels/path
Query parameters
pathstring required
The canonical path of the parcel in the Regrid system.
return_customboolean
Default false. A true value allows county-specific fields to be passed through beyond standard schema fields only.
return_field_labelsboolean
Default false. A true value shows the naming convention for each standardized schema field.
return_stackedboolean
Default true. A false value returns the first parcel if geometries are identical.
Response
A list of parcel features. When supported by the account with buildings array and addresses property
Example response
{
"parcels": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature"
}
]
}
}