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

2 rows where license_type = "Class H - Intermediate Handler" and site_state = "Maryland" sorted by legal_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_seen_date (date)

site_state 1

  • Maryland · 2 ✖

license_type 1

  • Class H - Intermediate Handler · 2 ✖

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
51-H-0022 505173 J&D EXPRESS LLC   J&D EXPRESS LLC   ABERDEEN Maryland 21001 Class H - Intermediate Handler     2019-03-19
51-H-0023 505883 Joman Group LLC   JOMAN GROUP LLC   RIVERDALE Maryland 20737 Class H - Intermediate Handler     2023-11-06

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 691.044ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API