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 = "21-C-0115" 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
cbe30f9a1895b6c8 KEVIN GERAGHTY 21-C-0115 2021-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES0LS&d=%2Fa%2F3d000000pRmW%2FagAEnvxJmzPNFN.a.WcLxm.YvUZ1KJ9Ss4UsjErW3cI&asPdf=false  
f18c766c9aef9ead KEVIN GERAGHTY 21-C-0115 2019-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjJG&d=%2Fa%2F3d000000pX4z%2F8dxWaCMrK_rWdWanP78SK2N57wVWJcatVeg1wafxczw&asPdf=false  
5c97b73b3d26884a KEVIN GERAGHTY 21-C-0115 2018-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjdI&d=%2Fa%2F3d000000pnGn%2FaTeD8yvP.fpLJaddN3oQ0SvIzgDJNlQg4p01kOUin7U&asPdf=false  
996a223f664c0e8a KEVIN GERAGHTY 21-C-0115 2017-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoF9&d=%2Fa%2F3d000000pazj%2FTaeIRQVlnAmOljQy8p73rmmgXpmmXn5Rn1m4_RIfw8M&asPdf=false  
c87cb1ccd11c591f KEVIN GERAGHTY 21-C-0115 2016-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVw&d=%2Fa%2F3d000000pTGP%2FUVQKxsebO7pPdLpeBQOP4zJuc.T3yVo0ytDoKSFcQM8&asPdf=false  
54d745066609c428 KEVIN GERAGHTY 21-C-0115 2015-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkdH&d=%2Fa%2F3d000000ppKm%2FRT2sHRghbaTykQmiwU7_YpYDOxCj0IGraJ45BAeqJDc&asPdf=false  
36f54e3dc6426c54 KEVIN GERAGHTY 21-C-0115 2014-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjvK&d=%2Fa%2F3d000000pay8%2F1k1SqDVER7hIGG7qbClQHnTNg1o6vFsVGmn06Q9YUzw&asPdf=false  
53c7d68323328661 KEVIN GERAGHTY 21-C-0115 2014-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjoY&d=%2Fa%2F3d000000pjpL%2FGpJU2MUsncQ3Aw_LhvXqWdQiELe5NGXZ_IekZeal1fg&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 53.458ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API