Search Parcels

Point

Latitude and Longitude a.k.a. Reverse Geocoding

api/v2/parcels/point

This endpoint delivers parcel records using latitude and longitude points. You can add a radius zone to the point or points and limit the amount of parcel records returned in the response. The parameter geojson takes priority if lat and lon are used in the same request.

This endpoint has all the same parameters as api/v2/parcels/query, but limited to no fields param and only Point or MultiPoint GeoJSON types.

📘

When using an exact point, sometimes it will fall outside a parcel boundary. If a parcel is very close to a point, using the radius parameter can help by creating a circular polygon around each point. Using a small radius on points is also helpful when some tools return points on parcel records that are literally in a street next to the parcel.

HTTP API request general form

GET /api/v2/parcels/point?lat=<y>&lon=<x>&token=<token>

Query parameters

  • token: Your Regrid authorization token.
  • lat: Latitude point
  • lon: Longitude point
  • radius: (Default: 0, Maximum: 32000) Radius in meters for which all Parcel records will be returned if they are within the radius zone from latitude and longitude point.
  • geojson: Geographic data structure for Point and MultiPoint only. This parameter takes priority if lat/lon are used in the same request.
  • return_count: Set to true to enable count of parcels in query.
  • offset_id: ID from a previous query exceeding the limit, returns the next set of results up to limit.
  • limit: (optional) Default 20. Maximum number of Parcel Records to return. Max is 1000.
  • return_count: Set to true to enable count of parcels in query.
  • return_geometry: Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
  • 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.

Response fields

  • parcels: A GeoJSON Features Collection of Features, each containing the matched Parcel Records. An empty Feature Collection with no error means no Parcel Records could be matched.

Example United States (US) API request

  • GET https://app.regrid.com/api/v2/parcels/point?lat=42.36511&lon=-83.073107&radius=250&token=<token>

Example United States (US) response:


{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ],
                            [
                                -83.0732453652113,
                                42.3647767765094
                            ],
                            [
                                -83.0725988503963,
                                42.364985221084
                            ],
                            [
                                -83.0728299168503,
                                42.3653894282331
                            ],
                            [
                                -83.0733713700996,
                                42.3652143873895
                            ],
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "440 Burroughs St",
                    "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",
                        "struct": true,
                        "structno": 1,
                        "yearbuilt": 1926,
                        "structstyle": "Office Buildings",
                        "parvaltype": "ASSESSED",
                        "parval": 0.0,
                        "saleprice": 0.0,
                        "owner": "TECHONE DEVELOPMENT LLC",
                        "mailadd": "440 BURROUGHS",
                        "mail_city": "DETROIT",
                        "mail_state2": "MI",
                        "mail_zip": "48202",
                        "address": "440 BURROUGHS ST",
                        "homestead_exemption": "0",
                        "ll_address_count": 44,
                        "ll_bldg_footprint_sqft": 28713,
                        "ll_bldg_count": 1,
                        "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": "2024-01-04",
                        "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",
                        "fema_flood_zone": "X",
                        "fema_flood_zone_subtype": "AREA OF MINIMAL FLOOD HAZARD",
                        "fema_flood_zone_raw": "[{\"zone\":\"X\",\"subtype\":\"AREA OF MINIMAL FLOOD HAZARD\",\"percent\":100}]",
                        "fema_flood_zone_data_date": "2023-10-17",
                        "census_unified_school_district": "Detroit Public Schools Community District",
                        "zoning_type": "Planned",
                        "zoning_subtype": "Planned",
                        "zoning_code_link": "https://www.zoneomics.com/code/detroit-MI/chapter_11/#SD2",
                        "zoning_id": "10070643",
                        "saddno": "440",
                        "saddstr": "BURROUGHS",
                        "saddsttyp": "ST",
                        "scity": "DETROIT",
                        "original_address": "{\"address\":\"440 BURROUGHS\",\"szip\":\" \"}",
                        "city": "detroit",
                        "county": "wayne",
                        "state2": "MI",
                        "szip": "48202-3429",
                        "szip5": "48202",
                        "address_source": "county,census_places;cass",
                        "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",
                        "lat": "42.365083",
                        "lon": "-83.073037",
                        "qoz": "Yes",
                        "qoz_tract": "26163518900",
                        "census_tract": "26163533900",
                        "census_block": "261635339004021",
                        "census_blockgroup": "261635339004",
                        "census_zcta": "48202",
                        "ll_last_refresh": "2023-01-31",
                        "recrdareano": 142125,
                        "gisacre": 0.697,
                        "sqft": 30365.0,
                        "ll_gisacre": 0.69741,
                        "ll_gissqft": 30380,
                        "path": "/us/mi/wayne/detroit/364491",
                        "ll_stable_id": "preserved",
                        "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                        "ll_updated_at": "2024-02-06 13:03:55 -0500",
                        "ll_zoning_backup": "SD2",
                        "ll_zoning_description_backup": "Special Development District Mixed Use"
                    },
                    "context": {
                        "headline": "Detroit, MI",
                        "name": "Detroit, MI",
                        "path": "/us/mi/wayne/detroit",
                        "active": true
                    },
                    "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                },
                "id": 364491
            }
        ]
    }
}

