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 = "33-C-0464" 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
42ccfd3c7959facc GWENDOLYN FULLER 33-C-0464 2021-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERmEH&d=%2Fa%2F3d000000pRmS%2FaG127eAa0LKzAFBkZxryOJ0T_7u5CDkqfrMz9IhKSIQ&asPdf=false  
a0a84e7d1dc93ef8 GWENDOLYN FULLER 33-C-0464 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfqA&d=%2Fa%2F3d000000pdm0%2F7XliaWk.DQI39GVw.NkRMYNqsO48wp8FlXQQSQk8iSo&asPdf=false  
ef3e20ff4d29b77c GWENDOLYN FULLER 33-C-0464 2019-07-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFB&d=%2Fa%2F3d000000pmHm%2FAk8bWRJwAOArfB.bxtMVXVeDWJjfaiEcG2585ypNLcM&asPdf=false  
e5a1c03059ede4fc GWENDOLYN FULLER 33-C-0464 2018-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh3k&d=%2Fa%2F3d000000pmcS%2FbUfMBkUMLlA.5VVngSNPbBOegONXkYByn5ubvSwIFV0&asPdf=false  
f42fdcbb25e66914 GWENDOLYN FULLER 33-C-0464 2017-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfCJ&d=%2Fa%2F3d000000plco%2FqSC2UCT_cbytTrNP3_eCkM.mhHuJDb4S45OfbWDSnOU&asPdf=false  
dddc8f9112196058 GWENDOLYN FULLER 33-C-0464 2016-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggqx&d=%2Fa%2F3d000000pjv3%2FMg8_F3TOcCG9E44iLClZXUtazD11E_thPdyU97tjlTU&asPdf=false  
0d951f36f9af4fe7 GWENDOLYN FULLER 33-C-0464 2015-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfAZ&d=%2Fa%2F3d000000pWRB%2FM6yHhysVUkorcZazB8GOTDW5J5kKfIapgMKnlSjyzpM&asPdf=false  
09d4012e0a15788e GWENDOLYN FULLER 33-C-0464 2015-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl4u&d=%2Fa%2F3d000000paqD%2FKV.bqsj.vS8PUxmzMU8In1zvHtgEmYNDHGGdHG6L3w8&asPdf=false  
d8b04db55c748dec GWENDOLYN FULLER 33-C-0464 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYbF&d=%2Fa%2F3d000000pkTP%2F7V0fzl.5CUWZOQzxLsrgEDYt6zX1Q_tCCUfX109ER78&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.348ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API