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 = "42-B-0285" 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
33a9b4060cf5a4fb Lea Jacobs 42-B-0285 2018-08-30   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghPt&d=%2Fa%2F3d000000pooN%2Fx0S60J5B_QVSSIF_.iWn.YqGIiS1o6k0pdNG6rTfxPM&asPdf=false  
c0d9563e2fddda9c Lea Jacobs 42-B-0285 2017-06-21   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh9v&d=%2Fa%2F3d000000pWTh%2FI8INdm8XX4tBtT8L_M78dH6kLDOvxNqcu.X2BJeWhn4&asPdf=false  
1b76d0e90ed7f860 Lea Jacobs 42-B-0285 2016-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglP0&d=%2Fa%2F3d000000pRVt%2FNhfDNsQLpnIdAaJr20Bai1onRSNuoeP1H5DaZosRdmE&asPdf=false  
cf6455d20d38b20e Lea Jacobs 42-B-0285 2015-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj5M&d=%2Fa%2F3d000000pRSV%2FYK87nt8so22sEaNl_qg0paK9scLHv75oeOgrO3H5_hQ&asPdf=false  
a57b87ef6de6a10a Lea Jacobs 42-B-0285 2014-08-26   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVzP&d=%2Fa%2F3d000000pfWH%2Fxcep2OPOMVQbbaE5QRCcvm3baYWEpeDd0ftDjtsnAtg&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 329.418ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API