Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Regrid Parcel Query API

Filter parcel dataset by indexed schema attributes

Regrid Parcel Query API is one of 9 APIs that Regrid publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Parcel Query. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 1 path, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://app.regrid.com.

2 operations 1 paths 4 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://app.regrid.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Regrid Parcel Query API declares 1 security scheme for authenticating requests. An API key is passed in the query as token (apiToken). By default, every request must be authenticated.

  • apiToken — API token obtained from your Regrid account profile

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Parcel Query 2

Filter parcel dataset by indexed schema attributes

GET
/api/v2/parcels/query
Query by Field (GET)
queryParcels 5 params → 200400401429
POST
/api/v2/parcels/query
Query by Field (POST)
postQueryParcels body → 200400401429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ParcelProperties (53 properties), ParcelFeatureCollection (4 properties), ParcelFeature (4 properties), GeoJSONPolygon (2 properties). Each schema is shown below with its type and property counts.

GeoJSONPolygon
object
GeoJSON Polygon geometry object
2 properties
ParcelProperties
object
Parcel attribute properties in the standard schema
53 properties
ParcelFeature
object
GeoJSON Feature representing a single parcel record
4 properties
ParcelFeatureCollection
object
GeoJSON FeatureCollection containing parcel records
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

regrid-parcel-query-api-openapi.yml Raw ↑

Other APIs Regrid publishes across the network.

Regrid Tile API
Regrid Matched Building Footprints API
Regrid Standardized Zoning API
Regrid Daily Ownership Updates API
Regrid Metadata API
Regrid Parcel Search API
Regrid Schemas API
Regrid Typeahead API