home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where cert_number = "74-C-1141" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
dd8860b9aae31720 Alveus Sanctuary Inc. 74-C-1141 2025-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000JwTDE&d=%2Fa%2FSJ000001l3I1%2FevePD.8dI3roBRG58e2U4KIHZLqK2pHnm2sPEhzlsNk&asPdf=false  
75820eee37cc7ce3 Alveus Sanctuary Inc. 74-C-1141 2024-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DNNPl&d=%2Fa%2F3d000002sk9J%2Fc8GapdAS7oibKJtbycYGGzhm61Zzvv9pC4cS7iE63Uw&asPdf=false  
8d7960f3469172a0 Alveus Sanctuary Inc. 74-C-1141 2024-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CaP6j&d=%2Fa%2F3d000002boC1%2FMmAofvKP813RjjoznLghx0EfhQrQGiitTwB5wd6xi_I&asPdf=false  
254c992a9f7b399e Alveus Sanctuary Inc. 74-C-1141 2023-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008nZ7d&d=%2Fa%2F3d000001KViG%2Fw_QWdHDIOQTSAFJ4ASiLdDrvTvXlEQ3D5Cc9tDfUsHA&asPdf=false  
865d85130af82de6 Alveus Sanctuary Inc. 74-C-1141 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxXaZ&d=%2Fa%2F3d000000pilU%2FMbih_5L6xCTW8BODg.obQUhSh8S9SYAxukOW233vGEI&asPdf=false  

Advanced export

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

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 52.473ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API