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 = "71-A-0748" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
b0a3daca9c6ff9b7 BARBARA GULLETT 71-A-0748 2017-02-15   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbed&d=%2Fa%2F3d000000pWRo%2FHC4GOPZ6KuU1T8a4HxEKMwxUvizMk88ZOX.k7r5Su3U&asPdf=false  
73fb63390823918f BARBARA GULLETT 71-A-0748 2015-07-07   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVkp&d=%2Fa%2F3d000000pmwa%2F.x5X6G9O8VFLNTsvETvyNfirxBExqi.s8MZelYWHN0I&asPdf=false  
6e2c977a1ff629fc BARBARA GULLETT 71-A-0748 2015-03-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYMa&d=%2Fa%2F3d000000pnq9%2FCMKHNJA7886qKRWRepa8OCgRKyK6_VGvY88NJ3z2UOQ&asPdf=false  
81b36dde2d245d3c BARBARA GULLETT 71-A-0748 2014-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8t&d=%2Fa%2F3d000000pkHv%2FV0G_2b1x9ZRXWkrGJksLRCxKeW2bvoFR37MSFauO2Ss&asPdf=false  
f8575ee610d1cd27 BARBARA GULLETT 71-A-0748 2014-09-03   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwSN&d=%2Fa%2F3d000000pmQW%2FNybx6iFoFeegzP7ZOU8htp7ay6upB83zmD_mFIF8nXM&asPdf=false  
bacbb79b09bc7123 BARBARA GULLETT 71-A-0748 2014-05-07   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWfY&d=%2Fa%2F3d000000pSFV%2Fq71In4hnsrbLE5pm2p4NgLdlTIidor5VL4Vvx0Ti5R8&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.193ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API