Connecticut Vital Records — Index of Deaths, 1897-2001
<strong>Connecticut Vital Records — Index of Deaths, 1897-2001</strong>
This index allows researchers to find the name, place and date of death for individuals who died in Connecticut between 1897 through 2001. The information from this index can be used to request a copy of a death certificate from the <a href="https://portal.ct.gov/cities_and_towns/">Town/City Clerk of the municipality</a> listed in the search results. Order forms for vital records requests can be found at <a href="https://portal.ct.gov/dph/vital-records/applications-and-forms">this link</a>.
There is no guarantee that the information contained in the index is accurate and the State of Connecticut has no legal liability for any claims resulting from reliance on this information.
Use the search box to find names. Click the "filter" button in the column menus to do a more precise search. You can use full or partial spelling of names (partial spellings may yield more results —as many first name entries use only the first four or five letters of the name).
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"internal-ct-data-socrata/connecticut-vital-records-index-of-deaths-18972001-psf6-3vsu\".\"connecticut_vital_records_index_of_deaths_18972001\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.