Example Canada (CA) API request

  • GET https://app.regrid.com/api/v2/parcels/point?lat=49.819318661797126&lon=-97.13621073038664&radius=250&token=<token>

Example Canada (CA) API response

{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -97.137085,
                                49.819182
                            ],
                            [
                                -97.137085,
                                49.81918
                            ],
                            [
                                -97.137085,
                                49.8191785
                            ],
                            [
                                -97.1370715,
                                49.8190085
                            ],
                            [
                                -97.137058,
                                49.818836
                            ],
                            [
                                -97.1370495,
                                49.8187275
                            ],
                            [
                                -97.137051,
                                49.818699
                            ],
                            [
                                -97.1370535,
                                49.8186445
                            ],
                            [
                                -97.137062,
                                49.818476
                            ],
                            [
                                -97.1370635,
                                49.818451
                            ],
                            [
                                -97.1368875,
                                49.8185115
                            ],
                            [
                                -97.136726,
                                49.8185675
                            ],
                            [
                                -97.1365315,
                                49.818635
                            ],
                            [
                                -97.1363225,
                                49.818707
                            ],
                            [
                                -97.1359615,
                                49.818832
                            ],
                            [
                                -97.135758,
                                49.8189025
                            ],
                            [
                                -97.1352595,
                                49.819075
                            ],
                            [
                                -97.1354815,
                                49.819242
                            ],
                            [
                                -97.135925,
                                49.819575
                            ],
                            [
                                -97.1361735,
                                49.819762
                            ],
                            [
                                -97.136973,
                                49.8194855
                            ],
                            [
                                -97.137151,
                                49.819424
                            ],
                            [
                                -97.13715,
                                49.819422
                            ],
                            [
                                -97.137149,
                                49.81942
                            ],
                            [
                                -97.137148,
                                49.819418
                            ],
                            [
                                -97.1371475,
                                49.819416
                            ],
                            [
                                -97.1371465,
                                49.819414
                            ],
                            [
                                -97.1371455,
                                49.819412
                            ],
                            [
                                -97.1371305,
                                49.819376
                            ],
                            [
                                -97.137117,
                                49.819339
                            ],
                            [
                                -97.137106,
                                49.8193015
                            ],
                            [
                                -97.1370975,
                                49.819264
                            ],
                            [
                                -97.1370905,
                                49.8192265
                            ],
                            [
                                -97.137086,
                                49.8191885
                            ],
                            [
                                -97.1370855,
                                49.819187
                            ],
                            [
                                -97.1370855,
                                49.819185
                            ],
                            [
                                -97.1370855,
                                49.8191835
                            ],
                            [
                                -97.137085,
                                49.819182
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "330 River Road",
                    "path": "/ca/mb/division-no-11/winnipeg/52941",
                    "fields": {
                        "ogc_fid": 52941,
                        "admin0": "CA",
                        "geoid": "4611",
                        "parcelnumb": "8004749100",
                        "parcelnumb_no_formatting": "8004749100",
                        "usedesc": "PIEMA - MUSEUM/ART GALLERY",
                        "zoning": "R1M - RES - S F - MEDIUM",
                        "parvaltype": "ASSESSED",
                        "parval": 1966000.0,
                        "taxyear": "2024",
                        "address": "330 RIVER ROAD",
                        "saddno": "330",
                        "saddstr": "RIVER",
                        "saddsttyp": "ROAD",
                        "original_address": "{\"address\":\"330 RIVER ROAD\",\"saddno\":\"330\",\"saddstr\":\"RIVER\",\"saddsttyp\":\"ROAD\"}",
                        "admin1": "MB",
                        "admin2": "Division No. 11",
                        "admin2_slug": "division-no-11",
                        "admin3": "WINNIPEG",
                        "admin3_slug": "winnipeg",
                        "address_source": "county",
                        "neighborhood": "MINNETONKA",
                        "lat": "49.819141",
                        "lon": "-97.136371",
                        "ll_last_refresh": "2024-10-15",
                        "sourceurl": "http://www.winnipegassessment.com/asmtpub/english/propertydetails/CommercialDetails.aspx?pgLang=EN&isRealtySearch=true&RollNumber=08004749100",
                        "ll_gissqm": 10913.81275,
                        "ll_gisacre": 2.6968,
                        "ll_gissqft": 117475,
                        "path": "/ca/mb/division-no-11/winnipeg/52941",
                        "ll_uuid": "d6d09210-c3cf-4947-a4f7-8e1a78fee65e",
                        "ll_updated_at": "2024-10-15 09:35:50 -0400"
                    },
                    "score": 100.0,
                    "ll_uuid": "d6d09210-c3cf-4947-a4f7-8e1a78fee65e"
                },
                "id": 52941
            }
        ]
    }
}

