facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where license_type = "Class H - Intermediate Handler" and site_state = "Wisconsin" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 35-H-0013 | 505431 | Alan Lloyd LLC | ALAN LLOYD LLC | BUTLER | Wisconsin | 53007 | Class H - Intermediate Handler | 2019-03-13 | ||||
| 35-H-0001 | 618 | DONALD GUTKNECHT DIANA GUTKNECHT | DIANA GUTKNECHT & DONALD GUTKNECHT | BUTLER | Wisconsin | 53007 | Class H - Intermediate Handler | 2018-03-19 | ||||
| 35-H-0010 | 326217 | Elizabeth Barrett-Dixon | Elizabeth Barrett-Dixon | SPRING VALLEY | Wisconsin | 54767 | Class H - Intermediate Handler | 2019-04-04 | ||||
| 35-H-0012 | 619 | GOLRUSK PET CARE CENTER | GOLRUSK PET CARE CENTER | GREEN BAY | Wisconsin | 54311 | Class H - Intermediate Handler | 2019-11-12 | ||||
| 35-H-0009 | 2331 | JO-DON FARMS INC | JO-DON FARMS INC | FRANKSVILLE | Wisconsin | 53126 | Class H - Intermediate Handler | 2015-11-17 | ||||
| 35-H-0011 | 43613 | Jerrod Treangen | JERROD TREANGEN | GREEN BAY | Wisconsin | 54313 | Class H - Intermediate Handler | 2016-11-15 | ||||
| 91-H-0031 | 324335 | Majestic Terminal Services Inc. | General Mitchell International Aiport | MILWAUKEE | Wisconsin | 53207 | Class H - Intermediate Handler | 2019-04-03 |
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);