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

# Area Geometry Search

`POST /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
- `return_zoning` boolean
- `return_matched_buildings` boolean
- `return_matched_addresses` boolean
- `return_enhanced_ownership` boolean

## Request body

- object
  - `geojson` object
    - `type` string
    - `coordinates` array[]
      - array[] — Array of lat/lon point pairs
        - number[] — [ -96.77737790638413, 32.8277929786983]

## Response `200`

A list of parcel features. When supported by the account with buildings array and addresses property

- union
  - FeaturesResponse
    - `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.
          - `addresses` AddressSchema[] — Regrid Matched Addresses. This array is included in responses when an account has Matched Addresses enabled.
            - `a_id` string
            - `a_address` string
            - `a_saddno` string
            - `a_saddpref` string
            - `a_saddstr` string
            - `a_saddsttyp` string
            - `a_saddstsuf` string, nullable
            - `a_sunit` string, nullable
            - `a_szip5` string
            - `a_szip` string
            - `a_carte` string
            - `a_crtype` string
            - `a_scity` string
            - `a_state2` string
            - `a_county` string
            - `a_delvseqno` string
            - `a_usps_elotseq` string
            - `a_usps_elotsort` string
            - `a_resbus` string
            - `a_pmbdesc` string, nullable
            - `a_pmbno` string, nullable
            - `a_dpv_confirm` string
            - `a_dpv_footnotes` string
            - `a_default_match` string
            - `a_lacsflag` string
            - `a_usps_vacancy` string
            - `a_nostats` string
            - `a_error_code` string
            - `a_extrainfo` string, nullable
            - `a_dpv_type` string
            - `a_geocodetype` string
            - `a_moddate` string
            - `a_census_blockgroup` string
            - `a_lat` string
            - `a_lon` string
            - `a_geoid` string
            - `ll_uuid` string
          - `ll_uuid` string
          - `score` number
        - `id` integer
    - `buildings` object — Matched buildings are returned when supported by an account.
      - `type` string
      - `features` BuildingsSchema[]
        - `id` integer
        - `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
          - `ed_str_uuid` string — Universally Unique ID of the entire structure
          - `ed_bld_uuid` string — Universal Unique ID of the building extracted from the structure
          - `ed_geoid` string — County FIPS code
          - `ed_lat` number — Latitude of a point in the shape, typically the centroid
          - `ed_lon` number — Longitude of a point in the shape, typically the centroid
          - `ed_bldg_footprint_sqft` number — Building footprint area in square feet
          - `ed_largest` number — An indicator of the largest building on a parcel
          - `ed_source` string — Source of the building footprint
          - `ed_source_date` string — Date of the building source imagery formatted as MM/DD/YYYY
          - `ll_uuids` string[] — Uniquely identifies a single parcel
          - `ed_mean_height` number — Mean height of the structure in feet. Available with Matched Building Footprints with Height Addon.
          - `ed_max_object_height` number — Maximum height of the structure in ft, excluding potential clutter like an antenna, overhanging tree, etc.. Available with Matched Building Footprints with Height Addon.
          - `ed_lag` number — Lowest Adjacent Grade - lowest observed ground elevation above sea level around the boundary of the building. Available with Matched Building Footprints with Height Addon.
          - `ed_hag` number — Highest Adjacent Grade - highest observed ground elevation above sea level around the boundary of the building. Available with Matched Building Footprints with Height Addon.
          - `ed_mean_elevation` number — Mean ground elevation in ft under the structure footprint. Available with Matched Building Footprints with Height Addon.
          - `ed_mean_slope` integer — Mean roof slope. Available with Matched Building Footprints with Height Addon.
          - `ed_stories` integer — Estimated number of stories based on building height. Available with Matched Building Footprints with Height Addon.
          - `ed_gross_area` number — Estimated area of the building based on stories and square footage of the polygon. Available with Matched Building Footprints with Height Addon.
          - `ed_volume` number — Volume of the building based on square footage and the mean height of the polygon in cubic feet. Available with Matched Building Footprints with Height Addon.
    - `zoning` object — Zoning details are returned when supported by an account.
      - `type` string
      - `features` ZoningSchema[]
        - `id` integer
        - `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
          - `ogc_fid` integer
          - `zoning_id` integer
          - `municipality_id` integer
          - `municipality_name` string
          - `zoning` string
          - `zoning_description` string
          - `zoning_type` string
          - `zoning_subtype` string
          - `zoning_guide` string
          - `zoning_code_link` string, uri
          - `land_use_flags_permitted` string
          - `land_use_flags_conditional` string
          - `landuse_classes` object
          - `min_lot_area_sq_ft` number
          - `min_lot_width_ft` number
          - `max_building_height_ft` number
          - `max_far` number
          - `max_coverage_pct` number
          - `min_front_setback_ft` number
          - `min_rear_setback_ft` number
          - `max_impervious_coverage_pct` number
          - `min_side_setback_ft` number
          - `min_landscaped_space_pct` number
          - `min_open_space_pct` number
          - `max_density_du_per_acre` number
          - `zoning_data_date` 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/revisions/e4abb9a7fcfe/schema)
