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

8 rows where cert_number = "52-C-0227" 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
8a682c72c4a29ee0 Darin Handy 52-C-0227 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008P5ki&d=%2Fa%2F3d000001CSen%2FNdqsjbRxkgu892MFrVb.Gv_CpExHcqfFkepbHJCuX3s&asPdf=false  
90f9f82ee4f1acc8 Darin Handy 52-C-0227 2022-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxs9d&d=%2Fa%2F3d000000pTxL%2FfIRehnmRFoK12EcsG7VAHTBjjFLz7.lXJ4w5g6TuHSk&asPdf=false  
b002e471e0b15e68 Darin Handy 52-C-0227 2021-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNGT6&d=%2Fa%2F3d000000pTxT%2FYeJlEWfVlL7l2Bcv983a9.46sWTkPPendsyrYEzoefM&asPdf=false  
eacfb476ed6d990b Darin Handy 52-C-0227 2019-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoW2&d=%2Fa%2F3d000000pS3v%2F1_x98.wk3X6cjsums6fB4XUMfuM24RzBQNQA4dfo4L0&asPdf=false  
53ac65a2b7abda69 Darin Handy 52-C-0227 2017-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghWv&d=%2Fa%2F3d000000piH5%2Fg8xrYGueYhR4xe0Ma2ao5NH4VLTSJOM1EyOgxaGzfWc&asPdf=false  
3e6bb2d0a97f0be8 Darin Handy 52-C-0227 2016-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiqw&d=%2Fa%2F3d000000pkLE%2FZER3KAtPpcllwWgfItD2Y_fF6izvJJetk9gmNz.6vkc&asPdf=false  
b4e02fdf6d2c30c0 Darin Handy 52-C-0227 2015-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiqq&d=%2Fa%2F3d000000pWjE%2FbWfyTsrOyxEdDCouq_Df7Ky881KxGPVKtm94Zge1LvE&asPdf=false  
6aa123fa98d9ce91 Darin Handy 52-C-0227 2015-01-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmUM&d=%2Fa%2F3d000000pUjQ%2FZ0fRXpB.btWya3AY9woUy72f8_Cy.rg0QR0eLhzLcn4&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 29.0ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API