4 counties indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
https://gisservice.mt.gov/arcgis/rest/services/msdi_cadastral_map_v1/MapServer/1https://gisservice.mt.gov/arcgis/rest/services/msdi_cadastral_map_v1/MapServer/1https://gisservice.mt.gov/arcgis/rest/services/msdi_cadastral_map_v1/MapServer/1https://gisservice.mt.gov/arcgis/rest/services/msdi_cadastral_map_v1/MapServer/1| County | Endpoints | Searchable fields | Registry listing | Action |
|---|---|---|---|---|
| Cascade County | 1 | Parcel ID · Owner Name · Property Address | LISTED LIVE | OPEN |
| Flathead County | 1 | Parcel ID · Owner Name · Property Address | LISTED LIVE | OPEN |
| Missoula County | 1 | Parcel ID · Owner Name · Property Address | LISTED LIVE | OPEN |
| Yellowstone County | 1 | Parcel ID · Owner Name · Property Address | LISTED LIVE | OPEN |
Each county links to its atlas entry, endpoint URL, searchable fields, and a sample query where one is published.
4 Montana counties are indexed in the UrbanKit atlas with verified public REST endpoints: Yellowstone, Missoula, Cascade, and Flathead. Each exposes an owner-name field you can search directly on the public layer.
Yellowstone, Missoula, Cascade, and Flathead expose an owner-name field on the public REST layer. Yellowstone, for example, uses the OwnerName field. A case-insensitive search is ?where=UPPER(OwnerName)%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.
Yellowstone publishes parcels at https://gisservice.mt.gov/arcgis/rest/services/msdi_cadastral_map_v1/MapServer/1, a MapServer (layer 1). It indexes by Parcel ID, Owner Name, and Property Address. Owner-name search: UPPER(OwnerName) LIKE UPPER('%25SMITH%25').
Montana's indexed counties (Yellowstone, Missoula, Cascade, and Flathead) publish county-hosted ArcGIS MapServer layers. MapServer supports the same /query operation for owner, parcel-ID, and address lookups as FeatureServer. For read-only parcel lookups the two are interchangeable.
Listing missing or moved? Tell us. A full four-shard sweep checks every endpoint every two hours, with degraded endpoints re-checked every 30 minutes.