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

7 rows where cert_number = "33-A-0574" 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
15ee72b308e1d8da LISA LEWANDOWSKI 33-A-0574 2019-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeC0&d=%2Fa%2F3d000000pbBC%2FHLnc4VzQ8UOaMtAibI5kzgvihs5l0A4ZHtr4k.ci8eE&asPdf=false  
920d861cb3dd0ea1 LISA LEWANDOWSKI 33-A-0574 2019-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjsO&d=%2Fa%2F3d000000plIL%2FPNtJkK.PY9vm7LwePM2EHCNd5f4NH.zT6FK5skK3JoI&asPdf=false  
c0a31631b12bf2d2 LISA LEWANDOWSKI 33-A-0574 2019-05-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc41&d=%2Fa%2F3d000000pb1G%2FEUqBrXJ23QBFh5e5.EzCVjIuUqSrD9rfOvB_9rcwOMQ&asPdf=false  
60e282bdd280dfde LISA LEWANDOWSKI 33-A-0574 2019-04-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbkW&d=%2Fa%2F3d000000pSVT%2F_FDVhLYeSQzJwRNDZreRplSZ1J7qd9Ja9eHQ392keP8&asPdf=false  
5c334c60ed60b2f7 LISA LEWANDOWSKI 33-A-0574 2018-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfkc&d=%2Fa%2F3d000000pSme%2FtYxqqrInbD6xkK.v0FGvSjOyEqnvS8Bl1eRZZsfjc2o&asPdf=false  
78ba7443db7cfcf6 LISA LEWANDOWSKI 33-A-0574 2017-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjPP&d=%2Fa%2F3d000000pob4%2Fadt64XKBgJwd7lmY_tWhXmhXLHDuc6bnp6xXHnEE_fw&asPdf=false  
5fa86e3f3f898fce LISA LEWANDOWSKI 33-A-0574 2017-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaR5&d=%2Fa%2F3d000000panH%2F0XKK1eJ4J855gj6PNcCpeTmXBH2A28qH26tVI773Fbk&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 191.338ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API