URBANKIT/STUDIO
    Sign inFREE TOOLS · NO SIGNUP
    URBANKIT/STUDIO · EST. 2026 · ONLINEFREE · BROWSER-ONLY · NO TELEMETRY · OPEN SOURCE
    ATLAS · COUNTY·IL·FIPS 17111

    McHenry County, IL
    parcel REST API.

    Public ArcGIS FeatureServer endpoint for McHenry County parcel data. URL, supported fields, and a working sample query — copy it, or open it directly in the UrbanKit parcel lookup tool.

    — Primary ArcGIS REST endpoint
    https://services1.arcgis.com/6iYC5AXXYapRVNzl/arcgis/rest/services/McHenry_County_TaxParcels/FeatureServer/0
    FeatureServer · LAYER 0 · MCHENRY COUNTY TAXPARCELS
    https://services1.arcgis.com/6iYC5AXXYapRVNzl/arcgis/rest/services/McHenry_County_TaxParcels/FeatureServer/0

    Searchable fields

    • ParcelNumberParcel Number
    • OwnerOwner
    • SiteAddressSite Address
    • SiteAddressCitySite Address City
    • MailToAddress1Mailing Address (line 1)

    Sample query (paste into terminal or browser)

    curl -s 'https://services1.arcgis.com/6iYC5AXXYapRVNzl/arcgis/rest/services/McHenry_County_TaxParcels/FeatureServer/0/query?where=UPPER(Owner)%20LIKE%20UPPER('%25SMITH%25')&outFields=ParcelNumber,Owner,SiteAddress,SiteAddressCity&returnGeometry=false&f=json&resultRecordCount=10'
    License
    open-data (terms)
    Last verified
    2026-05-15
    Status
    Live
    — Sample query
    https://services1.arcgis.com/6iYC5AXXYapRVNzl/arcgis/rest/services/McHenry_County_TaxParcels/FeatureServer/0/query?where=UPPER(Owner) LIKE UPPER('%SMITH%')&outFields=ParcelNumber,Owner,SiteAddress,SiteAddressCity&returnGeometry=false&f=json&resultRecordCount=10

    Open this URL in a browser tab to see the raw ArcGIS JSON response.

    — Searchable fields
    Searchable fields for McHenry County TaxParcels
    Field nameLabelSearchable
    ParcelNumberParcel Number YES
    OwnerOwner YES
    SiteAddressSite Address YES
    SiteAddressCitySite Address City YES
    MailToAddress1Mailing Address (line 1) YES
    PropertyClassProperty Class NO
    — Notes

    McHenry County (northernmost Illinois collar county, bordering Wisconsin; county seat Woodstock, pop. 315,000) includes Crystal Lake, Elgin (partial), and the Fox River corridor. The legacy on-prem server at mchenrycountygis.org/arcgis/rest/services/parcels/MapServer was firewalled (HTTP 403) in early 2026. The replacement is now hosted on the county's ArcGIS Online open-data hub at data-mchenrycountygis.opendata.arcgis.com, with the McHenry_County_TaxParcels FeatureServer (services1.arcgis.com/6iYC5AXXYapRVNzl) as the canonical public endpoint. The license is 'open-data', permitting unrestricted use. Roughly 150k parcels, 50+ fields including ParcelNumber, Owner (owner name, searchable via UPPER() LIKE), MailToAddress1, MailToAddress2, MailToCity, MailToState, MailToZip, SiteAddress, SiteAddressHouseNumber, SiteAddressStreetName, SiteAddressStreetType, SiteAddressSuffix, SiteAddressCity, SiteAddressZip, PropertyClass, TaxStatus, and taxing-district assignment fields (Library, ParkDistrict, FireDistrict, GradeSchoolDistrict, HighSchoolDistrict). Owner field exposes the legal owner name; MailToAddress reflects the billing addressee, which may differ for trusts and entities. The open-data hub at data-mchenrycountygis.opendata.arcgis.com has bulk download links for the same dataset.

    — Source

    McHenry County GIS — https://data-mchenrycountygis.opendata.arcgis.com/

    Using this endpoint

    What McHenry County publishes

    McHenry County's McHenry County TaxParcels layer exposes a parcel identifier (Parcel Number), owner names (Owner), and address fields (Site Address, Site Address City, Mailing Address (line 1)). Use it for owner-name lookups and address-based parcel searches. 5 of 6 listed fields accept queries; the rest are returned on read but not indexed for search. Served as an ArcGIS FeatureServer layer, so edits and applyEdits operations are technically exposed (read access only is published here); last verified 2026-05-15.

    Two paths from URL to result

    1. Open in Parcel Lookup — click the button on the endpoint card. The lookup tool loads the layer, auto-detects fields, and gives you a search box. No code, no API keys, just a browser.
    2. Query directly — append /query?where=…&outFields=*&f=jsonto the URL. The sample query above is a working example you can paste into a browser tab to see the raw JSON response.

    Why field names vary by county

    Counties publish parcel data through their own ArcGIS Server installations, each with its own schema. One county uses APN, another uses PIN, a third uses PARCEL_ID. Some expose owner names; others keep them on a separate assessor's portal. The searchable fields list above reflects what McHenry County actually publishes — not what you might expect from a national standard (there isn't one).

    For background, see What is an APN?

    What to do with the results

    • Generate a public-notice mailing list — pipe the parcel layer URL into Radius Notice to buffer around an address and select neighboring owners.
    • Print Avery 5160 labels — export the result CSV and drop it into CSV → Labels.
    • Pull individual parcel records — use Parcel Lookup directly to grab zoning, assessed value, and ownership for one property at a time.

    Quick FAQs

    This URL gives me a CORS error in my own app — what now?

    Many county servers allow public reads but block browser cross-origin requests. The UrbanKit parcel lookup tool fetches directly from your browser; if it works there, the layer is technically public. For your own integration, you may need a same-origin proxy or server-side fetch.

    The endpoint loaded last week and now returns 404. Did the URL change?

    Possibly — counties move services without warning. We re-verify entries weekly and flag stale ones. If you're seeing a fresh 404, please let us know and we'll update the listing.

    Are these endpoints free to query at scale?

    Most are. Public ArcGIS layers don't typically rate-limit individual reads, but heavy programmatic use can trigger throttling at the host level. Be respectful — query what you need.

    View all FAQs →

    — Continue