facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where license_type = "Class G - Agricultural Research Facility ARS" and site_state = "North Dakota" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: last_seen_date (date)
site_state 1
- North Dakota · 3 ✖
license_type 1
- Class G - Agricultural Research Facility ARS · 3 ✖
status 0
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 45-G-0004 | 334156 | Grand Forks Human Nutrition Research Center ARS | GRAND FORKS HUMAN NUTRITION RESEARCH CENTER ARS | GRAND FORKS | North Dakota | 58203 | Class G - Agricultural Research Facility ARS | 2025-01-16 | ||||
| 45-G-0001 | 334105 | Northern Great Plains Research Lab | NORTHERN GREAT PLAINS RESEARCH LABORATORY | MANDAN | North Dakota | 58554 | Class G - Agricultural Research Facility ARS | 2025-09-03 | ||||
| 45-G-0003 | 334302 | USDA ARS Edward T Schafer Agricultural Research Center | USDA ARS BIOSCIENCES RES. LABORATORY | FARGO | North Dakota | 58102 | Class G - Agricultural Research Facility ARS | 2025-01-15 |
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);