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

8 rows where cert_number = "16-C-0153" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
773a2e59f5cddcbc John Dzen 16-C-0153 2021-12-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8vIf&d=%2Fa%2F3d000000pgsH%2F1VCwEq.bXXUanQ3WNfP8V_HGPaKKyS05DOskkzVX1Eg&asPdf=false  
4f01d737401fd588 John Dzen 16-C-0153 2021-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERfrM&d=%2Fa%2F3d000000pnRK%2FCLKUzoT8KccpsRCZYglhLi5nHUEL.lFY8du_EqwEMY4&asPdf=false  
ddeeb661ad880aa3 John Dzen 16-C-0153 2019-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglhz&d=%2Fa%2F3d000000pi1R%2F4qjyp4GpODuo7aoT.diRwd9pFTRWY58NLc9Wcu7jzuk&asPdf=false  
5498927c8096c358 John Dzen 16-C-0153 2018-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglvS&d=%2Fa%2F3d000000pRhd%2F4Mx9OH0B8WBOuxd9Uy47OaxTudJ2s_LzCtjjyuwNZDg&asPdf=false  
3069309723fa8fb7 John Dzen 16-C-0153 2017-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglkZ&d=%2Fa%2F3d000000ppLS%2Fxl0TXzdu9ykNOay7g18LV3HrionkbIAMS7dQXBT4q5I&asPdf=false  
4bc9f7137d181537 John Dzen 16-C-0153 2016-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglC2&d=%2Fa%2F3d000000pSPe%2FsHVnlEIaumAX2TdUIvwGwlLWL9PBQh7HSIuSJBrHOpU&asPdf=false  
2b7c7cc507fbeabc John Dzen 16-C-0153 2015-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgllT&d=%2Fa%2F3d000000pmpf%2FkhwDQx8RXGZtTroFSE943z85iYgs2WH3eaPmPDmH4fE&asPdf=false  
4a1bef37e9f55088 John Dzen 16-C-0153 2015-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceY&d=%2Fa%2F3d000000powZ%2FDID8AvNkNe8cBXCMyQLCN4zU1ichXZd7f6zZ4iXWgLc&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.981ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API