Example European API request with Denmark (DK) as the example country

  • GET https://app.regrid.com/api/v2/parcels/point?lat=55.396302&lon=10.383892&radius=250&token=<token>

Example Europe API point response with Denmark (DK)

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              12.5652424,
              55.6856018
            ],
            [
              12.5676959,
              55.6862165
            ],
            [
              12.568756,
              55.6842357
            ],
            [
              12.5640611,
              55.6842955
            ],
            [
              12.5652424,
              55.6856018
            ]
          ]
        ]
      }
    }
  ]
}

Path

api/v2/parcels/?path=<path>

This endpoint will return parcels within a country's equivalent jurisdiction as admin1 , admin2 and, in the US or Canada's case, admin3 .

Example International Path API Request

Example Europe API path response with Denmark (DK)

{
  "parcels": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                12.4780185,
                56.0822375
              ],
              [
                12.4779365,
                56.0820075
              ],
              [
                12.478388,
                56.081957
              ],
              [
                12.478492,
                56.082184
              ],
              [
                12.4780185,
                56.0822375
              ]
            ]
          ]
        },
        "properties": {
          "headline": "120562,2fæ",
          "path": "/dk/84/hovedstaden//2027026",
          "fields": {
            "ogc_fid": 590390968,
            "admin0": "DK",
            "geoid": "84",
            "parcelnumb": "120562,2fæ",
            "parcelnumb_no_formatting": "1205622f",
            "alt_parcelnumb1": "2fæ",
            "admin1": "84",
            "admin2": "Hovedstaden",
            "lat": "56.082097",
            "lon": "12.478209",
            "ll_last_refresh": "2026-05-22",
            "ll_gissqm": 765.98696,
            "path": "/dk/84/hovedstaden//2027026",
            "ll_uuid": "b7f3769b-64c7-434a-9a63-cd89a89a6d9d",
            "ll_updated_at": "2026-05-14 10:15:53 -0400"
          },
          "ll_uuid": "b7f3769b-64c7-434a-9a63-cd89a89a6d9d"
        },
        "id": 590390968
      }
    ]
  }
}

Address

api/v2/parcels/address

This endpoint delivers parcel records using an address. Within the United States and Puerto Rico, there can be multiple locations with similar addresses, and therefore we suggest specifying the location within a State, County and/or City by using the path parameter.

For international requests, use the path parameter for the country's equivalent jurisdictions as admin1, admin2 and/or admin3.

HTTP API request general form

  • GET /api/v2/parcels/address?query=<address>&path=<path>&token=<token>

