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

9 rows where cert_number = "33-C-0343" 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
9bf88fb8d69afcdc ANIMAL FEEDS AND NEEDS 33-C-0343 2019-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghyQ&d=%2Fa%2F3d000000pTJ5%2F1yOQpFWoo165wXSTZqQZzi1p8s8tPcgichUstGoKzX8&asPdf=false  
9ae82f6fe2ab9e9a ANIMAL FEEDS AND NEEDS 33-C-0343 2019-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiAV&d=%2Fa%2F3d000000pb95%2FE0vfWwkqSidpd.dLReF9G5c2ere20_aw.pH0c_EyMgY&asPdf=false  
a1338922a701f8c2 ANIMAL FEEDS AND NEEDS 33-C-0343 2019-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZwh&d=%2Fa%2F3d000000pXEa%2FfZGP14c5zK3hYniXzDxYbyXA.WEhSvDNaMNnZ.DH7Og&asPdf=false  
617c9effe5fddbfb ANIMAL FEEDS AND NEEDS 33-C-0343 2018-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiHB&d=%2Fa%2F3d000000pX4a%2F_8LKfG1j6KJGXZCf5.afrcfndd1.o.tXKbSejbyr.MQ&asPdf=false  
a6fb04f16da5f83a ANIMAL FEEDS AND NEEDS 33-C-0343 2017-08-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egain&d=%2Fa%2F3d000000pgjC%2F1MFgH91ogMGQ7Dd642r8Rx2t06e_u0.VgkFf9oF0X0A&asPdf=false  
6d6d11d5030eb54d ANIMAL FEEDS AND NEEDS 33-C-0343 2017-01-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjve&d=%2Fa%2F3d000000pWWt%2FJC.w9u7YzFxnVKO8nmMOtfpFHRx3LcCMVjvvdSJKJXM&asPdf=false  
2b561aa25e63dfd7 ANIMAL FEEDS AND NEEDS 33-C-0343 2016-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkO9&d=%2Fa%2F3d000000pX2L%2FvEyxjfr7bGPYuFLGk_xwkCpPBLQ.IPMRwtpr4CeELw8&asPdf=false  
2b0e0f07bc268e66 ANIMAL FEEDS AND NEEDS 33-C-0343 2015-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjqd&d=%2Fa%2F3d000000plvm%2FbenowvVp6TB9H1LLJ11YAXTyVnz1q86gIiVAOYIYsX0&asPdf=false  
5d94c61cb620181d ANIMAL FEEDS AND NEEDS 33-C-0343 2014-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjbM&d=%2Fa%2F3d000000pWXA%2F_yPK_zRUTcd.JoFbEOFIBj3SoWWeMpA6M_btRV1o9no&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 3.8ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API