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-0478" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
5e3e741e56a290cd DESIREE CAWTHON 33-C-0478 2023-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uUMP&d=%2Fa%2F3d0000012n83%2FtSeWVX6tCjYqnJqMhqZmSI6L2PTt_7dBKTsGGn9Oii8&asPdf=false  
3ff64be2edeb2cf1 DESIREE CAWTHON 33-C-0478 2021-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Fu4&d=%2Fa%2F3d000000pXOs%2FHqq._ElipDkHHuq54FLcrwOWxDBzJ1K8xB1TijSi6sc&asPdf=false  
93b47ad35e8dd892 DESIREE CAWTHON 33-C-0478 2021-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVi9&d=%2Fa%2F3d000000pRxB%2Fv2fDXo2A4f.6ia3aFIg1eUhUbtHerQq5XaxEV5zPk8A&asPdf=false  
5341577c074ce6bd DESIREE CAWTHON 33-C-0478 2020-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBo&d=%2Fa%2F3d000000piLL%2FcqSDuoHdc8qBxCFY19qXIOUI5c3BBLSxXYQ_Z4NSc44&asPdf=false  
d2afe547a74f3dc6 DESIREE CAWTHON 33-C-0478 2019-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAQ&d=%2Fa%2F3d000000pnKv%2FyjDEE7xuPHPc.FSW_JLl8itbwdfm7.np_fxMfBXM6_k&asPdf=false  
842d9a771dcc629e DESIREE CAWTHON 33-C-0478 2017-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeeD&d=%2Fa%2F3d000000pfm9%2FqUpkYYhuYLheCsJL8A0LmwK9M93XnAPQ7Ti99C_Z1Xo&asPdf=false  
f8b67ce4cbebdc04 DESIREE CAWTHON 33-C-0478 2017-06-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggOo&d=%2Fa%2F3d000000pozo%2FChQUSxjTjn1ljPO7mH4yjvRUqgOCH_dg72wLYBgJU5o&asPdf=false  
09458e97b488ca81 DESIREE CAWTHON 33-C-0478 2016-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfuS&d=%2Fa%2F3d000000pp4l%2FPfYfoNLY91tk6ow1g.gCPPEKdsL.V2AELiGlrIoxjis&asPdf=false  
b23b03c609084508 DESIREE CAWTHON 33-C-0478 2015-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaZC&d=%2Fa%2F3d000000pncM%2FXkl4QdbT1FztEzCMEDuqleT08BNj2_pC5D6p_KvduAk&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.747ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API