Query parameters

  • token: Your Regrid authorization token.
  • query: A street address or partial address, starting at the beginning
  • path: Represents the path for the '/us/state_id/county_slug' as defined by the Regrid Standard Schema. This restricts the search to this area.
  • limit: (optional) Default 20. Maximum number of Parcel Records to return. Max is 1000.
  • return_count: Set to true to enable count of parcels in query.
  • return_geometry: Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
  • 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.

Response fields

  • parcels: A GeoJSON Features Collection of Features, sorted by descending relevance rank, containing the matched Parcel Records. An empty results set with no error means no Parcel Records could be matched.

Example request

  • GET https://app.regrid.com/api/v2/parcels/address?query=440%20burroughs&path=/us/mi/wayne/detroit&limit=15&token=<token>
{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ],
                            [
                                -83.0732453652113,
                                42.3647767765094
                            ],
                            [
                                -83.0725988503963,
                                42.364985221084
                            ],
                            [
                                -83.0728299168503,
                                42.3653894282331
                            ],
                            [
                                -83.0733713700996,
                                42.3652143873895
                            ],
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "440 Burroughs St",
                    "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",
                        "struct": true,
                        "structno": 1,
                        "yearbuilt": 1926,
                        "structstyle": "Office Buildings",
                        "parvaltype": "ASSESSED",
                        "parval": 0.0,
                        "saleprice": 0.0,
                        "owner": "TECHONE DEVELOPMENT LLC",
                        "mailadd": "440 BURROUGHS",
                        "mail_city": "DETROIT",
                        "mail_state2": "MI",
                        "mail_zip": "48202",
                        "address": "440 BURROUGHS ST",
                        "homestead_exemption": "0",
                        "ll_address_count": 44,
                        "ll_bldg_footprint_sqft": 28713,
                        "ll_bldg_count": 1,
                        "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": "2024-01-04",
                        "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",
                        "fema_flood_zone": "X",
                        "fema_flood_zone_subtype": "AREA OF MINIMAL FLOOD HAZARD",
                        "fema_flood_zone_raw": "[{\"zone\":\"X\",\"subtype\":\"AREA OF MINIMAL FLOOD HAZARD\",\"percent\":100}]",
                        "fema_flood_zone_data_date": "2023-10-17",
                        "census_unified_school_district": "Detroit Public Schools Community District",
                        "zoning_type": "Planned",
                        "zoning_subtype": "Planned",
                        "zoning_code_link": "https://www.zoneomics.com/code/detroit-MI/chapter_11/#SD2",
                        "zoning_id": "10070643",
                        "saddno": "440",
                        "saddstr": "BURROUGHS",
                        "saddsttyp": "ST",
                        "scity": "DETROIT",
                        "original_address": "{\"address\":\"440 BURROUGHS\",\"szip\":\" \"}",
                        "city": "detroit",
                        "county": "wayne",
                        "state2": "MI",
                        "szip": "48202-3429",
                        "szip5": "48202",
                        "address_source": "county,census_places;cass",
                        "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",
                        "lat": "42.365083",
                        "lon": "-83.073037",
                        "qoz": "Yes",
                        "qoz_tract": "26163518900",
                        "census_tract": "26163533900",
                        "census_block": "261635339004021",
                        "census_blockgroup": "261635339004",
                        "census_zcta": "48202",
                        "ll_last_refresh": "2023-01-31",
                        "recrdareano": 142125,
                        "gisacre": 0.697,
                        "sqft": 30365.0,
                        "ll_gisacre": 0.69741,
                        "ll_gissqft": 30380,
                        "path": "/us/mi/wayne/detroit/364491",
                        "ll_stable_id": "preserved",
                        "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                        "ll_updated_at": "2024-02-06 13:03:55 -0500",
                        "ll_zoning_backup": "SD2",
                        "ll_zoning_description_backup": "Special Development District Mixed Use"
                    },
                    "context": {
                        "headline": "Detroit, MI",
                        "name": "Detroit, MI",
                        "path": "/us/mi/wayne/detroit",
                        "active": true
                    },
                    "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                    "score": 92.0
                },
                "id": 364491
            }
        ]
    }
}

Assessor Parcel Number (APN)

api/v2/parcels/apn

