---
title: "Area Geometry Search"
method: POST
path: "/ca/parcels/area"
tags: ["Canada"]
---

# Area Geometry Search

`POST /ca/parcels/area`

Search for parcels in a specific geographical area. This endpoint allows access to test all our premium matched  datasets with applicable API token. Accepted formats vary from GeoJSON Feature Collection of geometries (Polygon, MultiPolygon,  Point, MultiPoint, LineString and/or MultiLineString), or a Feature with a GeoJSON geometry or a direct GeoJSON geometry.  These parameters also accept an optional radius parameter in meters to create a buffer around the given geometries.  Note adding a radius can increase the overall area of the request reaching the area size limit per request.

## Query parameters

- `radius` integer
- `offset_id` integer
- `limit` integer
- `return_geometry` boolean
- `return_count` boolean
- `return_custom` boolean
- `return_field_labels` boolean
- `return_stacked` boolean

## Request body

- object
  - `geojson` object
    - `type` string
    - `coordinates` unknown[]
      - unknown

## Response `200`

A list of parcel features

- union
  - SimpleResponse
    - `parcels` object
      - `type` string
      - `features` object[]
        - `type` string
        - `geometry` union
          - object, nullable — GeoJSon object The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) datum, with longitude and latitude units of decimal degrees. This is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid. In the absence of elevation values, applications sensitive to height or depth SHOULD interpret positions as being at local ground or sea level.
            - `type` 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon', required
            - `bbox` number[]
            - `coordinates` LinearRing[], required
              - …
          - object, nullable — GeoJSon object The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) datum, with longitude and latitude units of decimal degrees. This is equivalent to the coordinate reference system identified by the Open Geospatial Consortium (OGC) URN An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid. In the absence of elevation values, applications sensitive to height or depth SHOULD interpret positions as being at local ground or sea level.
            - `type` 'Point' | 'MultiPoint' | 'LineString' | 'MultiLineString' | 'Polygon' | 'MultiPolygon', required
            - `bbox` number[]
            - `coordinates` array[], required
              - …
        - `properties` object
          - `headline` string — A human-friendly display address for the parcel. If no address is available, it falls back to the parcel number.
          - `path` string — The parcel's unique identifier
          - `fields` object — Standard Schema keys and values. Columns from the parcel table. These include standard column names wherever fields are available, plus additional columns varying by the particular county & data available.
          - `field_labels` object — Human-friendly labels for each key in fields
          - `context` object — A bit of info about the city or county where this parcel is found, including a path one can use as context for further searches.
          - `ll_uuid` string
        - `ll_uuid` string
  - CountResponse
    - `count` integer
    - `area` object
      - `sq_meters` number
      - `acres` number
      - `sq_miles` number

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/regrid/apis/regrid-openapi-specification.md) · [All operations](https://skmtc.net/regrid/apis/regrid-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/regrid/regrid-openapi-specification/versions/e4abb9a7fcfe/schema)
