Area Geometry Search

api/v2/parcels/area

Search for parcel records in a specific geographical area. Accepted formats vary from GeoJSON Feature Collection of geometries (Polygon, MultiPolygon, Point, MultiPoint, LineString and/or MultiLineString), or a Feature with a GeoJSON geometry or a direct GeoJSON geometry. The parameter geojson takes priority if lat/lon is used in the same request. These parameters also accept an optional radius parameter in meters to create a buffer around the given geometries.

📘
  • When adding a radius, the requested area is increased, potentially exceeding the maximum allowable size for a single request.
    • This endpoint shares all parameters as Query by Fields except the fields parameter.

HTTP API request

POST or GET /api/v2/area

Query parameters

  • token: Your Regrid authorization token.
  • geojson: A GeoJSON object with at least one geometry to filter results. The geometries can be no larger than 80 sq miles. If both geojson and lat-lon are present, geojson takes precedence. Accepted GeoJSON formats are: FeatureCollection, Feature or geometry. Supported geometries: Polygon, MultiPolygon, Point, MultiPoint, LineString and MultiLineString. Variations of geometry types are allowed in a FeatureCollection.
  • 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.
  • 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.
  • area: Total area of the searched polygon (in acres, sq_meters, and sq_miles).
  • count: Total number of parcel records within the geometry(ies), if return_count is true.

Example Request

