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 = "71-C-0177" 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
6726078df63e1a7b The Great Passion Play 71-C-0177 2018-08-28   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbIx&d=%2Fa%2F3d000000pnqN%2F4o9KvY9mFPqeZ7CvlWwyOeboWypnVmoGEH6vz7R1nKs&asPdf=false  
32dfd94bc13eee66 The Great Passion Play 71-C-0177 2017-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf6X&d=%2Fa%2F3d000000pmnn%2FquqaasS5cvkhFmUa6JW677AUFRt.RpNb2jyMtI4Kn8I&asPdf=false  
4bf5ebe77db8fc20 The Great Passion Play 71-C-0177 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdRs&d=%2Fa%2F3d000000pT4v%2FEvsiSWddieVlMRDT_UpQHnldi2lB9MEscKKpwSYgvzo&asPdf=false  
2537c420a32550bf The Great Passion Play 71-C-0177 2014-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcgT&d=%2Fa%2F3d000000pRL2%2F6V8DkREwJ3dEQT4i7G_Ta4MZ41EKTwS4kRfX2znG2HI&asPdf=false  
cba07e3ff9f7fe9d The Great Passion Play 71-C-0177 2014-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbM4&d=%2Fa%2F3d000000pjND%2FyRJi34QeeFiIfvwSzTRnx6IrCPwgRae0CwCFrAoKJvk&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 290.334ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API