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

9 rows where cert_number = "33-C-0336" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
82c2a16a3c73e377 KELLY RUSHING DENNIS RUSHING 33-C-0336 2018-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbxx&d=%2Fa%2F3d000000pfVO%2FcBfq4t_BXTwaMT8jK1Nzc4218hsfFc5xCvD3rA8H5Ps&asPdf=false  
08e77f31f3a19a6c KELLY RUSHING DENNIS RUSHING 33-C-0336 2017-03-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYJR&d=%2Fa%2F3d000000pl4N%2FxZGEsLJU9xKNmuv3YIp16LqMMn0Zz2MOLqCUMRHl3KU&asPdf=false  
4fbc75c0863377ec KELLY RUSHING DENNIS RUSHING 33-C-0336 2016-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYeA&d=%2Fa%2F3d000000pn9S%2FneaI7TnKrqYh1T17HhWI2SAsdnVbhJEQ8r8RjBMeldk&asPdf=false  
95d55f92127038f1 KELLY RUSHING DENNIS RUSHING 33-C-0336 2016-02-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaSt&d=%2Fa%2F3d000000pdwA%2F2npT0EJEGOXHObSuLGMS5IlJMCDOtFx32d5fQ0VDim0&asPdf=false  
31794dfd4124ea50 KELLY RUSHING DENNIS RUSHING 33-C-0336 2015-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbw6&d=%2Fa%2F3d000000pnXr%2FesEAsdAU94b0xW0ShDrbjbLku5FOyljsQpD1ilJRG5o&asPdf=false  
87eca4ebd8cecd9c KELLY RUSHING DENNIS RUSHING 33-C-0336 2015-01-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbYl&d=%2Fa%2F3d000000pTE7%2FzAyOeoBdmFEey2Gcvipw1WClPgajC4_.tcFwlPgfvM8&asPdf=false  
054359dd3aed40f1 KELLY RUSHING DENNIS RUSHING 33-C-0336 2014-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeAo&d=%2Fa%2F3d000000per1%2FCr.is.XF36vCyRvLlsVyxi5RyrPZeUCwie2..H3Znjc&asPdf=false  
4f001e8cde1533a3 KELLY RUSHING DENNIS RUSHING 33-C-0336 2014-09-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbQM&d=%2Fa%2F3d000000pUVO%2F8ggfmdXhmaBAuHgXkjErwd.DZ64anD.5SwHHl8FZJeU&asPdf=false  
e02cf2dee3db7228 KELLY RUSHING DENNIS RUSHING 33-C-0336 2014-08-28   0 2 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxLJ&d=%2Fa%2F3d000000pm0X%2FX6Z50Ef1ZdC1wH5EtLnRhzXPMiyug6Lz7_4D_Lnv1RM&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 814.469ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API