This endpoint delivers parcel records using the Assessor Parcel Number (APN) which is assigned to each parcel by the respective county. Multiple parcel records can be returned depending on the APN, therefore specify the location within a State, County and/or City (for international requests admin1, admin2 and/or admin3) by using the parameter path.

An APN is also known as a Parcel Identification Number (PIN).

HTTP API request general form

GET /api/v2/parcels/apn?parcelnumb=<pin>&token=<token>

Query parameters

  • token: Your Regrid authorization token.
  • parcelnumb: (required) The assessor's parcel number to look up. Non-alphanumeric characters will be removed when searching. Example: '26447580030140000'
  • path: Represents the path for the '/us/state_id/county_slug' as defined by the Regrid Standard Schema. This restricts the search to this area.
  • limit: (optional) Default 20. Maximum number of Parcel Records to return. Max is 1000.
  • return_count: Set to true to enable count of parcels in query.
  • return_geometry: Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
  • 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.

Response fields

  • parcels: A GeoJSON Features Collection of Features, sorted by descending relevance rank, containing the matched Parcel Records. An empty results set with no error means no Parcel Records could be matched.

Example request

GET https://app.regrid.com/api/v2/parcels/apn?parcelnumb=02001069-71&path=/us/mi/wayne/detroit&&limit=15&token=<token>

Example Result

