Regrid · Example Payload

Parcel Area Search Request

ParcelsLand DataProperty DataGeoJSONReal EstateZoningOwnershipGeospatialMappingTiles

Parcel Area Search Request is an example object payload from Regrid, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

geometrylimitfields

Example Payload

Raw ↑
{
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [-122.4210, 37.7760],
        [-122.4180, 37.7760],
        [-122.4180, 37.7740],
        [-122.4210, 37.7740],
        [-122.4210, 37.7760]
      ]
    ]
  },
  "limit": 50,
  "fields": "ll_uuid,parcelnumb,owner,address,parval,zoning,usedesc,ll_gisacre,yearbuilt"
}