Additional Endpoints

Parcel Path

api/v2/parcels/path

The Parcel Path endpoint delivers a single parcel record based on the unique path.

What is a parcel path? Parcel paths are similar to place paths but also include an integer ID at the end — for example, /us/mi/wayne/detroit/555. These uniquely identify a parcel in our database in a simple, human-readable format

The path follows Regrid's hierarchical geographic structure:

  • /country/state/county/city/parcel_id.
  • For Canada it follows /ca/province/division/city/parcel_id.

When to use it

This endpoint works well in combination with the Typeahead API endpoint. A common workflow is: Regrid Support

  1. Use the Typeahead API to search by address and get back a path
  2. Pass that path directly to this endpoint to retrieve the full parcel record

It is also useful any time you have stored a parcel path from a previous API response and want to retrieve that same parcel again directly.

HTTP API request

GET /api/v2/parcel?path=<path>&token=<token>

Query parameters

  • token: Your Regrid authorization token.
  • path: (required) The canonical path of the parcel in the Regrid system. For example, '/us/tx/dallas/northeast-dallas/6471' or '/ca/mb/division-no-11/winnipeg/52941'
  • return_custom: Default false: A true value allows county-specific fields to be passed through beyond standard schema fields only.
  • return_field_labels: Default false: A true value shows the naming convention for each standardized schema field. return_stacked: Default true: A false value returns the first parcel if geometries are identical.
  • return_matched_buildings: Set to false to disable building footprint data in the response. Default is true when supported by the account.
  • return_matched_addresses: Set to false to matched addresses data in the response. Default is true when supported by the account.
  • return_enhanced_ownership: Set to false to disable enhanced ownership data in the response. Default is true when supported by the account.
  • return_zoning: Set to false to disable zoning data in the response. Default is true when supported by the account.
  • return_custom_id: Default false. Set to true when input GeoJSON features include a 'custom_id' field in the 'properties' object. This flag enables the resulting parcels to include the user-set custom ID for matching parcel(s).
  • return_parcels: Default true. A false value will not return parcel records. Used to return additional add-on datasets when parcel information is not needed.

Example Request

GET https://app.regrid.com/api/v2/parcel?path=/us/mi/wayne/detroit/364491&token=<token>

Example truncated results

{
    "parcels": {
      "type": "FeatureCollection",
      "features": [
        {
          "type": "Feature",
          "geometry": {
            "type": "Polygon",
            "coordinates": [
              [
                [
                  -83.0734768,
                  42.36519
                ]
              ]
            ]
          },
          "properties": {
            "headline": "440 Burroughs St",
            "path": "/us/mi/wayne/detroit/364491",
            "fields": {
              "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
              "gisacre": 0.697
            },
            "field_labels": {
              "ll_uuid": "UUID",
              "gisacre": "County-Provided Acres"
            },
            "context": {
              "headline": "Detroit, MI",
              "name": "Detroit",
              "path": "/us/mi/wayne/detroit",
              "active": true
            },
            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
          },
          "id": 364491
        }
      ]
    }
  }

Regrid ID

api/v2/parcels/<ll_uuid>

This endpoint delivers a single parcel record based on the Regrid id (ll_uuid), as described in our parcel schema or retrieve the schema definition from the API.

This works well in combination with the Typeahead API endpoint or any time you have an ll_uuid of interest.

HTTP API request

GET /api/v2/parcels/<ll_uuid>?token=<token>


Query parameters

  • token: Your Regrid authorization token.
  • ll_uuid: (required) The UUID retrieved from another Regrid API call. For example, 8b6f4f51-58ad-4969-93b3-fdfb348a7084.
  • return_custom: Default false: A true value allows county-specific fields to be passed through beyond standard schema fields only.
  • return_field_labels: Default false: A true value shows the naming convention for each standardized schema field. return_stacked: Default true: A false value returns the first parcel if geometries are identical.
  • return_matched_buildings: Set to false to disable building footprint data in the response. Default is true when supported by the account.
  • return_matched_addresses: Set to false to matched addresses data in the response. Default is true when supported by the account.
  • return_enhanced_ownership: Set to false to disable enhanced ownership data in the response. Default is true when supported by the account.
  • return_zoning: Set to false to disable zoning data in the response. Default is true when supported by the account.
  • return_parcels: Default true. A false value will not return parcel records. Used to return additional add-on datasets when parcel information is not needed.

Example API request

GET https://app.regrid.com/api/v2/parcels/16bc4f67-009a-496c-bd0a-9e9d55f5228b?token=<token>

Example results:

