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 Search API

Search parcel records by various criteria

Regrid Parcel Search 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 Search. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 9 operations across 7 paths, 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.

9 operations 7 paths 4 schemas 7 GET2 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 Search 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 9

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

Parcel Search 9

Search parcel records by various criteria

GET
/api/v2/parcels/point
Point Lookup
getParcelsAtPoint 8 params → 200400401429
POST
/api/v2/parcels/point
Point Lookup (POST)
postParcelsAtPoint body → 200400401429
GET
/api/v2/parcels/address
Address Lookup
getParcelsByAddress 4 params → 200400401429
GET
/api/v2/parcels/apn
APN Lookup
getParcelsByAPN 6 params → 200400401429
GET
/api/v2/parcels/owner
Owner Name Lookup
getParcelsByOwner 5 params → 200400401429
GET
/api/v2/parcels/area
Area Geometry Search (GET)
getParcelsByArea 4 params → 200400401429
POST
/api/v2/parcels/area
Area Geometry Search (POST)
postParcelsByArea body → 200400401429
GET
/parcels/path
Parcel Path Lookup
getParcelByPath 3 params → 200404401
GET
/parcels/{ll_uuid}
Parcel UUID Lookup
getParcelByUUID 3 params → 200404401

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-search-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 Query API
Regrid Schemas API
Regrid Typeahead API