{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -110.767615998928,
                                43.5816236366833
                            ],
                            [
                                -110.767318572024,
                                43.5816239628792
                            ],
                            [
                                -110.765029173062,
                                43.5816271051581
                            ],
                            [
                                -110.763865736208,
                                43.5816287432331
                            ],
                            [
                                -110.762378718872,
                                43.5816307559546
                            ],
                            [
                                -110.763103506888,
                                43.5824514021095
                            ],
                            [
                                -110.763331741628,
                                43.5835057303128
                            ],
                            [
                                -110.763328520668,
                                43.5835917593713
                            ],
                            [
                                -110.766361316984,
                                43.5835790531468
                            ],
                            [
                                -110.766368466386,
                                43.5835704780216
                            ],
                            [
                                -110.766376524311,
                                43.5835621443849
                            ],
                            [
                                -110.76638515297,
                                43.5835542188674
                            ],
                            [
                                -110.766394465888,
                                43.5835467282259
                            ],
                            [
                                -110.766404462757,
                                43.5835396450268
                            ],
                            [
                                -110.766414917452,
                                43.5835329980565
                            ],
                            [
                                -110.766425943812,
                                43.5835268415054
                            ],
                            [
                                -110.766437541525,
                                43.5835211479399
                            ],
                            [
                                -110.76644948602,
                                43.5835160833141
                            ],
                            [
                                -110.766461888653,
                                43.5835114823502
                            ],
                            [
                                -110.766474751596,
                                43.5835075370826
                            ],
                            [
                                -110.766487732717,
                                43.5835040300732
                            ],
                            [
                                -110.766501174768,
                                43.5835012336269
                            ],
                            [
                                -110.76651473655,
                                43.5834990126062
                            ],
                            [
                                -110.766528418682,
                                43.5834974218781
                            ],
                            [
                                -110.766542333142,
                                43.5834963510316
                            ],
                            [
                                -110.766556255357,
                                43.5834959660214
                            ],
                            [
                                -110.766570071182,
                                43.5834961852237
                            ],
                            [
                                -110.76658400798,
                                43.5834970895854
                            ],
                            [
                                -110.766597837456,
                                43.5834985158591
                            ],
                            [
                                -110.766611447637,
                                43.5835005744556
                            ],
                            [
                                -110.766624838833,
                                43.5835032928086
                            ],
                            [
                                -110.766637896586,
                                43.5835065618609
                            ],
                            [
                                -110.767615998928,
                                43.5816236366833
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "7085 Ryegrass Road",
                    "path": "/us/wy/teton/jackson-hole/348363",
                    "fields": {
                        "ogc_fid": 348363,
                        "geoid": "56039",
                        "parcelnumb": "22-42-16-21-4-02-001",
                        "parcelnumb_no_formatting": "22421621402001",
                        "tax_id": "02-001069",
                        "alt_parcelnumb1": "R0009806",
                        "alt_parcelnumb2": "02-001069",
                        "usedesc": "Res Vacant Land",
                        "struct": false,
                        "parvaltype": "TOTAL",
                        "landval": 4068000.0,
                        "parval": 4068000.0,
                        "taxyear": "2022",
                        "owner": "7085 RYEGRASS ROAD LLC",
                        "mailadd": "PO BOX 8785",
                        "mail_city": "WY",
                        "mail_state2": "WY",
                        "mail_zip": "83002-8785",
                        "address": "7085 RYEGRASS ROAD",
                        "ll_address_count": 0,
                        "ll_bldg_footprint_sqft": 6527,
                        "ll_bldg_count": 3,
                        "cdl_raw": "[[152, 91.6], [121, 8.4]]",
                        "cdl_majority_category": "Shrubland",
                        "cdl_majority_percent": 91.6,
                        "cdl_date": "2022",
                        "dpv_status": "N",
                        "dpv_notes": "A1",
                        "cass_errorno": "3.1,14.1,A1",
                        "usps_vacancy_date": "2024-01-04",
                        "lbcs_activity": 1900.0,
                        "lbcs_activity_desc": "Residential vacant land",
                        "lbcs_site": 1000.0,
                        "lbcs_site_desc": "Site in natural state",
                        "fema_flood_zone": "X",
                        "fema_flood_zone_subtype": "AREA OF MINIMAL FLOOD HAZARD",
                        "fema_flood_zone_raw": "[{\"zone\":\"X\",\"subtype\":\"AREA OF MINIMAL FLOOD HAZARD\",\"percent\":100}]",
                        "fema_flood_zone_data_date": "2023-10-17",
                        "census_unified_school_district": "Teton County School District 1",
                        "saddno": "7085",
                        "saddstr": "RYEGRASS RD",
                        "scity": "JACKSON",
                        "original_address": "{\"address\":\"7085 RYEGRASS ROAD\",\"saddno\":\"7085\"}",
                        "city": "jackson-hole",
                        "county": "teton",
                        "state2": "WY",
                        "szip": "83001",
                        "szip5": "83001",
                        "address_source": "county;cass",
                        "legaldesc": "LOT 9, BAR-B-BAR MEADOWS SUBDIVISION",
                        "lot": "9",
                        "lat": "43.582527",
                        "lon": "-110.765062",
                        "qoz": "No",
                        "census_tract": "56039967602",
                        "census_block": "560399676023008",
                        "census_blockgroup": "560399676023",
                        "census_zcta": "83001",
                        "ll_last_refresh": "2023-01-31",
                        "gisacre": 17.7003317576621,
                        "ll_gisacre": 17.6816,
                        "ll_gissqft": 770227,
                        "path": "/us/wy/teton/jackson-hole/348363",
                        "ll_stable_id": "preserved",
                        "ll_uuid": "6d43a087-e6d0-4b56-ac16-9d61f5bc8337",
                        "ll_updated_at": "2024-01-22 08:21:35 -0500"
                    },
                    "context": {
                        "headline": "Jackson Hole, WY",
                        "name": "Jackson Hole, WY",
                        "path": "/us/wy/teton/jackson-hole",
                        "active": true
                    },
                    "ll_uuid": "6d43a087-e6d0-4b56-ac16-9d61f5bc8337",
                    "score": 48.3333
                },
                "id": 348363
            }
        ]
    }
}

Owner Name

api/v2/parcels/owner

This endpoint delivers parcel records using the owner name, either an individual or entity. Multiple parcel records can be returned, so limit the response by using parameter limit and specify the location within a State, County and/or City using the parameter path.

These matches are based on the start of the name string. For example, if you are looking for a parcel owned by "Jones, Festus", you can search by "jon", "jone", "jones", etc. Searching for "fest", "festus", etc. will not match the parcel.

📘

This endpoint is not available outside the United States.

HTTP API request general form

GET /api/v2/parcels/owner?owner=<name>&path=<path>&token=<token>

Query parameters

  • token: Your Regrid authorization token.
  • owner: The owner name in Last, First format. Matches by prefix, you can pass just a last name to get any name beginning with that string. (Case insensitive, minimum 4 characters, required)
  • path: Represents the path for the '/us/state_id/county_slug' as defined by the Regrid Standard Schema. This restricts the search to this area.
  • limit: (optional) Default 20. Maximum number of Parcel Records to return. Max is 1000.
  • return_count: Set to true to enable count of parcels in query.
  • return_geometry: Default true. Features are returned without geometry values. This reduces the payload size significantly if only field data is required.
  • 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.

