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-0097" 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
e64cb80c0dcb7563 Linda Kauranen 14-C-0097 2022-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9KpI&d=%2Fa%2F3d000000ph5s%2FMzjNR1uhtyCcgSOE0Mc42rMLvnHpZTISNZBq_4TPHp8&asPdf=false  
f0348897357e8f4c Linda Kauranen 14-C-0097 2022-01-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V99MP&d=%2Fa%2F3d000000pgzF%2FDP75Amm88JqVIR.8pR3TjwwmEAlZq7OvezwAzcDhD8A&asPdf=false  
89ce58591d9a12e0 Linda Kauranen 14-C-0097 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJy&d=%2Fa%2F3d000000padT%2FAws0xFPvtLJ9BhOHwdfDt9WYPkoSpKgX4C53snnO6bw&asPdf=false  
3175d5c3753ec9f8 Linda Kauranen 14-C-0097 2019-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaGP&d=%2Fa%2F3d000000pSGt%2FXJ1OYrv_e7fB4YGrASqHNm1OXL9H1N83DKFCMoRMwaE&asPdf=false  
a98202b6233dd810 Linda Kauranen 14-C-0097 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbo9&d=%2Fa%2F3d000000pb1K%2FWi5Y8dOJoZcAPa2mGuf0sBfiiyMmNbboTLtqaKn0utM&asPdf=false  
5ed40640b7e9ad49 Linda Kauranen 14-C-0097 2017-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZlz&d=%2Fa%2F3d000000pj8o%2FlxnAa539uLmQIxsNhHDKJ_qMA7IB_KupDZY.Ysk1QGg&asPdf=false  
d40b06079aa72cd9 Linda Kauranen 14-C-0097 2016-05-16   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOm&d=%2Fa%2F3d000000pdzZ%2F_KSVIcPor4kS.Ws.UQ4W36FoER5qmoEQ2bI.OZ2OpbU&asPdf=false  
db25fd6b47601bd0 Linda Kauranen 14-C-0097 2016-02-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYV4&d=%2Fa%2F3d000000pdPQ%2FVSopQtQnYpgEKDgM6YUWojWGJPPHagSBhpStebVgiwU&asPdf=false  
6d34ca10795e239d Linda Kauranen 14-C-0097 2014-12-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWeW&d=%2Fa%2F3d000000pkW4%2FQ4u5Bw9JqreFMM2_v2S.zvxZMMjYDhhf9WVUQBDGsik&asPdf=false  
258011a2d7fc1403 Linda Kauranen 14-C-0097 2014-11-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRh&d=%2Fa%2F3d000000pmAO%2FrQt3oHdl_VVPlgUpF_WQMD8aUnF4v61AZUeju49Vc9c&asPdf=false  
1d088568056f60c4 Linda Kauranen 14-C-0097 2014-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYMZ&d=%2Fa%2F3d000000pUEA%2FsCdvxUqzTrgzUmRMWz6OmumHOqrXjPxczZ10pGVQoFY&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.173ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API