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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: site_city, site_zip, last_seen_date (date)

site_state 1

  • Massachusetts · 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
14-H-0021 6011041 ACA International LLC   ACA International LLC   Boston Massachusetts 02131 Class H - Intermediate Handler     2025-07-08
14-H-0019 504318 ALEKSANDR KARAPETYAN   ALEKSANDR KARAPETYAN   WEST SPRINGFIELD Massachusetts 01089 Class H - Intermediate Handler     2021-02-09
14-H-0018 505951 INTER TECHNOLOGIES INC   INTER TECHNOLOGIES INC   WEST SPRINGFIELD Massachusetts 01089 Class H - Intermediate Handler     2021-01-21
21-H-0351 6003495 TRIANGLE AVIATION SERVICES, INC.   TRIANGLE AVIATION SERVICES, INC.   LOGAN Massachusetts 02128 Class H - Intermediate Handler     2023-07-26

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