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

5 rows where cert_number = "31-B-0104" 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
98e277d863025474 ROBERT PERRY 31-B-0104 2014-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4I&d=%2Fa%2F3d000000plXn%2FXxh9W2REblAkQ2Ff.mBO4LPmp4NHiDdyRc2P3BCxGaY&asPdf=false  
1bea9628f2e11524 ROBERT PERRY 31-B-0104 2014-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoXQ&d=%2Fa%2F3d000000pap9%2Fjk74kk4GkNrN4t0S3BgRtPz.vRT3jUutLST0urVPtjs&asPdf=false  
9b8ea61f3f3a27a6 ROBERT PERRY 31-B-0104 2014-07-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmcY&d=%2Fa%2F3d000000pjQ9%2FDapTE750dbTXbJ4ngCdFSDpDsSR.flVp7lG8.lZ5KQw&asPdf=false  
7cb6658ba86e174c ROBERT PERRY 31-B-0104 2014-04-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggIB&d=%2Fa%2F3d000000pn5G%2Fnmt8K_jDv9eftMf9oABg9sd_WcN8ccQ0NYTCxBLDl2E&asPdf=false  
7ba22c1de3356228 ROBERT PERRY 31-B-0104 2014-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfvG&d=%2Fa%2F3d000000pT9Z%2FqVJH05UNY5va1Pr4j8NSmsrz6b7N6.qRkPKRAlw1No4&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 348.237ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API