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

6 rows where cert_number = "31-C-0196" 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
776959922a124dc8 CHRISTINE COLER 31-C-0196 2019-09-16   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXRg&d=%2Fa%2F3d000000pnBN%2FQJPvpV8NGbT_HJcPvRjmNqlu5Socclsl6MGdnst2CKY&asPdf=false  
ea66a3a5ac03720b CHRISTINE COLER 31-C-0196 2018-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbUh&d=%2Fa%2F3d000000pkA2%2FC_emUzlI.oB1_Ng8o1mRp994ozrrxNrwyal_0O6PSxE&asPdf=false  
0e5140b8da1815d2 CHRISTINE COLER 31-C-0196 2017-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIi&d=%2Fa%2F3d000000poKe%2Fbvi1iNNWuvZB89V0tnOd593u_S9FgZY7QCL3U4Qtttw&asPdf=false  
60fc6045b4cc7ac7 CHRISTINE COLER 31-C-0196 2016-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl9w&d=%2Fa%2F3d000000pb7B%2FndDRMzV.4LfrDMEhiNwJbnyO31tq0nZ04g3SZb78dkI&asPdf=false  
2f5d5291c6dfad32 CHRISTINE COLER 31-C-0196 2015-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLA&d=%2Fa%2F3d000000pRLU%2F7xmkk5WXCjCNK87qyRLSTFYy6A3hzelGIMMIlNM.yXU&asPdf=false  
51fbe96cc99fec07 CHRISTINE COLER 31-C-0196 2014-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbId&d=%2Fa%2F3d000000pmnS%2F7klQ8Qs3MQMzS0NzF6tXQqgjeXCsZl396MISJYdAVe4&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 75.155ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API