facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where license_type = "Class H - Intermediate Handler" and site_state = "Arizona" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 86-H-0037 | 30995 | ALL PET TRAVEL | ALL PET TRAVEL | TUCSON | Arizona | 85745 | Class H - Intermediate Handler | |||||
| 86-H-0043 | 600278 | Dirty Dawgs Pet Care of Tucson | Dirty Dawgs | TUCSON | Arizona | 85713 | Class H - Intermediate Handler | 2021-03-17 | ||||
| 86-H-0026 | 1333 | Happy Tails Travel, Inc. | HAPPY TAILS TRAVEL, INC. | TUCSON | Arizona | 85718 | Class H - Intermediate Handler | 2014-02-19 | ||||
| 86-H-0035 | 1714 | JENI REDMOND KATIE TICE | ARIZONA- Jeni Redmond Katie Tice | PHOENIX | Arizona | 85014 | Class H - Intermediate Handler | 2021-02-19 |
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);