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 = "16-C-0168" 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
b6592a2375c85764 Bret Haughwout 16-C-0168 2025-03-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RsNRc&d=%2Fa%2FSJ000002oPID%2FTDy1.3pTUe1yhUBcJKOnafszF4YVAuOsOwPsw4C42zg&asPdf=false  
c83cfd1b3eec3cf4 Bret Haughwout 16-C-0168 2024-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBV1S&d=%2Fa%2F3d0000035wFS%2FCN0fpCLjL7u4hO5HQe2zDZhMvE_Udk8MXIxKwYrgTLw&asPdf=false  
8ec96b8878cbd9b3 Bret Haughwout 16-C-0168 2022-08-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy5ia&d=%2Fa%2F3d000000pY1E%2F368RT54Y5R9sw2zJ.8GbYrNPGl9Qor8n9svWK3xLpmY&asPdf=false  
8c3001ffc99541db Bret Haughwout 16-C-0168 2021-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNG3S&d=%2Fa%2F3d000000pXy2%2FBM1oJeEKEGmBrRFyYzb.zmbxgVv1pnjrk7SL22h5ZpM&asPdf=false  
4cc5a6b48bfc1cd1 Bret Haughwout 16-C-0168 2019-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglij&d=%2Fa%2F3d000000pXzE%2FhT7Saz.Nn6.4w4..AwXLV4pmIpuHJZM93mSCM.hDc8Y&asPdf=false  
502ddc2d56acc00c Bret Haughwout 16-C-0168 2018-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfJL&d=%2Fa%2F3d000000pXzM%2FkAwplRlZm_med77DUDdYhQcz3U65_jvEPLZWLKBWD7g&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 31.427ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API