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

11 rows where cert_number = "74-C-0837" 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
bdd4c56d6240d658 Bob Steele I I I 74-C-0837 2017-11-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXN1&d=%2Fa%2F3d000000paeb%2Fsq5zkgNFE4zVza_4H7C_QF.J6tipL8A98QAQRTWXmlU&asPdf=false  
a04f66698b4bbd6a Bob Steele I I I 74-C-0837 2017-03-31   0 2 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxQA&d=%2Fa%2F3d000000pez0%2FZYYZrSVBQB9.JR5gmKgk48SHxnvGeZ3v_Xj.m9a7tFo&asPdf=false  
458d69c51cd25ba3 Bob Steele I I I 74-C-0837 2017-02-25   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwhM&d=%2Fa%2F3d000000pmZz%2F0BNm5SeqUZtLlhTOK.6z44GtCXa9HUplXmq_Nam8SCY&asPdf=false  
715fe19afc60dce4 Bob Steele I I I 74-C-0837 2016-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkeF&d=%2Fa%2F3d000000pSIy%2FSn.QVuITtF7b3fqwWaq1HDoWnpc0o3gNgw.1zk_f6FM&asPdf=false  
12b1ce63f87bc7c7 Bob Steele I I I 74-C-0837 2016-02-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVlv&d=%2Fa%2F3d000000pe1n%2FSvSfifm9C1QSq2K4FoAHZZNsCEs_RSbYKWLJzbRBnW8&asPdf=false  
25567e08c0e683e2 Bob Steele I I I 74-C-0837 2015-08-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYRw&d=%2Fa%2F3d000000pUWz%2F_jy0I2GAt4nnWk_yXsbhpiEmGnoiGa4Dewc8ht3Ib90&asPdf=false  
afc0fe1a061b3def Bob Steele I I I 74-C-0837 2015-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl72&d=%2Fa%2F3d000000pTK7%2F1E5gEvtZ0b7etsIBjRYmkj7VTadpWC5oPbFzoJfq.CM&asPdf=false  
231d3c80820a3674 Bob Steele I I I 74-C-0837 2015-01-30   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxQj&d=%2Fa%2F3d000000pTJd%2F_PufAYWPyJntoZ8Xe7hjsx8frBVtOdLV08BqXncIDZg&asPdf=false  
4a1cf7658e08f4fe Bob Steele I I I 74-C-0837 2014-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkuQ&d=%2Fa%2F3d000000pmKK%2FEA9LYhPTIg8gyz7.PgI9yLtsK4NRLyCh761cmKezlNc&asPdf=false  
adff26f76f5626a6 Bob Steele I I I 74-C-0837 2014-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjbt&d=%2Fa%2F3d000000pl82%2FvJyKaUjaM1tlzZL5hLAVlUaHJIb74Xu8MUwvdlSnhQo&asPdf=false  
58353e5f5efd914a Bob Steele I I I 74-C-0837 2014-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl0d&d=%2Fa%2F3d000000pdZB%2FsCzhc2nwPbVDUREF0315OgB.5LSOeoytpe2js_5V5oQ&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 4.896ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API