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 = "57-C-0160" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
01b182a39bac0176 LARRY ERWIN ELAINE ERWIN 57-C-0160 2018-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaoJ&d=%2Fa%2F3d000000pi5s%2F3E0i4wuJrs0x_89lf02Bn5Pxc4go9Uw6OTANmrS7od4&asPdf=false  
67de0846ac79faa4 LARRY ERWIN ELAINE ERWIN 57-C-0160 2017-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbWw&d=%2Fa%2F3d000000pRRl%2FRCrTKjlcmer_c3Jx7n2LcGZxLufljO0oPQtvUzSanB0&asPdf=false  
7e2313f2bb903074 LARRY ERWIN ELAINE ERWIN 57-C-0160 2016-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdtz&d=%2Fa%2F3d000000pRc5%2FhIU4Tnvk.AYVqPYnv4ua_7FmUU.npj2kzDN_rX5AhpE&asPdf=false  
07e1a55d0a4e935a LARRY ERWIN ELAINE ERWIN 57-C-0160 2015-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcme&d=%2Fa%2F3d000000pb9g%2FpaAMs5oQnDk646hC2dwLw0r6bbUa7g0ot9ZETfH2ngw&asPdf=false  
cb8d5ecfc5180bba LARRY ERWIN ELAINE ERWIN 57-C-0160 2015-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgctJ&d=%2Fa%2F3d000000pSST%2FYjZDTgS1gVEx1Jp_D9bjhyGNtVEu7pQRbx4WpSjFz_Y&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 193.712ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API