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

6 rows where cert_number = "33-A-0584" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
991f9203cad98825 JENNA PERLICK 33-A-0584 2022-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPD4j&d=%2Fa%2F3d000000pVLz%2FmcEEECXbjhG5F066MZcSXkWAA25fcD8g4_o9X2.B_2A&asPdf=false  
04263556f70ea69a JENNA PERLICK 33-A-0584 2022-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxxXo&d=%2Fa%2F3d000000pVLr%2Fy7ziZzlyFdKlgIlvBgQKoZQTxVIcVDgJoD.JvSHXzqw&asPdf=false  
59e3394fffd9933f JENNA PERLICK 33-A-0584 2021-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNERP&d=%2Fa%2F3d000000pVLt%2FTC5aZ0oLIcqn.s_mu.LOw5h6Ko87ZVHaWEGgxFc0IVc&asPdf=false  
e1bd94dd5923b79b JENNA PERLICK 33-A-0584 2020-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdU9&d=%2Fa%2F3d000000pTLX%2FC2q1NRP4AljjRwo92jolQVEXfvTROOCWhpWOgvwsCkI&asPdf=false  
b05f8d528240d5a1 JENNA PERLICK 33-A-0584 2018-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkYD&d=%2Fa%2F3d000000pSTk%2F8vMZvaMCg8mzq6.HoJNGJ2tgjeQIU5A8SaorCVm9Py0&asPdf=false  
7957dad5ed274cfe JENNA PERLICK 33-A-0584 2018-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb1l&d=%2Fa%2F3d000000pmcw%2FXzESVoQYijWPyCtUiEZFaOp5Ish4iPcQmv_UYyGgWRc&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 126.456ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API