Public ArcGIS FeatureServer endpoint for Lower Connecticut River Valley Planning Region parcel data. URL, supported fields, and a working sample query, copy it, or open it directly in the UrbanKit parcel lookup tool.
This page is the endpoint reference. If you came here to find a specific property, the Lower Connecticut River Valley Planning Region parcel search runs this same layer in your browser, no account and no API key.
Search Lower Connecticut River Valley Planning Region parcels →https://services3.arcgis.com/3FL1kr7L4LvwA2Kb/arcgis/rest/services/Connecticut_CAMA_and_Parcel_Layer_2024/FeatureServer/0Field by field, whether any endpoint we index for Lower Connecticut River Valley Planning Region answers it, and the evidence for each. We only call a field restricted when there is a stated reason we can cite. Everything else here is a fact about the services we index, not a claim about the law.
| Field | Status | Basis |
|---|---|---|
| APN | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Owner name | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Owner mailing address | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Site address | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Geometry | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Land use | Answered | Documented in a field list on an endpoint we index. Not every row is populated. |
| Zoning | Not published | No endpoint we index for this county documents this field, so a query cannot ask for it. That is a fact about the services we index, not a legal restriction, and not a statement that the county holds no such record. Where to request it. |
Parcel_IDParcel IDTown_NameTown Name (filter to Hartford-area towns, e.g. Hartford, West Hartford, East Hartford)OwnerOwner NameCo_OwnerCo-Owner NameMailing_AddressMailing AddressLocation_1Property Location / Addresscurl -s 'https://services3.arcgis.com/3FL1kr7L4LvwA2Kb/arcgis/rest/services/Connecticut_CAMA_and_Parcel_Layer_2024/FeatureServer/0/query?where=(Town_Name+IN+('Chester'%2C+'Clinton'%2C+'Cromwell'%2C+'Deep+River'%2C+'Durham'%2C+'East+Haddam'%2C+'East+Hampton'%2C+'Essex'%2C+'Haddam'%2C+'Killingworth'%2C+'Lyme'%2C+'Middlefield'%2C+'Middletown'%2C+'Old+Lyme'%2C+'Old+Saybrook'%2C+'Portland'%2C+'Westbrook'))+AND+UPPER(Owner)+LIKE+UPPER('%25SMITH%25')&outFields=Parcel_ID,Town_Name,Owner,Location_1,Assessed_Total&returnGeometry=false&f=json&resultRecordCount=10'https://services3.arcgis.com/3FL1kr7L4LvwA2Kb/arcgis/rest/services/Connecticut_CAMA_and_Parcel_Layer_2024/FeatureServer/0/query?where=(Town_Name+IN+('Chester',+'Clinton',+'Cromwell',+'Deep+River',+'Durham',+'East+Haddam',+'East+Hampton',+'Essex',+'Haddam',+'Killingworth',+'Lyme',+'Middlefield',+'Middletown',+'Old+Lyme',+'Old+Saybrook',+'Portland',+'Westbrook'))+AND+UPPER(Owner)+LIKE+UPPER('%SMITH%')&outFields=Parcel_ID,Town_Name,Owner,Location_1,Assessed_Total&returnGeometry=false&f=json&resultRecordCount=10Open this URL in a browser tab to see the raw ArcGIS JSON response.
| Field name | Label | Searchable |
|---|---|---|
| Parcel_ID | Parcel ID | YES |
| Town_Name | Town Name (filter to Hartford-area towns, e.g. Hartford, West Hartford, East Hartford) | YES |
| Owner | Owner Name | YES |
| Co_Owner | Co-Owner Name | YES |
| Mailing_Address | Mailing Address | YES |
| Mailing_City | Mailing City | NO |
| Mailing_State | Mailing State | NO |
| Location_1 | Property Location / Address | YES |
| Property_City | Property City | NO |
| Assessed_Total | Total Assessed Value | NO |
| Assessed_Land | Land Assessed Value | NO |
| Assessed_Building | Building Assessed Value | NO |
| Appraised_Land | Appraised Land Value | NO |
| Appraised_Building | Appraised Building Value | NO |
| Valuation_Year | Valuation Year | NO |
| Sale_Price | Sale Price | NO |
| Sale_Date | Sale Date | NO |
| State_Use | State Use Code | NO |
| State_Use_Description | Use Description | NO |
| Living_Area | Living Area (sq ft) | NO |
Connecticut has no counties as Census geography. The state replaced them with nine COG planning regions, and the Census geocoder answers a Chester address with 09130. The registry previously held retired county codes (09001/09003/09009), which findCountyByFips matches exactly, so every Connecticut address returned county-not-indexed. This entry is Lower Connecticut River Valley Planning Region, 17 towns and 83,000 parcels on the statewide CAMA layer. Scope is Town_Name IN (...) because the layer is town-based, not region-based; every town name was matched against the layer's own distinct values rather than derived from the Census spelling, which writes "Hartford town" where the layer writes "Hartford". The nine regions together cover all 1,290,196 parcels in the layer, so the partition is exact. Owner, mailing address and assessed values are populated statewide. ENDPOINT QUIRK, measured 2026-08-26: this service rejects a spatial query with resultRecordCount >= the number of matching features, answering "Cannot perform query. Invalid query parameters." Repeated 4x per case: a point with 3 parcels fails at resultRecordCount=3 and 25 but succeeds with the parameter omitted; a point with 4 parcels succeeds at 3 and fails at 25. Attribute searches that match more rows than the cap are unaffected, which is why the browser lookup tool works. Omit the parameter for point-in-polygon queries against this layer.
Connecticut Office of Policy and Management (OPM), GIS Data, https://portal.ct.gov/OPM/IGPP/Publications/GIS-Data
Lower Connecticut River Valley Planning Region's Connecticut_CAMA_and_Parcel_Layer layer exposes a parcel identifier (Parcel ID), owner names (Town Name (filter to Hartford-area towns, e.g. Hartford, West Hartford, East Hartford), Owner Name, Co-Owner Name), and address fields (Mailing Address, Property Location / Address). Use it for owner-name lookups and address-based parcel searches. 6 of 20 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-08-26.
/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.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 Lower Connecticut River Valley Planning Region actually publishes, not what you might expect from a national standard (there isn't one).
For background, see What is an APN?
services3.arcgis.com serves Lower Connecticut River Valley Planning Region, Connecticut parcels over public ArcGIS REST, but, like most county servers, it may not send the CORS headers a browser needs for a cross-origin fetch. If a direct browser call fails, the layer still works from curl, Postman, or a server-side script; the UrbanKit parcel lookup tool proxies the request, so a search that succeeds there confirms the layer is genuinely public.
We last verified Lower Connecticut River Valley Planning Region's FeatureServer layer on 2026-08-26. County GIS teams move services without notice, so if you hit a fresh 404, tell us and we'll re-check. Atlas entries are re-verified on a rolling basis.
Lower Connecticut River Valley Planning Region's layer is hosted on Esri ArcGIS Online. Public ArcGIS endpoints rarely rate-limit individual reads, but services3.arcgis.com can throttle heavy automated traffic at the host level. Page through results with resultOffset / resultRecordCount and request only the fields you need. There's no API key and no charge from the county.