POST /api/v2/area

  {
    "token": "my_token",
    "geojson": {"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-83.074472,42.365423],[-83.073946,42.364478],[-83.071878,42.365108],[-83.072403,42.366061],[-83.074472,42.365423]]]}},
    "limit": 5,
    "page": 1
  }

Example Response

{
    "area": {
        "sq_meters": 20976.7758,
        "acres": 5.1835,
        "sq_miles": 0.0081
    },
    "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
                    },
                    "addresses": [
                        {
                            "a_id": "83858034",
                            "a_address": "440 Burroughs St Ste 100",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 100",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00126",
                            "a_usps_elotseq": "0054",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "25",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858035",
                            "a_address": "440 Burroughs St Ste 103",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 103",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00129",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "28",
                            "a_dp_check": "7",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858036",
                            "a_address": "440 Burroughs St Ste 104",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 104",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00130",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "29",
                            "a_dp_check": "6",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858037",
                            "a_address": "440 Burroughs St Ste 105",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 105",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00131",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "30",
                            "a_dp_check": "4",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858038",
                            "a_address": "440 Burroughs St Ste 106",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 106",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00132",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "31",
                            "a_dp_check": "3",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858039",
                            "a_address": "440 Burroughs St Ste 109",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 109",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00135",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "34",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858040",
                            "a_address": "440 Burroughs St Ste 137",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 137",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00159",
                            "a_usps_elotseq": "0067",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "37",
                            "a_dp_check": "7",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858041",
                            "a_address": "440 Burroughs St Ste 120",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 120",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00144",
                            "a_usps_elotseq": "0062",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "45",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858042",
                            "a_address": "440 Burroughs St Ste 340",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 340",
                            "a_szip5": "48202",
                            "a_szip": "48202-3429",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00162",
                            "a_usps_elotseq": "0053",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "S",
                            "a_dpv_footnotes": "AAC1",
                            "a_dp_digits": "99",
                            "a_dp_check": "8",
                            "a_default_match": "1",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "Y",
                            "a_error_code": "96",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858048",
                            "a_address": "440 Burroughs St Ste 501",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 501",
                            "a_szip5": "48202",
                            "a_szip": "48202-3436",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00162",
                            "a_usps_elotseq": "0094",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "26",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858049",
                            "a_address": "440 Burroughs St Ste 512",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 512",
                            "a_szip5": "48202",
                            "a_szip": "48202-3436",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00163",
                            "a_usps_elotseq": "0094",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "37",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858085",
                            "a_address": "440 Burroughs St Ste 125",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 125",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00148",
                            "a_usps_elotseq": "0064",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "25",
                            "a_dp_check": "7",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858086",
                            "a_address": "440 Burroughs St Ste 101",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 101",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00127",
                            "a_usps_elotseq": "0055",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "26",
                            "a_dp_check": "6",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858087",
                            "a_address": "440 Burroughs St Ste 102",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 102",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00128",
                            "a_usps_elotseq": "0055",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "27",
                            "a_dp_check": "5",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858088",
                            "a_address": "440 Burroughs St Ste 131",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 131",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00154",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "31",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858089",
                            "a_address": "440 Burroughs St Ste 135",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 135",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00157",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "35",
                            "a_dp_check": "6",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858090",
                            "a_address": "440 Burroughs St Ste 136",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 136",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00158",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "36",
                            "a_dp_check": "5",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858091",
                            "a_address": "440 Burroughs St Ste 112",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 112",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00136",
                            "a_usps_elotseq": "0057",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "37",
                            "a_dp_check": "4",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858092",
                            "a_address": "440 Burroughs St Ste 513",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 513",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00164",
                            "a_usps_elotseq": "0095",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "38",
                            "a_dp_check": "3",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858093",
                            "a_address": "440 Burroughs St Ste 139",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 139",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00160",
                            "a_usps_elotseq": "0069",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "39",
                            "a_dp_check": "2",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858094",
                            "a_address": "440 Burroughs St Ste 516",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 516",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00166",
                            "a_usps_elotseq": "0097",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "41",
                            "a_dp_check": "9",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858095",
                            "a_address": "440 Burroughs St Ste 119",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 119",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00143",
                            "a_usps_elotseq": "0061",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "44",
                            "a_dp_check": "6",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858096",
                            "a_address": "440 Burroughs St Ste 121",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 121",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00145",
                            "a_usps_elotseq": "0063",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "46",
                            "a_dp_check": "4",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "83858131",
                            "a_address": "440 Burroughs St Ste 514",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 514",
                            "a_szip5": "48202",
                            "a_szip": "48202-3456",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00165",
                            "a_usps_elotseq": "0096",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "39",
                            "a_dp_check": "4",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "180777314",
                            "a_address": "440 Burroughs St Ste 115",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 115",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00139",
                            "a_usps_elotseq": "0059",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "40",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "180777315",
                            "a_address": "440 Burroughs St Ste 130",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 130",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00153",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "30",
                            "a_dp_check": "1",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "180813017",
                            "a_address": "440 Burroughs St Ste 123",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 123",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00146",
                            "a_usps_elotseq": "0063",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "48",
                            "a_dp_check": "2",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "180813018",
                            "a_address": "440 Burroughs St Ste 124",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 124",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00147",
                            "a_usps_elotseq": "0063",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "49",
                            "a_dp_check": "1",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "180813019",
                            "a_address": "440 Burroughs St Ste 164",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 164",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00161",
                            "a_usps_elotseq": "0073",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "39",
                            "a_dp_check": "5",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "181532623",
                            "a_address": "440 Burroughs St Ste 134",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 134",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00158",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "S",
                            "a_dpv_footnotes": "AAC1",
                            "a_dp_digits": "34",
                            "a_dp_check": "7",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "Y",
                            "a_error_code": "96",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192466325",
                            "a_address": "440 Burroughs St Ste 107",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 107",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00133",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "32",
                            "a_dp_check": "2",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "Y",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192466373",
                            "a_address": "440 Burroughs St Ste 126",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 126",
                            "a_szip5": "48202",
                            "a_szip": "48202-3499",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00149",
                            "a_usps_elotseq": "0065",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "26",
                            "a_dp_check": "1",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192466374",
                            "a_address": "440 Burroughs St Ste 127",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 127",
                            "a_szip5": "48202",
                            "a_szip": "48202-3499",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00150",
                            "a_usps_elotseq": "0065",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "27",
                            "a_dp_check": "0",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192466375",
                            "a_address": "440 Burroughs St Ste 128",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 128",
                            "a_szip5": "48202",
                            "a_szip": "48202-3499",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00151",
                            "a_usps_elotseq": "0065",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "28",
                            "a_dp_check": "9",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192468505",
                            "a_address": "440 Burroughs St Ste 117",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 117",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00141",
                            "a_usps_elotseq": "0061",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "42",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192468506",
                            "a_address": "440 Burroughs St Ste 118",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 118",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00142",
                            "a_usps_elotseq": "0061",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "43",
                            "a_dp_check": "7",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192468507",
                            "a_address": "440 Burroughs St Ste 129",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 129",
                            "a_szip5": "48202",
                            "a_szip": "48202-3499",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00152",
                            "a_usps_elotseq": "0065",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "29",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192468508",
                            "a_address": "440 Burroughs St Ste 132",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 132",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00155",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "32",
                            "a_dp_check": "9",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192469523",
                            "a_address": "440 Burroughs St Ste 114",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 114",
                            "a_szip5": "48202",
                            "a_szip": "48202-3494",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00138",
                            "a_usps_elotseq": "0058",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "39",
                            "a_dp_check": "2",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192469524",
                            "a_address": "440 Burroughs St Ste 116",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 116",
                            "a_szip5": "48202",
                            "a_szip": "48202-3499",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00140",
                            "a_usps_elotseq": "0060",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "41",
                            "a_dp_check": "4",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192773200",
                            "a_address": "440 Burroughs St Ste 108",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 108",
                            "a_szip5": "48202",
                            "a_szip": "48202-3428",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00134",
                            "a_usps_elotseq": "0056",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "33",
                            "a_dp_check": "1",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192773201",
                            "a_address": "440 Burroughs St Ste 113",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 113",
                            "a_szip5": "48202",
                            "a_szip": "48202-3494",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00137",
                            "a_usps_elotseq": "0058",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "38",
                            "a_dp_check": "3",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "192773202",
                            "a_address": "440 Burroughs St Ste 133",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 133",
                            "a_szip5": "48202",
                            "a_szip": "48202-3449",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00156",
                            "a_usps_elotseq": "0066",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "33",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        },
                        {
                            "a_id": "193876070",
                            "a_address": "440 Burroughs St Ste 646",
                            "a_saddno": "440",
                            "a_saddpref": null,
                            "a_saddstr": "Burroughs",
                            "a_saddsttyp": "St",
                            "a_saddstsuf": null,
                            "a_sunit": "Ste 646",
                            "a_szip5": "48202",
                            "a_szip": "48202-3474",
                            "a_carte": "C042",
                            "a_crtype": "C",
                            "a_scity": "Detroit",
                            "a_state2": "MI",
                            "a_county": "WAYNE",
                            "a_delvseqno": "00167",
                            "a_usps_elotseq": "0101",
                            "a_usps_elotsort": "A",
                            "a_resbus": "R",
                            "a_dpv_confirm": "Y",
                            "a_dpv_footnotes": "AABB",
                            "a_dp_digits": "71",
                            "a_dp_check": "8",
                            "a_default_match": "0",
                            "a_lacsflag": "0",
                            "a_usps_vacancy": "N",
                            "a_nostats": "N",
                            "a_error_code": "0",
                            "a_dpv_type": "H",
                            "a_geocodetype": "PC",
                            "a_moddate": "Mar 18 2026 12:00AM",
                            "a_census_blockgroup": "261635339004",
                            "a_lat": "42.365083",
                            "a_lon": "-83.073037",
                            "a_geoid": "26163",
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                        }
                    ],
                    "enhanced_ownership": [
                        {
                            "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b",
                            "attom_id": "172951656",
                            "eo_geoid": "26163",
                            "eo_last_refresh": "2023-10-10",
                            "eo_owner": "TECHONE HOLDING CORP",
                            "eo_ownerfirst": null,
                            "eo_ownermiddle": null,
                            "eo_ownerlast": "TECHONE HOLDING CORP",
                            "eo_ownersuffix": null,
                            "eo_owner2": null,
                            "eo_owner2first": null,
                            "eo_owner2middle": null,
                            "eo_owner2last": null,
                            "eo_owner2suffix": null,
                            "eo_owner3": null,
                            "eo_owner3first": null,
                            "eo_owner3middle": null,
                            "eo_owner3suffix": null,
                            "eo_owner3last": null,
                            "eo_owner4": null,
                            "eo_owner4first": null,
                            "eo_owner4middle": null,
                            "eo_owner4last": null,
                            "eo_owner4suffix": null,
                            "eo_mail_county": "WAYNE",
                            "eo_mail_geoid": "26163",
                            "eo_mail_address": "440 BURROUGHS ST",
                            "eo_mail_addno": "440",
                            "eo_mail_addpref": null,
                            "eo_mail_addstr": "BURROUGHS",
                            "eo_mail_addstsuf": "ST",
                            "eo_mail_adddir": null,
                            "eo_mail_unitpref": null,
                            "eo_mail_unit": null,
                            "eo_mail_city": "DETROIT",
                            "eo_mail_state2": "MI",
                            "eo_mail_zip": "48202",
                            "eo_mail_zip4": "3429",
                            "eo_mail_carte": "C042",
                            "eo_mail_addressinfoformat": "H",
                            "eo_deedowner": "TECHONE HOLDING CORP",
                            "eo_deedownerfirst": null,
                            "eo_deedownermiddle": null,
                            "eo_deedownerlast": "TECHONE HOLDING CORP",
                            "eo_deedownersuffix": null,
                            "eo_deedowner2": null,
                            "eo_deedowner2first": null,
                            "eo_deedowner2middle": null,
                            "eo_deedowner2last": null,
                            "eo_deedowner2suffix": null,
                            "eo_deedowner3": null,
                            "eo_deedowner3first": null,
                            "eo_deedowner3middle": null,
                            "eo_deedowner3last": null,
                            "eo_deedowner3suffix": null,
                            "eo_deedowner4": null,
                            "eo_deedowner4first": null,
                            "eo_deedowner4middle": null,
                            "eo_deedowner4last": null,
                            "eo_deedowner4suffix": null,
                            "ogc_fid": 74948040,
                            "eo_state2": "MI"
                        }
                    ],
                    "ll_uuid": "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                },
                "id": 161531552
            }
        ]
    },
    "buildings": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.0732425,
                                42.3647875
                            ],
                            [
                                -83.0726035,
                                42.364993
                            ],
                            [
                                -83.072817,
                                42.3653675
                            ],
                            [
                                -83.0734615,
                                42.3651625
                            ],
                            [
                                -83.0733955,
                                42.3650445
                            ],
                            [
                                -83.0732425,
                                42.3647875
                            ]
                        ]
                    ]
                },
                "properties": {
                    "ed_str_uuid": "4fa02e28-3054-4e41-be37-856dec7d4272",
                    "ed_bld_uuid": "32b0cef1-6fb4-4a4d-bdd0-a6a7ca990c1b",
                    "ed_bldg_footprint_sqft": 28099.2916757228,
                    "ed_geoid": "26163",
                    "ed_lat": 42.365103493,
                    "ed_lon": -83.0730473791955,
                    "ed_source_date": "07/30/2022",
                    "ed_source": "Aerial Imagery",
                    "ed_largest": null,
                    "ed_max_height": 76.0,
                    "ed_mean_height": 63.42,
                    "ed_max_object_height": 90.31,
                    "ed_lag": 629.91,
                    "ed_hag": 632.21,
                    "ed_mean_elevation": 631.05,
                    "ed_mean_slope": 24.0,
                    "ed_stories": 6.0,
                    "ed_gross_area": 168595.750054337,
                    "ed_volume": 1782057.07807434,
                    "ll_uuids": [
                        "16bc4f67-009a-496c-bd0a-9e9d55f5228b"
                    ]
                }
            }
        ]
    },
    "zoning": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "geometry": {
                    "type": "Polygon",
                    "coordinates": [
                        [
                            [
                                -83.0732475,
                                42.3647775
                            ],
                            [
                                -83.072047,
                                42.3651625
                            ],
                            [
                                -83.072507,
                                42.3659685
                            ],
                            [
                                -83.073712,
                                42.365588
                            ],
                            [
                                -83.0732475,
                                42.3647775
                            ]
                        ]
                    ]
                },
                "properties": {
                    "zoning_id": 15377831,
                    "zoning": "SD2",
                    "zoning_description": "Special Development District Mixed Use",
                    "zoning_type": "Mixed",
                    "zoning_subtype": "Mixed Use",
                    "zoning_objective": "The SD2 special development district encourages a mix of more intensive pedestrian and transit oriented uses compatible with neighborhood centers or major thoroughfares, promoting walkability, reducing parking requirements and encouraging shared parking",
                    "zoning_code_link": "https://www.zoneomics.com/code/detroit-MI",
                    "permitted_land_uses": {
                        "other": [
                            "multiple",
                            "accessory"
                        ],
                        "retail": [
                            "restricted retail",
                            "eating and drinking establishments",
                            "personal services",
                            "general retail",
                            "professional services"
                        ],
                        "lodging": [
                            "hotel/motel"
                        ],
                        "parking": [
                            "parking garage or lot"
                        ],
                        "community": [
                            "schools and universities",
                            "transportation facilities and infrastructure",
                            "medical",
                            "public, quasi-public, and government"
                        ],
                        "commercial": [
                            "automobile related uses",
                            "general commercial",
                            "entertainment",
                            "non-retail sales",
                            "professional office"
                        ],
                        "industrial": [
                            "storage and warehouses",
                            "manufacturing",
                            "equipment rental and repair services (excluding automobiles)",
                            "general industrial"
                        ],
                        "mechanical": [
                            "utility structures",
                            "communication towers"
                        ],
                        "agriculture": [
                            "agricultural and hunting"
                        ],
                        "residential": [
                            "communal housing",
                            "multi family dwelling",
                            "dwellings (unspecified)",
                            "multi family dwelling mixed use"
                        ]
                    },
                    "permitted_land_uses_as_of_right": "multi_family_permitted, industrial_uses_permitted",
                    "permitted_land_uses_conditional": "multi_family_permitted, industrial_uses_permitted, commercial_uses_permitted",
                    "min_lot_area_sq_ft": -5555.0,
                    "min_lot_width_ft": -5555.0,
                    "max_building_height_ft": -5555.0,
                    "max_far": -5555.0,
                    "min_front_setback_ft": -5555.0,
                    "min_rear_setback_ft": -5555.0,
                    "min_side_setback_ft": -5555.0,
                    "max_coverage_pct": -5555.0,
                    "max_impervious_coverage_pct": -9999.0,
                    "min_landscaped_space_pct": -9999.0,
                    "min_open_space_pct": -9999.0,
                    "max_density_du_per_acre": -9999.0,
                    "zoning_data_date": "2025-03-04",
                    "municipality_id": 195,
                    "municipality_name": "Detroit",
                    "geoid": "26163"
                },
                "id": 15377831
            }
        ]
    }
}


Did this page help you?