facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
20 rows where license_type = "Class R - Research Facility" and site_state = "Connecticut" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: customer_number, legal_name, site_city, site_zip, last_seen_date (date)
| cert_number | customer_number | legal_name ▼ | dba_name | site_name | site_address | site_city | site_state | site_zip | license_type | status | first_seen_date | last_seen_date |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16-R-0059 | 6023078 | Bexorg Inc | Bexorg, Inc. | New Haven | Connecticut | 06519 | Class R - Research Facility | 2025-05-12 | ||||
| 16-R-0029 | 55 | Boehringer Ingelheim Pharmaceuticals Inc | BOEHRINGER INGELHEIM RESRCH. & DEVELOP. | RIDGEFIELD | Connecticut | 06877 | Class R - Research Facility | 2025-03-26 | ||||
| 16-R-0017 | 39 | Connecticut College | ANIMAL BEHAVIOR LABORATORY | NEW LONDON | Connecticut | 06320 | Class R - Research Facility | 2025-11-21 | ||||
| 16-R-0058 | 6019033 | Connecticut State Community College | Connecticut State Community College | Winsted | Connecticut | 06098 | Class R - Research Facility | 2025-11-19 | ||||
| 16-R-0049 | 41906 | Covidien LP | COVIDIEN L P | NORTH HAVEN | Connecticut | 06573 | Class R - Research Facility | 2025-02-07 | ||||
| 16-R-0051 | 322034 | Fairfield University | FAIRFIELD UNIVERSITY | FAIRFIELD | Connecticut | 06824 | Class R - Research Facility | 2025-12-10 | ||||
| 16-R-0007 | 51 | Hartford Hospital | ANIMAL RESEARCH FACILITY | HARTFORD | Connecticut | 06102 | Class R - Research Facility | 2025-12-01 | ||||
| 16-R-0057 | 50 | John B. Pierce Laboratory | JOHN P PIERCE LABORATORY | NEW HAVEN | Connecticut | 06519 | Class R - Research Facility | 2024-02-05 | ||||
| 16-R-0054 | 330567 | MIDDLESEX COMMUNITY COLLEGE | MIDDLESEX COMMUNITY COLLEGE | MIDDLETOWN | Connecticut | 06457 | Class R - Research Facility | 2022-10-13 | ||||
| 16-R-0040 | 10301 | Northwestern CT Community College | NORTHWESTERN CT COMMUNITY COLLEGE | WINSTED | Connecticut | 06098 | Class R - Research Facility | 2022-10-19 | ||||
| 16-R-0055 | 331921 | Norwalk Community College | NORWALK COMMUNITY COLLEGE | NORWALK | Connecticut | 06854 | Class R - Research Facility | 2023-02-14 | ||||
| 16-R-0060 | 46 | Quinnipiac University | Quinnipiac University | Hamden | Connecticut | 06518 | Class R - Research Facility | 2025-04-03 | ||||
| 16-R-0026 | 46 | Quinnipiac University | QUINNIPIAC UNIVERSITY | HAMDEN | Connecticut | 06518 | Class R - Research Facility | 2020-03-04 | ||||
| 16-R-0031 | 56 | Sea Research Foundation, Inc | SEA RESEARCH FOUNDATION | MYSTIC | Connecticut | 06355 | Class R - Research Facility | 2024-12-02 | ||||
| 16-R-0015 | 812 | TRINITY COLLEGE | TRINITY COLLEGE | HARTFORD | Connecticut | 06106 | Class R - Research Facility | 2016-10-27 | ||||
| 16-R-0039 | 61 | The CT Agriculture Experiment Station | SLATE BLDG & BRITTON BLDG | NEW HAVEN | Connecticut | 06504 | Class R - Research Facility | 2025-08-15 | ||||
| 16-R-0025 | 44 | UCONN Health Center | CENTER FOR COMPARATIVE MEDICINE | FARMINGTON | Connecticut | 06032 | Class R - Research Facility | 2025-12-30 | ||||
| 16-R-0008 | 52 | University of Connecticut | University of Connecticut | Storrs | Connecticut | 06269 | Class R - Research Facility | 2025-02-05 | ||||
| 16-R-0056 | 6016037 | Wesleyan University | Wesleyan University | Middletown | Connecticut | 06459 | Class R - Research Facility | 2025-02-13 | ||||
| 16-R-0001 | 48 | Yale University | YALE UNIVERSITY | NEW HAVEN | Connecticut | 06510 | Class R - Research Facility | 2025-06-09 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE facilities (
cert_number TEXT PRIMARY KEY,
customer_number TEXT,
legal_name TEXT,
dba_name TEXT,
site_name TEXT,
site_address TEXT,
site_city TEXT,
site_state TEXT,
site_zip TEXT,
license_type TEXT,
status TEXT,
first_seen_date TEXT,
last_seen_date TEXT
);
CREATE INDEX idx_facilities_state ON facilities(site_state);
CREATE INDEX idx_facilities_type ON facilities(license_type);
CREATE INDEX idx_facilities_name ON facilities(legal_name);