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 = "31-C-0244" 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
7f35a8683eeac3d6 Kevin Kleer 31-C-0244 2024-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000004YtkX&d=%2Fa%2FSJ000000GIiX%2Ft3ea54Fsm5yGSzl637fiMsP4DwwtEbCVmEgitYVwovE&asPdf=false  
577f12f8ffa94040 Kevin Kleer 31-C-0244 2023-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BK9Oy&d=%2Fa%2F3d000002EeBD%2FUxBFfCyakNoLWKwGShpYE6Om4UlkMm3wY2y.0lmwYf0&asPdf=false  
aa0a2b71782f6029 Kevin Kleer 31-C-0244 2023-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B7Vjz&d=%2Fa%2F3d000002Am19%2FekVNZ8NmiNDPLqAiFdMrTsMwA8cwE3UEPK1.PEdBhc8&asPdf=false  
832539778f3a815d Kevin Kleer 31-C-0244 2022-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9b20&d=%2Fa%2F3d000000phDg%2FWAgV5mv3t6jP9O_qr_N2IYhmMHa3VxL_WrebkG7h01M&asPdf=false  
ee36a002633b3b61 Kevin Kleer 31-C-0244 2019-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjle&d=%2Fa%2F3d000000pRGf%2F7EsgSmeWKukGfB6AZXNbgH6O3ddErZ0fINx.RbCiEUg&asPdf=false  
45beb2a48094b883 Kevin Kleer 31-C-0244 2018-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmG8&d=%2Fa%2F3d000000pp8l%2FnjbgjoZI9Xs2fScURByJFP_UAu7gRx06.JalNaqgn6k&asPdf=false  
b9287b5f6d4cd880 Kevin Kleer 31-C-0244 2018-07-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbz9&d=%2Fa%2F3d000000panI%2FzM2IYp.Kim2gdKuiLGurKbNrGWJ6J9ZhEBtdUcSa80c&asPdf=false  
93daaf79445f4d0f Kevin Kleer 31-C-0244 2016-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLe&d=%2Fa%2F3d000000pXPo%2FUUEZdgqUNbDWG8rLDrPqlQXHQL7PEVjCYGnN8ZnyAJM&asPdf=false  
416f37f8e2be4a55 Kevin Kleer 31-C-0244 2015-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0K&d=%2Fa%2F3d000000plcf%2FvlYEmKZLYuWT0a9ebSePsAwAaX3QEJd_IFL2Plk2waw&asPdf=false  
35b5a518a429e5f4 Kevin Kleer 31-C-0244 2014-05-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmHF&d=%2Fa%2F3d000000piBt%2FULO6GlnQnf5Qgf07Yf6QsbOA4kOi5OP_aEizFeKCKww&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.539ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API