2 counties indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
| County | Endpoints | Searchable fields | Status | Action |
|---|---|---|---|---|
| Kauai County | 1 | Owner Name · Tax Map Key (9-digit TMK / APN) · County TMK (8-digit) | LIVE | OPEN |
| Maui County | 1 | Owner Name · Tax Map Key (TMK / APN) · Tax Map Key (alternate) | LIVE | OPEN |
2 Hawaii counties are indexed in the UrbanKit atlas with verified public REST endpoints: Kauai and Maui. Each exposes an owner-name field you can search directly on the public layer.
Kauai and Maui expose an owner-name field on the public REST layer. Kauai, for example, uses the owner field — a case-insensitive search is ?where=UPPER(owner)%20LIKE%20UPPER('%25SMITH%25')&outFields=*&f=json. Open a county's page here for its full field list and a ready-to-run sample query.
Kauai publishes parcels at https://geodata.hawaii.gov/arcgis/rest/services/ParcelsZoning/MapServer/9 — a MapServer (layer 9). It indexes by Owner Name, Tax Map Key (9-digit TMK / APN), and County TMK (8-digit). Owner-name search: UPPER(owner) LIKE UPPER('%25SMITH%25').
Both. Hawaii uses a mix: Maui publish ArcGIS FeatureServer layers, while Kauai use MapServer. Both support /query, so the same owner, parcel-ID, and address lookups work against either.
Listing missing or moved? Tell us — we verify and update weekly.