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 = "31-A-0697" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
6878b602268ec062 Ada A Hershberger 31-A-0697 2024-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C18S6&d=%2Fa%2F3d000002RtHp%2FO8KY1_z7FwObzMcCrG4Rs.fGL35sGLNQYXOeoguZQlg&asPdf=false  
6b1693a208e40095 Ada A Hershberger 31-A-0697 2023-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008EniT&d=%2Fa%2F3d00000197fd%2FcxK6ANH62UfTD5Wg9YLrL_.iO58G2pFTch8elk3B4oY&asPdf=false  
97f9d7dcd0f00304 Ada A Hershberger 31-A-0697 2022-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awVMW&d=%2Fa%2F3d000000pZoC%2FTD0QTWb9tzEdqOlRPm2kCasESUpSV7xgVZ6_jcJJVtI&asPdf=false  
b35b3dfa19fd5c74 Ada A Hershberger 31-A-0697 2019-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfcy&d=%2Fa%2F3d000000pZnt%2FmTg40RgoTzh6zPAUEdoKAYjHC3yEl80nG9HpdV6wZdc&asPdf=false  
5cc2d3ba65a5081b Ada A Hershberger 31-A-0697 2018-09-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZgN&d=%2Fa%2F3d000000pZnh%2FUcTN5GVRFcFeJtEB99sCC7n0WvhIqFiW4zqYICROYIQ&asPdf=false  
54c7ef0bb91c9b7c Ada A Hershberger 31-A-0697 2018-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaU4&d=%2Fa%2F3d000000pZnm%2Fc0xjzXiJN55ApHbopzNc48kBJ05bNlrWt0j3gwjhrv8&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 706.225ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API