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 = "22-R-0149" 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
72febcc94a2bdb50 ZOETIS INC 22-R-0149 2015-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EganN&d=%2Fa%2F3d000000pSo8%2FgMtuSzMaumK52iiTX4gRrEqvZQynZM2BuaA4Oc3RdpQ&asPdf=false  
f58946026b349785 ZOETIS INC 22-R-0149 2015-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJe&d=%2Fa%2F3d000000pkAm%2FJhLMU9O1fTDZ8_OkU7dhYaWGJ7HrNF4PvGFsIXQ.HpM&asPdf=false  
bf5a6525c63ac2d5 ZOETIS INC 22-R-0149 2015-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfwF&d=%2Fa%2F3d000000plxa%2FvlvZTetdvFFvZrVsvfPPw2p88cpD0dR0PMsIUeeFdUE&asPdf=false  
7c5200e74506d318 ZOETIS INC 22-R-0149 2014-08-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggMs&d=%2Fa%2F3d000000pS5h%2FOWD9BGf0K9zNR0uUDFh7N4vHd6n14G2n2pzodEF7ZFU&asPdf=false  
b150b96fdedab254 ZOETIS INC 22-R-0149 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbM3&d=%2Fa%2F3d000000po9Y%2FALRZ8Rmb1y4NSIPAOrrLQZIqzDxFF7NjLd0Vy5Bkopk&asPdf=false  
ac0c932cb3f84c1d ZOETIS INC 22-R-0149 2014-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb36&d=%2Fa%2F3d000000pXC5%2FDqGDWuu.YQvNM5u69kf8NmkjxFZd.wn9tjRxX0Hf9lw&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 8.503ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API