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 = "48-B-0345" 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
64119007aada854f Twila Freeman 48-B-0345 2019-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm9u&d=%2Fa%2F3d000000pRfs%2FimZsObfW_M31U0nBM2VHlh.ikasoBXwtwkCzAqVDusM&asPdf=false  
e9ca045f0b7c6492 Twila Freeman 48-B-0345 2018-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl4L&d=%2Fa%2F3d000000pdjc%2FDOLJPa62jzb25x1M9VG794lcJj7LqqVWyvsJeXWlmmM&asPdf=false  
46d181a13f2d1d34 Twila Freeman 48-B-0345 2017-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglxR&d=%2Fa%2F3d000000pRSs%2F7A5eXnxS3FIIOAAZHq0t00wK1u1dnVUhJfBUmN.qEqI&asPdf=false  
4fdc73ad282556cd Twila Freeman 48-B-0345 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm2z&d=%2Fa%2F3d000000pmP9%2Fm9sAJfUfAl0bVDRNLCm2d.letMxJwxrBJLWclOGnshI&asPdf=false  
2145d1df0affe6f1 Twila Freeman 48-B-0345 2015-12-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egklz&d=%2Fa%2F3d000000pjxj%2FZaKL8zJNHLhC36n1YNuHj2o5NI0s4Yaf_kGGzgV_SaI&asPdf=false  
e3b7a26e4913ff95 Twila Freeman 48-B-0345 2015-11-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcTq&d=%2Fa%2F3d000000pkVb%2Fo2JOuS2kCjFz39poV1ntAnaFCAaKWvjEVyUlIUtmLXY&asPdf=false  
87fa8760b617fd32 Twila Freeman 48-B-0345 2015-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdJZ&d=%2Fa%2F3d000000pmpe%2FSBEZ5EFUXlq4PBBFMwjs6HWEgWYGFpkIk6x8Gn3eXeo&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 121.713ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API