Response fields

  • parcels: A GeoJSON Features Collection of Features, sorted by descending relevance rank, containing the matched Parcel Records. An empty results set with no error means no Parcel Records could be matched.

Example API request

GET https://app.regrid.com/api/v2/?owner=techone%20development&path=/us/mi/wayne/detroit&limit=15&token=<token>

Example Result

{
    "parcels": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ],
                            [
                                -83.0732453652113,
                                42.3647767765094
                            ],
                            [
                                -83.0725988503963,
                                42.364985221084
                            ],
                            [
                                -83.0728299168503,
                                42.3653894282331
                            ],
                            [
                                -83.0733713700996,
                                42.3652143873895
                            ],
                            [
                                -83.0734727315047,
                                42.3651818518358
                            ]
                        ]
                    ]
                },
                "properties": {
                    "headline": "440 Burroughs St",
                    "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",
                        "struct": true,
                        "structno": 1,
                        "yearbuilt": 1926,
                        "structstyle": "Office Buildings",
                        "parvaltype": "ASSESSED",
                        "parval": 0.0,
                        "saleprice": 0.0,
                        "owner": "TECHONE DEVELOPMENT LLC",
                        "mailadd": "440 BURROUGHS",
                        "mail_city": "DETROIT",
                        "mail_state2": "MI",
                        "mail_zip": "48202",
                        "address": "440 BURROUGHS ST",
                        "homestead_exemption": "0",
                        "ll_address_count": 44,
                        "ll_bldg_footprint_sqft": 28713,
                        "ll_bldg_count": 1,
                        "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": "2024-01-04",
                        "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",
                        "fema_flood_zone": "X",
                        "fema_flood_zone_subtype": "AREA OF MINIMAL FLOOD HAZARD",
                        "fema_flood_zone_raw": "[{\"zone\":\"X\",\"subtype\":\"AREA OF MINIMAL FLOOD HAZARD\",\"percent\":100}]",
                        "fema_flood_zone_data_date": "2023-10-17",
                        "census_unified_school_district": "Detroit Public Schools Community District",
                        "zoning_type": "Planned",
                        "zoning_subtype": "Planned",
                        "zoning_code_link": "https://www.zoneomics.com/code/detroit-MI/chapter_11/#SD2",
                        "zoning_id": "10070643",
                        "saddno": "440",
                        "saddstr": "BURROUGHS",
                        "saddsttyp": "ST",
                        "scity": "DETROIT",
                        "original_address": "{\"address\":\"440 BURROUGHS\",\"szip\":\" \"}",
                        "city": "detroit",
                        "county": "wayne",
                        "state2": "MI",
                        "szip": "48202-3429",
                        "szip5": "48202",
                        "address_source": "county,census_places;cass",
                        "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",
                        "lat": "42.365083",
                        "lon": "-83.073037",
                        "qoz": "Yes",
                        "qoz_tract": "26163518900",
                        "census_tract": "26163533900",
                        "census_block": "261635339004021",
                        "census_blockgroup": "261635339004",
                        "census_zcta": "48202",
                        "ll_last_refresh": "2023-01-31",
                        "recrdareano": 142125,
                        "gisacre": 0.697,
                        "sqft": 30365.0,
                        "ll_gisacre": 0.69741,
                        "ll_gissqft": 30380,
                        "path": "/us/mi/wayne/detroit/364491",
                        "ll_stable_id": "preserved",
                        "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                        "ll_updated_at": "2024-02-06 13:03:55 -0500",
                        "ll_zoning_backup": "SD2",
                        "ll_zoning_description_backup": "Special Development District Mixed Use"
                    },
                    "context": {
                        "headline": "Detroit, MI",
                        "name": "Detroit, MI",
                        "path": "/us/mi/wayne/detroit",
                        "active": true
                    },
                    "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                    "score": 90.0
                },
                "id": 364491
            }
        ]
    }
}


Did this page help you?