facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where license_type = "Class R - Research Facility" and site_state = "West Virginia" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: site_city, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 54-R-0008 | 321496 | Carver Career Center | CARVER CAREER CENTER | CHARLESTON | West Virginia | 25306 | Class R - Research Facility | 2025-02-27 | ||||
| 54-R-0004 | 279 | Marshall University | COLLEGE OF SCIENCE | HUNTINGTON | West Virginia | 25775 | Class R - Research Facility | 2025-07-09 | ||||
| 54-R-0009 | 332788 | Mountwest Community and Technical College | MOUNTWEST COMMUNITY AND TECHNICAL COLLEGE | HUNTINGTON | West Virginia | 25701 | Class R - Research Facility | 2025-09-09 | ||||
| 54-R-0003 | 278 | Pierpont Community Technical College | PIERPONT COMMUNITY TECHNICAL COLLEGE | Clarksburg | West Virginia | 26301 | Class R - Research Facility | 2025-03-27 | ||||
| 54-R-0002 | 277 | W V SCHOOL OF OSTEOPATHIC MEDICINE | WV SCHOOL OF OSTEOPATHIC MEDICINE | LEWISBURG | West Virginia | 24901 | Class R - Research Facility | 2018-11-13 | ||||
| 54-R-0001 | 276 | WEST Virginia University | HEALTH SCIENCE CENTER | MORGANTOWN | West Virginia | 26506 | Class R - Research Facility | 2025-11-20 | ||||
| 54-R-0010 | 2280 | West Virginia Division of Natural Resources | All Creatures Great and Small Veterinary Clinic | Elkins | West Virginia | 26241 | Class R - Research Facility | 2024-07-16 |
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);