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 = "92-C-0137" 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
624284c632c1f226 GREG GUSTAFSON 92-C-0137 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh1B&d=%2Fa%2F3d000000pkdV%2Fkglh_NmcAZy4dH2qyV4E4n6eNit5K5gG_0mGTKSqukY&asPdf=false  
dc901a5c64cf02e4 GREG GUSTAFSON 92-C-0137 2017-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglT7&d=%2Fa%2F3d000000pfRz%2FPdxphUkHUvffx8QBviZori_3UTs_BOq3PLaforuPy6w&asPdf=false  
9c4960ceb8660fef GREG GUSTAFSON 92-C-0137 2017-10-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfMl&d=%2Fa%2F3d000000pS4u%2F6wwZsjcu2aQWXiUKgS8q7p.jClC5yHO4.p7fj7HtnS4&asPdf=false  
6cc11aab8e453ab6 GREG GUSTAFSON 92-C-0137 2017-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmYU&d=%2Fa%2F3d000000pb6t%2FdbaXjNuAvzHpydjtMS4eE7WCvQGuHJsGT.bdQal4Pr4&asPdf=false  
aa3f87fd763c16ae GREG GUSTAFSON 92-C-0137 2016-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYS9&d=%2Fa%2F3d000000poDG%2FRtIXLbMo_ID3pjaNoc4VANTRA2_HtEQkh4Lu9O63d80&asPdf=false  
04536f01aea6d880 GREG GUSTAFSON 92-C-0137 2015-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl2E&d=%2Fa%2F3d000000piIo%2FKr23Y2PqRhGXkC2YyRmHTiNfrgX.UhMkF.eKRQIEmLg&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 67.081ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API