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 = "74-A-1554" 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
a9afb936b5b1ffbc Jean and Betty Nelson 74-A-1554 2022-07-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxldl&d=%2Fa%2F3d000000pTci%2FGUeTLRzd0x5QXQwDQdHm1CMCeUsP.TTAOvoJTX5dgro&asPdf=false  
b478ec31053787f6 Jean and Betty Nelson 74-A-1554 2022-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwfqX&d=%2Fa%2F3d000000pTbl%2FnjX45oCxxtZws.9CAWsmBJVstylHjFQpgEEOLesBrYY&asPdf=false  
6f91e9c2934ff8da Jean and Betty Nelson 74-A-1554 2022-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9YPQ&d=%2Fa%2F3d000000pTcR%2FiP_FwUVW19tpjDHAgneJyuxyXuaZX_Om2tnyl1FSN5Y&asPdf=false  
fa4aa638393b0bb5 Jean and Betty Nelson 74-A-1554 2020-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk4K&d=%2Fa%2F3d000000pTcJ%2FUxLcZZa5..OAlPhDOt0KUGz74dwxhFBR5QMZ8lXACpM&asPdf=false  
7ac75fb4d7b8865c Jean and Betty Nelson 74-A-1554 2019-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc0b&d=%2Fa%2F3d000000pTcz%2FbbrGFQLjjCwA1bR9.YS__UdU_KDoumlW2an.H3riNeU&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 79.255ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API