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 = "31-C-0186" 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
956fbeb79b8498b4 KAREN BARBER 31-C-0186 2018-11-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbUp&d=%2Fa%2F3d000000poKg%2FyNYRdJHXg3DDxrUjunanLWDDBqDUSM.rCEWgn7WjtfE&asPdf=false  
8146c3bb0966cd34 KAREN BARBER 31-C-0186 2017-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkgr&d=%2Fa%2F3d000000pkza%2Fd1Gt73UvdAULP62r9r2nlsUKZN.x_svKc7DHomObZPk&asPdf=false  
ae4c339249aa499c KAREN BARBER 31-C-0186 2016-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiDs&d=%2Fa%2F3d000000pfoF%2FbQ.766Gb5v874bWiiyVTOqZA1GpFB2oM34cO7WoKxbY&asPdf=false  
6b4056c316f9b96b KAREN BARBER 31-C-0186 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbzR&d=%2Fa%2F3d000000pSmC%2FoUMVvQTgFKyVDvJsJfYsdpi8neK8jjcVL9udL8sJ4Fs&asPdf=false  
2a881e712dd251c1 KAREN BARBER 31-C-0186 2014-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc8X&d=%2Fa%2F3d000000pnIm%2F9LMOgcIjudOETeuj8Iwhe6dF_PCaw3Lh7heWH9ACajo&asPdf=false  
686f565b7259891a KAREN BARBER 31-C-0186 2014-09-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmMP&d=%2Fa%2F3d000000pdUv%2FcV4XE.N7fIjyqanyfGpSPBW.RlO1zwerEYrgIzX0sNQ&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 682.355ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API