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 = "31-B-0181" 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
9735e799fae9d7b0 Everything for Pets 31-B-0181 2024-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EbEBE&d=%2Fa%2F3d000003Cfme%2FG3_vSLel3uarwLyf2Q3omiX3Qp4H3vMDterEi.kbQRA&asPdf=false  
934c2318bdabea83 Everything for Pets 31-B-0181 2023-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000859E6&d=%2Fa%2F3d00000167gK%2FBHRfdCtEA6.dUrNrMfI6sVo4gzBeryS5nVhs.MZgY1I&asPdf=false  
96c99edbbb5293db Everything for Pets 31-B-0181 2018-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8XmY&d=%2Fa%2F3d000000pl2X%2FI0gz6sPhxP0fkIBsWKz00UasYCuD094GKuao0rmmhpI&asPdf=false  
90c59b19cc195dec Everything for Pets 31-B-0181 2017-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeeB&d=%2Fa%2F3d000000pacd%2Fq5YW.Nnw8U5uS3tY3rja4L3WtTB8mGKh7XTIfg4FUTQ&asPdf=false  
72cdd3e97597b515 Everything for Pets 31-B-0181 2016-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZUj&d=%2Fa%2F3d000000pjEk%2F72TBQ_iMto0OlEcP.fgk_WLwKOLElfLCyd6AjSwXeA4&asPdf=false  
357eb9f18ffd828e Everything for Pets 31-B-0181 2016-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYLO&d=%2Fa%2F3d000000ppAl%2FNNIT4Bwm0rmLsjDaplHjBcGCNanNuI4oCzKpy6AFUHE&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 508.276ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API