{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.07283,
                                42.3653895
                            ],
                            [
                                -83.0733715,
                                42.3652145
                            ],
                            [
                                -83.0734725,
                                42.365182
                            ],
                            [
                                -83.0732455,
                                42.364777
                            ],
                            [
                                -83.072599,
                                42.364985
                            ],
                            [
                                -83.07283,
                                42.3653895
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "440 Burroughs Pl",
                    "path": "/us/mi/wayne/detroit/364491",
                    "fields": {
                        "ogc_fid": 364491,
                        "geoid": "26163",
                        "parcelnumb": "02001069-71",
                        "parcelnumb_no_formatting": "0200106971",
                        "usecode": "22320",
                        "usedesc": "OFFICE BLDG-3 STORIES OR MORE",
                        "zoning": "SD2",
                        "zoning_description": "Special Development District Mixed Use",
                        "zoning_type": "Mixed",
                        "zoning_subtype": "Mixed Use",
                        "zoning_code_link": "https://www.zoneomics.com/code/detroit-MI",
                        "zoning_id": 15377831,
                        "struct": true,
                        "structno": 1,
                        "yearbuilt": 1926,
                        "numstories": 5.0,
                        "structstyle": "Office Buildings",
                        "parvaltype": "ASSESSED",
                        "parval": 0.0,
                        "saleprice": 0.0,
                        "last_ownership_transfer_date": "2019-07-31",
                        "owner": "TECHONE DEVELOPMENT LLC",
                        "mailadd": "440 BURROUGHS",
                        "mail_city": "DETROIT",
                        "mail_state2": "MI",
                        "mail_zip": "48202",
                        "original_mailing_address": "{\"mailadd\":\"440 BURROUGHS\",\"mail_city\":\"DETROIT\",\"mail_state2\":\"MI\",\"mail_zip\":\"48202\"}",
                        "address": "440 BURROUGHS PL",
                        "saddno": "440",
                        "saddstr": "BURROUGHS",
                        "saddsttyp": "PL",
                        "scity": "Detroit",
                        "original_address": "{\"address\":\"440 Burroughs Pl\",\"saddno\":\"440\",\"saddstr\":\"Burroughs\",\"saddsttyp\":\"Pl\",\"szip\":\"48202-3429\"}",
                        "city": "detroit",
                        "county": "wayne",
                        "state2": "MI",
                        "szip": "48202-3429",
                        "szip5": "48202",
                        "ll_address_count": 44,
                        "address_source": "county,census_places",
                        "legaldesc": "N BURROUGHS 10-11 BLK 12--CASS FARM CO LTD SUB L19 P35 PLATS, W C R 2/27 37-38 & S 1/2 OF VAC ALLEY ADJ MANDLEBAUMS SUB L2 P8 PLATS, W C R 2/62 189.53 IRREG",
                        "neighborhood": "Tech Town",
                        "lat": "42.365083",
                        "lon": "-83.073037",
                        "fema_nri_risk_rating": "Very Low",
                        "qoz": "Yes",
                        "qoz_tract": "26163518900",
                        "census_tract": "26163533900",
                        "census_block": "261635339004021",
                        "census_blockgroup": "261635339004",
                        "census_zcta": "48202",
                        "census_unified_school_district": "Detroit Public Schools Community District",
                        "recrdareano": 142125,
                        "gisacre": 0.697,
                        "sqft": 30365.0,
                        "ll_gisacre": 0.69724,
                        "ll_gissqft": 30372,
                        "ll_bldg_footprint_sqft": 28697,
                        "ll_bldg_count": 1,
                        "path": "/us/mi/wayne/detroit/364491",
                        "ll_stable_id": "parcelnumb",
                        "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                        "ll_updated_at": "2025-11-12 15:49:55 -0500",
                        "precisely_id": "P0000BZQ611B",
                        "placekey": "222@63v-483-85f",
                        "dpv_status": "V",
                        "dpv_codes": "DNNNY",
                        "dpv_notes": "AAN105",
                        "dpv_type": "H",
                        "cass_errorno": "12.2,14.7,15.1,A1",
                        "rdi": "N",
                        "usps_vacancy": "N",
                        "usps_vacancy_date": "2025-11-01",
                        "lbcs_activity": 2300.0,
                        "lbcs_activity_desc": "Office",
                        "lbcs_structure": 2100.0,
                        "lbcs_structure_desc": "Office or bank building",
                        "lbcs_site": 6000.0,
                        "lbcs_site_desc": "Developed site with buildings",
                        "lbcs_ownership": 1500.0,
                        "lbcs_ownership_desc": "Businesses and commercial entities",
                        "population_density": 1337.8,
                        "population_growth_past_5_years": -1.33,
                        "population_growth_next_5_years": -0.85,
                        "housing_growth_past_5_years": -0.42,
                        "housing_growth_next_5_years": 0.0,
                        "household_income_growth_next_5_years": 2.03,
                        "median_household_income": 84171.0,
                        "transmission_line_distance": 5921.0,
                        "roughness_rating": 0.0,
                        "highest_parcel_elevation": 192.61,
                        "lowest_parcel_elevation": 192.08
                    },
                    "context": {
                        "headline": "Detroit, MI",
                        "name": "Detroit, MI",
                        "path": "/us/mi/wayne/detroit",
                        "active": true
                    },
                    "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                },
                "id": 161531552
            }
        ]
    }
}


Did this page help you?