v1

latestOpenAPI 3.0.02026-07-26432882.9 KB
Canada

Sample Use Case - FIPS geoid and Postcode

Find all parcels with FIPS geoid 4622 and Postcode R0B 0J0. Limit your result with the limit parameter.

get/ca/parcels/query?fields[geoid][eq]=4622&fields[postcode][eq]=R0B 0J0

Query parameters

fields[geoid][eq]string required

Using the FIPS code

fields[postcode][eq]string required

Using the Postcode.

return_customboolean

Default false. A true value allows county-specific fields to be passed through beyond standard schema fields only.

return_countboolean

Set to true to enable count of parcels in query.

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 Canada access

Example response

{
  "parcels": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature"
      }
    ]
  }
}