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-0229" 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
03fec3c8f1076cf7 DARREL KOTILA 41-C-0229 2018-07-10   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfqm&d=%2Fa%2F3d000000pX2b%2FJgHdzuhX4LW2hCkjiGv5GDvJQItgjHmlWdqDfkqsTGg&asPdf=false  
e81f7fc9f22cc9f5 DARREL KOTILA 41-C-0229 2018-06-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdEh&d=%2Fa%2F3d000000phxZ%2F975TyOf1cbEymCuuwZ2_v.kB47wM8OKqMpSMQWp2wMg&asPdf=false  
fcc0aea57757f309 DARREL KOTILA 41-C-0229 2017-11-14   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYXs&d=%2Fa%2F3d000000pUrJ%2FahPfSZSqRplAITr.SdhvCHmxD.nlU5R5xlLs5M.39pk&asPdf=false  
5683482cc979df2a DARREL KOTILA 41-C-0229 2017-09-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egenv&d=%2Fa%2F3d000000pms5%2FAnEhcKHeRGlNTImt1Sk8GTKB5_Uhhh4HjpwNh4Lj_lQ&asPdf=false  
b964d6de08dbf1da DARREL KOTILA 41-C-0229 2017-06-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ02&d=%2Fa%2F3d000000pm0k%2FglwJ05sXhdexA6H1KiciPDHZiu8dFBV0sN2iSCs5s3U&asPdf=false  
8da150b9ced6b34c DARREL KOTILA 41-C-0229 2016-12-07   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceX&d=%2Fa%2F3d000000pi37%2Fx5.Q4QqUqD.p788D5Cs3XM5O5.ekdig9xINswgGSOIc&asPdf=false  
6dd9c051becdaca9 DARREL KOTILA 41-C-0229 2016-06-08   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxRv&d=%2Fa%2F3d000000pjEl%2FvOg4dOjKgQ0BI.0A6aZXI8ShmvGrfRGY2rgFM.LcPUI&asPdf=false  
b524891442707272 DARREL KOTILA 41-C-0229 2015-06-23   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxKa&d=%2Fa%2F3d000000pXSr%2FRzFCrIRuIfQnG6FCAdO1aX6ozatXlkVWI_YuNMFyFhA&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 494.097ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API