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 = "42-C-0202" 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
11f57525bc0de51a Pella Wildlife Company 42-C-0202 2015-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeHb&d=%2Fa%2F3d000000pWVF%2FvSL6gE6M8RRdRPUzj7nxCr1quCOI0KtDfieBB_DbEe0&asPdf=false  
cfd5c2b296c3caec Pella Wildlife Company 42-C-0202 2015-08-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmMC&d=%2Fa%2F3d000000pmuC%2FJa7WmyHZbDQi_dPdvUYb0LOSTfEglVW8Umu.l2t2wxw&asPdf=false  
ee662ca8fc135af4 Pella Wildlife Company 42-C-0202 2015-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdKw&d=%2Fa%2F3d000000pT1O%2FYEDBCCRYGONuSnRDvViw5z2ntfDVA5JN_M1s.VTWFM4&asPdf=false  
d1dd343b319e03c1 Pella Wildlife Company 42-C-0202 2015-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkKt&d=%2Fa%2F3d000000ppQi%2F.oNIM0bXo5FmfzkymZn3aUyBJUfNIH5kFlnm5s.Jv.0&asPdf=false  
fffaff428e6da9a9 Pella Wildlife Company 42-C-0202 2015-02-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXox&d=%2Fa%2F3d000000pRX5%2FZjWD2LvzJtw5SrteElBmTCOlXOcs9IlbjvL5kTq3dgU&asPdf=false  
5756dc54a4bc1a33 Pella Wildlife Company 42-C-0202 2015-01-09   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXAE&d=%2Fa%2F3d000000pRGM%2FDgNSCIiIk.drNcYMTjDJoRT5kuXgO1AKtVT.i6.gs10&asPdf=false  
f2482ebb2ff56fd6 Pella Wildlife Company 42-C-0202 2014-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgewC&d=%2Fa%2F3d000000piAP%2F1JHrGJa9abds7UEjE5__ulUmgOCriDa_jaY2A4APAcU&asPdf=false  
ad685d7cc7434141 Pella Wildlife Company 42-C-0202 2014-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXmR&d=%2Fa%2F3d000000pkci%2FLJ83xmTpXtQdEC82DlDai7asWd0V2uC8hKH7w.oTaG4&asPdf=false  
e61259ca63478c6f Pella Wildlife Company 42-C-0202 2014-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4U&d=%2Fa%2F3d000000pkvq%2FtvYdGA5I7y.K_mneUPgDD5fCcBvgLjiIicQb6UT9aqk&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 25.362ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API