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

7 rows where cert_number = "71-C-0191" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
b95378dae51df5f1 The Great Passion Play 71-C-0191 2025-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000luiuf&d=%2Fa%2FSJ000005x1LN%2FpMLURSTzkRezIMe1xUec.AE782A7RrkA4UHIjWXFVQk&asPdf=false  
60b4ca6423643650 The Great Passion Play 71-C-0191 2024-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA3YT&d=%2Fa%2F3d0000035NO2%2Fee2y9eJ1vdo_diQDrj3xL6Ege.8a7ILUjOiyf6rNdTs&asPdf=false  
6c9a6956a4d226f0 The Great Passion Play 71-C-0191 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CZyht&d=%2Fa%2F3d000002bi2C%2FZ_xGth5eLaNU2YZBOPDV7K.YuemD.qnOB9DcAYmTMdE&asPdf=false  
fc7a304c2816d981 The Great Passion Play 71-C-0191 2023-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008urfW&d=%2Fa%2F3d000001MrtY%2FmvtyzFuYX8XKBO1D1rXWUvlIHm0MvLk8cPVBjbkPKUk&asPdf=false  
2d93402d7c015176 The Great Passion Play 71-C-0191 2022-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxMTE&d=%2Fa%2F3d000000phgQ%2FkQyQiri59wZ1kRxvg7dYCFNU0FLyR_igsMsEQDzX6KI&asPdf=false  
e632b298aecaa636 The Great Passion Play 71-C-0191 2021-06-03   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhFzC&d=%2Fa%2F3d000000phgD%2Fqmm8kjT45FdwT_wqEm4buzzcR50QVZxxn.XABK6ukCI&asPdf=false  
366730ee2de2807b The Great Passion Play 71-C-0191 2020-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwmB&d=%2Fa%2F3d000000phgg%2Fzms7R1YlDo993KzgzLkixXituFNCEPdVlJ8b7vbT47Y&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 4.037ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API