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 = "41-C-0176" 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
393b18e3a5627792 JIM QUISTORFF 41-C-0176 2017-11-01   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbjM&d=%2Fa%2F3d000000pSNK%2Fj1yv5cPY4p7q5jOOWVc1mi8gs6EQMazIEwK_dytwrY4&asPdf=false  
090c6f2d4b0534be JIM QUISTORFF 41-C-0176 2017-09-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgacP&d=%2Fa%2F3d000000peuO%2F.machFaJLcrlKJApXbYcAVdCeLm87rHVEpY4Z2VmcOg&asPdf=false  
bc4fd8fdfc7e0dc8 JIM QUISTORFF 41-C-0176 2017-09-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEG&d=%2Fa%2F3d000000pdMb%2FKvwYF4RLtOlmdEZZ1eJtEmbPz9Jepq2Q.RGWhKtZcGo&asPdf=false  
317618624dffe6ca JIM QUISTORFF 41-C-0176 2017-05-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbso&d=%2Fa%2F3d000000pSCk%2FqF0o_R99pOoXPTVQxVlKaihIxcIAO89Mmjnb7j_BkvI&asPdf=false  
d040e09b4921c725 JIM QUISTORFF 41-C-0176 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXl1&d=%2Fa%2F3d000000pSyb%2FnSx8MBxj0p7vTvcXkXsraDVm3RB3YeZ9qrVL01FqfZ4&asPdf=false  
8a6ae5682b328c2a JIM QUISTORFF 41-C-0176 2016-04-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbpE&d=%2Fa%2F3d000000poD4%2F0rDZg7mBIiKqc9qgzrZbEmCoF_nDpAZLyHKpVQA6J.A&asPdf=false  
db50fea345e102c3 JIM QUISTORFF 41-C-0176 2015-03-31   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVwF&d=%2Fa%2F3d000000plOd%2FxLAJknKvJcUCWHDsJB1osxR0sqVh.n03Lw5BWPdEeWI&asPdf=false  
e812332532a113e6 JIM QUISTORFF 41-C-0176 2014-11-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbOW&d=%2Fa%2F3d000000poJa%2Fo4jcxqUmya_xgV81tJcHObB6xi_Ibdv5uXbpyqdHVJY&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 22.712ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API