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

9 rows where cert_number = "72-C-0187" 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
a06e3c403ce2813f SANDRA SAWYER 72-C-0187 2017-06-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdQj&d=%2Fa%2F3d000000pTFC%2FxmGdB4N3Uw7QB7VExbVLzzWcsV5szZfrWArd8E7JG88&asPdf=false  
18627327d7784e54 SANDRA SAWYER 72-C-0187 2017-03-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghvw&d=%2Fa%2F3d000000pofi%2FTZqPtK5hfdLhpjgG3hGWL47x5ZelphA.Hxmsc3YdnjI&asPdf=false  
2acd7e12f61ee45c SANDRA SAWYER 72-C-0187 2016-12-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkAg&d=%2Fa%2F3d000000pSGl%2FY7kSc_xCAXhqx..IdVCpEVLRp66eufGf3HW.TCSksvk&asPdf=false  
c5860c28ccff5f63 SANDRA SAWYER 72-C-0187 2016-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfid&d=%2Fa%2F3d000000pfwO%2FP2xK5AJyAo76H_2j3WukM2.FqnFixOh8byvW44A6myg&asPdf=false  
7dc5a48addc5fe2e SANDRA SAWYER 72-C-0187 2016-05-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXWD&d=%2Fa%2F3d000000pkn3%2F7sx7umBfYmvwMp00eKJXpMXx53sUAObrxGWFDnGyQas&asPdf=false  
28a3fa0582748716 SANDRA SAWYER 72-C-0187 2016-01-12   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxRP&d=%2Fa%2F3d000000pWr8%2FI0LKjAix9UPLD9jeK2Kz340ULfbetZ9IdKYaVY.BErg&asPdf=false  
931e59f34564a364 SANDRA SAWYER 72-C-0187 2015-11-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg8T&d=%2Fa%2F3d000000pkXW%2FPTvM7PDrPK44KI6QaYxlHTjChmiKTGNAMIPxgYgr8Ec&asPdf=false  
a2f3a56bb9a8f87b SANDRA SAWYER 72-C-0187 2015-07-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggiP&d=%2Fa%2F3d000000piMv%2Fn726f.4eNkWl34Tir0b1xaGoEx.dbw_xVoJgy2BGbTQ&asPdf=false  
c7645503afa2796a SANDRA SAWYER 72-C-0187 2014-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggdJ&d=%2Fa%2F3d000000pdmg%2FbWcJQmtddma1QYrEZx8H2622a39Cq0QQjVAVgQKhL3k&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 77.681ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API