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

10 rows where cert_number = "32-A-0596" 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
cfbc68e339734644 BENJAMIN ZOOK 32-A-0596 2022-02-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9L3v&d=%2Fa%2F3d000000ph4T%2Fzq0DEmX0HrfbNHUNnSFWXne_lqw44Pv3scl52CO3H10&asPdf=false  
22fd21ca38afb7c8 BENJAMIN ZOOK 32-A-0596 2022-01-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ADs&d=%2Fa%2F3d000000pgzr%2FYqZFz2QkzE5AlK6MytuJ7DdfTn9Z7wtjXmuliS5aw8M&asPdf=false  
b6eba14c91b35e41 BENJAMIN ZOOK 32-A-0596 2021-11-03   0 0 0 3 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8U5h&d=%2Fa%2F3d000000phz7%2FfIcjV4c2rOXIog7F3ETht7qLU.XWJZ_BhksJxHkyn.E&asPdf=false  
073a71aca520832b BENJAMIN ZOOK 32-A-0596 2021-09-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNNUn&d=%2Fa%2F3d000000pWz4%2Fo5OnlgfQfRiDbJvnJSbKUzQjgjN.aoH89T9kyNcSk4Y&asPdf=false  
1931396d3b9b02b0 BENJAMIN ZOOK 32-A-0596 2019-11-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkbX&d=%2Fa%2F3d000000pRfc%2FzieLK9bxeOsFHx1pv4Os7oV6bruEk_J8e4y.8zV6Ir4&asPdf=false  
0fc63992f27b9485 BENJAMIN ZOOK 32-A-0596 2019-10-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdy6&d=%2Fa%2F3d000000pnSL%2Fmws.UF2U9SkSnTBatqvRsgrPiLiq1sxTCRhdZlHxecQ&asPdf=false  
8e1cb4940c7e9477 BENJAMIN ZOOK 32-A-0596 2018-11-02   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFp&d=%2Fa%2F3d000000pdOZ%2FhQW.kYdMeUZ4QJPcEWeTWp42ci1RiUx7w5EYTFygQcU&asPdf=false  
a987f7ef8c21cd36 BENJAMIN ZOOK 32-A-0596 2017-11-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkn2&d=%2Fa%2F3d000000ppMT%2FkNck2PabOC1Wur1D3xdfaWBwYhZukMlSmpjIFtTXLdU&asPdf=false  
4c133fff421a74f9 BENJAMIN ZOOK 32-A-0596 2017-08-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfNF&d=%2Fa%2F3d000000pXGX%2FBnIC8dhDFw730MgKuEVl.HQazY1HbnpgQWpBokH3OHI&asPdf=false  
1b444403b7046a64 BENJAMIN ZOOK 32-A-0596 2017-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ96&d=%2Fa%2F3d000000plM3%2Fhfcf0HFDiAfYYZNdVcpalc_yE5H56tsLhkfQ_0ZJCdI&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 85.851ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API