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 = "34-A-0228" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
443462d3c6ff80a0 EDWARD HERSHBERGER 34-A-0228 2024-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DYTn9&d=%2Fa%2F3d000002vsSf%2FCNu1uAY8AP91NLEl2MoBHJDaslMINNeeH1h.NPaJQr8&asPdf=false  
5046342f191dd37e EDWARD HERSHBERGER 34-A-0228 2023-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009tWHF&d=%2Fa%2F3d000001n88S%2F1FnmLrx5Ah8BbJAn3BpMWMiXKDtxp5edZ3SSkvVp7cA&asPdf=false  
719eec1d61475803 EDWARD HERSHBERGER 34-A-0228 2023-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009OnKw&d=%2Fa%2F3d000001YlHC%2Fh._I85W90IZyQZTJPaGy7xkRddw_DXPcTBmq6oVu_Yw&asPdf=false  
4ab932a6335c8f86 EDWARD HERSHBERGER 34-A-0228 2022-07-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxac4&d=%2Fa%2F3d000000piu7%2FJ9jShmfO32sqoad.VFHlPru0tnTIzl_bXVPmBBxR3qo&asPdf=false  
715ac3517afcbd99 EDWARD HERSHBERGER 34-A-0228 2021-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XcY&d=%2Fa%2F3d000000pitJ%2FPuw.g6GmCFeRHdZwogmGgJuKyLY_AJOI6JoCH2xveDI&asPdf=false  
d8cb826d32cee559 EDWARD HERSHBERGER 34-A-0228 2019-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega5X&d=%2Fa%2F3d000000pitF%2FpNieID_16U2D6JSAL8duBmOlVp57gA215cW6WsmGjxs&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 5.372ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API