location_id. Returns the full location object including type, code, name, and property count.path location_idstringrequired"loc_county_48201", "loc_city_48106", "loc_zip_code_90210", "loc_state_FL").data object. The shape depends on the location type. See List Locations for the full field reference.12curl "https://api.v2.dealmachine.com/v1/locations/loc_county_48201" \ -H "Authorization: Bearer dm_sk_live_xxx"
1234567891011{ "data": { "location_id": "loc_county_48201", "type": "county", "code": "48201", "name": "Harris County", "state": "TX", "state_name": "Texas", "property_count": 1842305 } }