facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where license_type = "Class R - Research Facility" and site_state = "Montana" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 81-R-0017 | 35519 | Corixa Corporation | CORIXA CORPORATION - MT | HAMILTON | Montana | 59840 | Class R - Research Facility | 2014-06-03 | ||||
| 81-R-0002 | 1069 | Montana State University | MONTANA STATE UNIVERSITY | BOZEMAN | Montana | 59717 | Class R - Research Facility | 2025-01-23 | ||||
| 81-R-0020 | 6010169 | Remote Medical Training Consultants, LLC | Remote Medical Training Consultants, LLC | Seeley Lake | Montana | 59868 | Class R - Research Facility | 2025-05-13 | ||||
| 81-R-0001 | 1067 | University of Montana | UNIVERSITY OF MONTANA | MISSOULA | Montana | 59812 | Class R - Research Facility | 2025-05-12 |
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);