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 = "57-C-0303" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
f43cdcfac681cae4 JAMES MCKENZIE 57-C-0303 2019-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4s&d=%2Fa%2F3d000000phv7%2FQvDj8VLvBKuv7rGbD0.QkpnQQ.nmh0J1ghvmknP93EA&asPdf=false  
8f758616cc52a385 JAMES MCKENZIE 57-C-0303 2017-12-12   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXFT&d=%2Fa%2F3d000000pp64%2FIimR4_n2hg_p_oQKy6bmppCg1xIMNABE03uMpK9SawI&asPdf=false  
849ba8b0af9b288e JAMES MCKENZIE 57-C-0303 2016-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbg6&d=%2Fa%2F3d000000pkjR%2FktDcRl9kgMbBZEPD_NMhqvNxkOrt5uNOv_ff83yq4ak&asPdf=false  
28007cb79573aa46 JAMES MCKENZIE 57-C-0303 2016-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFT&d=%2Fa%2F3d000000pabl%2F_AURUWn64nraE_fV9MMJazbFgeBrJvSGhYz0otZAY_0&asPdf=false  
7a5988e2ede5d61f JAMES MCKENZIE 57-C-0303 2016-07-20   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwOp&d=%2Fa%2F3d000000pkO1%2FGeqnEcyoesJ7qk.HJf9nhDhYx0RapkgbHGh0DiOHT0Y&asPdf=false  
19d5b4049a852668 JAMES MCKENZIE 57-C-0303 2015-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglDV&d=%2Fa%2F3d000000popq%2Fzj4Pqc433R6PGzxghyvQIx8pKc3ZykYCKvQJbpiRHEU&asPdf=false  
77d6a17a513b71b8 JAMES MCKENZIE 57-C-0303 2015-03-26   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwUd&d=%2Fa%2F3d000000poYF%2FyNJaoeiCH.H.2ySueKnMHiVVfFBPG298Oz7yF8nDgDM&asPdf=false  
48dd3d9741d58657 JAMES MCKENZIE 57-C-0303 2014-09-02   0 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwkm&d=%2Fa%2F3d000000pdq4%2FQ8m6tO1TEgVjYgefAHKWRezDQhQbGwUlTyHZK7QkcTk&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 254.566ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API