1 county indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
| County | Endpoints | Searchable fields | Status | Action |
|---|---|---|---|---|
| New Castle County | 1 | Parcel ID (APN) · Owner Last Name / Contact · Property Address | LIVE | OPEN |
1 Delaware county is indexed in the UrbanKit atlas with a verified public REST endpoint: New Castle. It exposes an owner-name field you can search directly on the public layer.
New Castle expose an owner-name field on the public REST layer. New Castle, for example, uses the CNTCTLAST field — a case-insensitive search is ?where=UPPER(CNTCTLAST)%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.
New Castle publishes parcels at https://gis.nccde.org/entserver/rest/services/Foundation/Base_Layers/MapServer/0 — a MapServer (layer 0). It indexes by Parcel ID (APN), Owner Last Name / Contact, and Property Address. Owner-name search: UPPER(CNTCTLAST) LIKE UPPER('%25SMITH%25').
Listing missing or moved? Tell us — we verify and update weekly.