home / aphis

facilities

USDA APHIS-licensed animal welfare facilities including breeders, dealers, exhibitors, and research labs. 15,000+ facilities across all 50 states.

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 = "Ohio" sorted by legal_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_seen_date (date)

site_state 1

  • Ohio · 4 ✖

license_type 1

  • Class H - Intermediate Handler · 4 ✖

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
31-H-0048 6013893 855 PETLIFT   855 PETLIFT   New Carlise Ohio 45344 Class H - Intermediate Handler     2025-04-01
34-H-0016 324438 Logistics Inc   RELIABLE DELIVERY MAUMEE   MAUMEE Ohio 43537 Class H - Intermediate Handler     2018-07-19
31-H-0025 329598 MARK HARWOOD   MARK HARWOOD   BRUNSWICK Ohio 44212 Class H - Intermediate Handler     2017-03-08
31-H-0022 700 Wright Bros Aero   WRIGHT BRO AERO INC   VANDALIA Ohio 45377 Class H - Intermediate Handler     2019-04-23

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 1182.451ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API