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 = "32-A-0458" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
cf260535b79c71d5 AMOS GRABER 32-A-0458 2019-04-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjQF&d=%2Fa%2F3d000000pkt3%2Fweutuxh6fdVuiFWHeQYG0xVeGbTDKbZo7x_mCWCc.T4&asPdf=false  
e510eb938faea7ef AMOS GRABER 32-A-0458 2018-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYo&d=%2Fa%2F3d000000pnhg%2FxIJn9RqGhgDD18RW7US8DBpyC.Rd3hNM.p_U.5.Zf2w&asPdf=false  
fc3250f6f339ae4c AMOS GRABER 32-A-0458 2017-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglzB&d=%2Fa%2F3d000000pX8O%2FaBYjMHkblIEkxe6ZYDWN77mr4ZXOHOoOKZBM77Wm4as&asPdf=false  
502de0d52f063e81 AMOS GRABER 32-A-0458 2016-05-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXlM&d=%2Fa%2F3d000000pmjP%2F80x5T3oJ.AU7Oeuzp3gQjNxQlKHaZHHERhj.z6nui.8&asPdf=false  
d15096c15054d404 AMOS GRABER 32-A-0458 2016-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkgV&d=%2Fa%2F3d000000pi08%2Fz2t493UUB90EvtqyYTBWbpFRbH9NLgSnd9s81ArlQVk&asPdf=false  
6b1f986c29f82c0b AMOS GRABER 32-A-0458 2015-11-05   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFV&d=%2Fa%2F3d000000pbkg%2FTZitMtZxZqOXv2gnX0Wjr9.ZneienNPPVVBlBx8tZFI&asPdf=false  
9a87cf6b97d1b58a AMOS GRABER 32-A-0458 2015-08-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW1R&d=%2Fa%2F3d000000pnkm%2Fn5bHKGdvyy7075ywSTw9jXCi4Fbuw4AdExSuAUNwasU&asPdf=false  
5e74fe89217be341 AMOS GRABER 32-A-0458 2014-03-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWDW&d=%2Fa%2F3d000000pSZY%2F1J.GBtE_7aYILBjgBI48PbQfg4foQImlyaM.eSJdK4k&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 1240.491ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API