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 = "14-C-0150" 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
eb117a3e1a0401fd Jeffrey Paine 14-C-0150 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jmxK6&d=%2Fa%2FSJ000005cd5V%2F1vor0tZdfmef4z3eZLQW9v81rogAfrwHkONoB5QtGTA&asPdf=false  
645af87759c84357 Jeffrey Paine 14-C-0150 2024-09-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000644fu&d=%2Fa%2FSJ000000ODDp%2FhK8bYzWctrYpykU3Ay4g_i5SHTsUCSS343MVI2CCte0&asPdf=false  
69b32e6524f844cb Jeffrey Paine 14-C-0150 2023-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AYZIz&d=%2Fa%2F3d00000247s5%2FyGYWmjj2s_cUArnjBnDIqRrmKWBieK9VYxRQuRfqZZU&asPdf=false  
1102ba0aa2ccfb9d Jeffrey Paine 14-C-0150 2023-08-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009kDq1&d=%2Fa%2F3d000001iI5C%2F0_BsdUQ1kVjyD4lgeIEhG6JeEb4M5dQpxauOBMh9otc&asPdf=false  
9a79578feff9b0a1 Jeffrey Paine 14-C-0150 2023-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMZ6&d=%2Fa%2F3d0000012pEY%2FiVZ2b4GlFPSA4vh7jxi4OKHqPneHUmCnTb1SkIrcsXE&asPdf=false  
0ecfce7c44cf88cb Jeffrey Paine 14-C-0150 2022-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw862&d=%2Fa%2F3d000000pZ2j%2FtMeOL0It38GviCmA9CaiI1nTeSWTGREKUTnUq0FaPEk&asPdf=false  
eef7291f1b811317 Jeffrey Paine 14-C-0150 2022-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9aEK&d=%2Fa%2F3d000000phDG%2Fsi.dNSxfzabpDk5Mfosq43oUdudAy_YDgh5AnFR6uKg&asPdf=false  
a1b1e2e5d0f88f7d Jeffrey Paine 14-C-0150 2020-07-30   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVnc&d=%2Fa%2F3d000000pZJb%2FxdD_FSclMHTBi7xRyhozLcE4Dnawox_nygDGpvvOTH4&asPdf=false  
fe53360d96da7f3f Jeffrey Paine 14-C-0150 2019-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYUI&d=%2Fa%2F3d000000pkUM%2FjFXRZMif35unQg1og6logMuOIoMNB5AAGR1UoQSN76g&asPdf=false  
4ebe1983e6811453 Jeffrey Paine 14-C-0150 2019-09-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYOM&d=%2Fa%2F3d000000pZ3I%2Fr9kSqfBLJMWYcBUZn.megysX48EjTKGADZpu0h8XizY&asPdf=false  
2a0a90ebf1b34b0e Jeffrey Paine 14-C-0150 2019-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXWy&d=%2Fa%2F3d000000pjRS%2FW5fAIRbc.E_QfmYk43pCPVqUVJ270auHOHPmdZxW5Fk&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 1573.842ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API