facilities
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where license_type = "Class H - Intermediate Handler" and site_state = "New Jersey" sorted by legal_name
This data as json, CSV (advanced)
Suggested facets: site_city, site_zip, last_seen_date, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22-H-0013 | 206 | Associated Humane Societies Inc | ASSOCIATED HUMANE SOCIETIES | NEWARK | New Jersey | 07114 | Class H - Intermediate Handler | 2020-02-20 | ||||
| 22-H-0006 | 711 | BIALOUS PET CARE CORPORATION | COUNTRY KENNEL | LINDENWOLD | New Jersey | 08021 | Class H - Intermediate Handler | 2015-04-07 | ||||
| 21-H-0305 | 33724 | CARGO AIRPORT SERVICES USA LLC | CARGO AIRPORT SERVICES USA LLC | NEWARK | New Jersey | 07114 | Class H - Intermediate Handler | 2017-12-01 | ||||
| 52-H-0102 | 506 | DIRECT SERVICES, INC. | Direct Services - New Jersey | LINDEN | New Jersey | 07036 | Class H - Intermediate Handler | 2023-04-28 | ||||
| 22-H-0039 | 327444 | Kelly Simonetti | Antler Ridge Wildlife | Newton | New Jersey | 07860 | Class H - Intermediate Handler | 2022-10-12 | ||||
| 22-H-0030 | 506876 | PC NYC LLC | PC NYC LLC | BELMAR | New Jersey | 07719 | Class H - Intermediate Handler | |||||
| 22-H-0002 | 204 | ROXDANE KENNELS INC | ROXDANE KENNELS, INC. | WARREN | New Jersey | 07060 | Class H - Intermediate Handler | 2020-02-20 | ||||
| 22-H-0026 | 326926 | TRIBECA PET SERVICES | TRIBECA PET SERVICES | JACKSON | New Jersey | 08527 | Class H - Intermediate Handler | 2020-01-10 | ||||
| 74-H-0055 | 1626 | WORLDWIDE FLIGHT SERVICES INC | Worldwide Flight Services Inc | NEWARK | New Jersey | 07114 | Class H - Intermediate Handler | 2017-12-01 |
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);