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

12 rows where cert_number = "21-C-0282" 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
8fd392d2e6b4f456 Donna Fritz 21-C-0282 2026-01-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zv702&d=%2Fa%2FSJ0000083Q9V%2FfD8w3YPQpcm018jH7PvcZBXVYtqkdIAvvOSLh.C7S9I&asPdf=false  
5d013b023a9860da Donna Fritz 21-C-0282 2024-06-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EBZrp&d=%2Fa%2F3d0000035yO8%2FAixd.Myki6e0LS7YauZn6DNVKK.4j6QCmXdEVC450YY&asPdf=false  
545d0e3d6340220a Donna Fritz 21-C-0282 2023-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008DriT&d=%2Fa%2F3d0000018p7r%2FPNXixOqBJ4xQrQpSJ64S4OQPhJzXe1rZaqogj8VOImU&asPdf=false  
0b7baa2947df1a89 Donna Fritz 21-C-0282 2022-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwUgl&d=%2Fa%2F3d000000pe88%2FQdQ8wEMB1NqWJ.QDsjA50Bw2FLwiOdiW32nzQjs10wY&asPdf=false  
a62afbe114ac5393 Donna Fritz 21-C-0282 2021-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESiLb&d=%2Fa%2F3d000000pe7l%2FvYK_VhM9W_kUVawJkaJH2o.faTQ6DNxDF2m2MJq38Mo&asPdf=false  
bc01ec25a4efb98a Donna Fritz 21-C-0282 2019-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkgx&d=%2Fa%2F3d000000pe7U%2Fe.ec09o8nrMQ5ekRlfe9gfg1nkIJbrgvcRCKlLgVzeY&asPdf=false  
60c5e07a00537ad2 Donna Fritz 21-C-0282 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkSG&d=%2Fa%2F3d000000pe8Q%2FiArrqcNU.vARCoahtX0gzuv_leMIozw.S5iRtYezDmY&asPdf=false  
4f06f21401495aba Donna Fritz 21-C-0282 2018-07-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfbZ&d=%2Fa%2F3d000000pe7z%2FKeb0EqTMNeEdZbQETKemQNCQmkcGeSqWKMuzcDCnm3g&asPdf=false  
a7a46b8fef418320 Donna Fritz 21-C-0282 2017-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkOn&d=%2Fa%2F3d000000pe8g%2FD.IOt_8h1EH7BYUwKQPXV5GshxUEvzilpPO7K.jgX20&asPdf=false  
44a75c2e60e1490e Donna Fritz 21-C-0282 2016-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkrQ&d=%2Fa%2F3d000000pe8b%2Fs4vy9aMtMbWCmegzBPMFS6r1fAnH1m4OJWyFsjl59cA&asPdf=false  
437869ca2cce977f Donna Fritz 21-C-0282 2015-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghEh&d=%2Fa%2F3d000000pe7t%2F59nMb.cf5rne1ASRyTWEwcHPzRqaVNnDApG2e9.vtcM&asPdf=false  
8d66d8abe2231832 Donna Fritz 21-C-0282 2014-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege8Z&d=%2Fa%2F3d000000pe7W%2FgSZnjWawuvZryF68E1juViDPwNKLAm_Z1D0I0hyx.k4&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 365.268ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API