2 counties indexed. ArcGIS FeatureServer and MapServer URLs, with supported search fields per layer.
| County | Endpoints | Searchable fields | Status | Action |
|---|---|---|---|---|
| Montgomery County | 1 | Tax Account Number · Owner Name · Owner Name 2 +5 | LIVE | OPEN |
| Prince George's County | 1 | Account Number · Property ID · Owner Name +7 | LIVE | OPEN |
2 Maryland counties are indexed in the UrbanKit atlas with verified public REST endpoints: Montgomery and Prince George's. Each exposes an owner-name field you can search directly on the public layer.
Montgomery and Prince George's expose an owner-name field on the public REST layer. Montgomery, for example, uses the OWNERS_NAME field — a case-insensitive search is ?where=UPPER(OWNERS_NAME)%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.
Montgomery publishes parcels at https://mcmaps.org/server11/rest/services/Overlays/MCAtlas_Property_Points/FeatureServer/0 — a FeatureServer (layer 0). It indexes by Tax Account Number, Owner Name, Owner Name 2, and Site House Number. Owner-name search: UPPER(OWNERS_NAME) LIKE UPPER('%25SMITH%25').
Both. Maryland uses a mix: Montgomery publish ArcGIS FeatureServer layers, while Prince George's 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.