facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where site_state = "District of Columbia" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10-T-0024 | 6018554 | Bláfugl ehf d.b.a Bluebird Nordic | Bluebird Nordic Icelandic Carrier | Washington | District of Columbia | 20036 | Class T - Carrier | 2024-03-27 | ||||
| 10-R-0011 | 59 | Childrens National Medical Center | CHILDREN'S NATIONAL MEDICAL CENTER | WASHINGTON | District of Columbia | 20010 | Class R - Research Facility | 2025-05-29 | ||||
| 10-R-0004 | 69 | Georgetown University | GEORGETOWN UNIVERSITY | WASHINGTON | District of Columbia | 20057 | Class R - Research Facility | 2025-05-22 | ||||
| 10-R-0001 | 66 | MedStar Health Research Institute | WASHINGTON HOSPITAL CENTER | WASHINGTON | District of Columbia | 20010 | Class R - Research Facility | 2025-04-24 | ||||
| 10-T-0007 | 334463 | RAPID FEET L.L.C | RAPID FEET L.L.C. | WASHINGTON | District of Columbia | 20020 | Class T - Carrier | 2015-12-11 | ||||
| 10-R-0005 | 70 | The George Washington University | GEORGE WASHINGTON UNIVERSITY | WASHINGTON | District of Columbia | 20037 | Class R - Research Facility | 2025-05-07 | ||||
| 10-F-0010 | 20133 | US Government Smithsonian Institution | NATIONAL ZOOLOGICAL PARK | WASHINGTON | District of Columbia | 20013 | Class F - Federal Research Facility | 2025-12-17 |
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);