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 = "32-C-0250" 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
793433f92497e259 K9 CREW LLC 32-C-0250 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglkU&d=%2Fa%2F3d000000pfW6%2FQwfi1h7Z3cFzdOpLe.nEEcKTbq0e6Y4D8Qx4iGZ9Bls&asPdf=false  
22175dac3b309e68 K9 CREW LLC 32-C-0250 2018-07-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeOo&d=%2Fa%2F3d000000pXQ2%2F4bn1goSfCKODUrcZmcyVKR2MOXoAjunomsH2xxAx4Rw&asPdf=false  
842edb1b078c7eed K9 CREW LLC 32-C-0250 2017-08-16   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVy&d=%2Fa%2F3d000000pfV0%2Fp63orwxoAErXMCT9DUyGvTaj0xpRvk4EbCC..u8O34s&asPdf=false  
a13cdc7ff12bda89 K9 CREW LLC 32-C-0250 2017-03-23   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmAE&d=%2Fa%2F3d000000pfsU%2FYwrDdWkerK_tnYKdndFl0hI1Zf1H9l.ALcPqp8V6szE&asPdf=false  
042aa84cb2cb5187 K9 CREW LLC 32-C-0250 2017-03-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRL&d=%2Fa%2F3d000000pmqM%2F_bD6flIbNZhrH9ILyqYeaTWdw5cSc3VdN4eNglUSh8Q&asPdf=false  
fd272a235ae9bb14 K9 CREW LLC 32-C-0250 2017-02-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghju&d=%2Fa%2F3d000000pfvw%2FRo_0hu3Z6cFYMqBZUsJ5DtwqqJ9ueVKlyVlapiLIGEI&asPdf=false  
9035e702c1d692d8 K9 CREW LLC 32-C-0250 2015-11-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJi&d=%2Fa%2F3d000000pROJ%2F3HcGdZt_jkY53vB7mt8OqmC2EytoaSqkd6gp3ZXj0.o&asPdf=false  
69c23e79ebc78ec6 K9 CREW LLC 32-C-0250 2015-05-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZmP&d=%2Fa%2F3d000000pm0D%2FxSTDPdjjNtEio.iIay0z1395Ruu2R1x4nTdXjfquYdw&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 633.454ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API