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

8 rows where cert_number = "72-A-0115" 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
1e949fa182cab833 ERIC CROWELL 72-A-0115 2020-01-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcS3&d=%2Fa%2F3d000000pUNl%2FOBmjLCNIdImU3XG71JDU_HB9COxNp.3ZO5Sg8am8Etw&asPdf=false  
b395da29f3729852 ERIC CROWELL 72-A-0115 2018-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdaY&d=%2Fa%2F3d000000pkPd%2FOT8e47uwvtgYJTlLvjHylOYTLr_Hfq4UtJvk6rNw6HM&asPdf=false  
0d9023118a101e93 ERIC CROWELL 72-A-0115 2018-01-30   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcEm&d=%2Fa%2F3d000000pmFk%2F.Oiwq4t_4QepQ80pPGXtlMohRi2i896PrG.ey0RGDVI&asPdf=false  
2f7cc9ff5db5bdff ERIC CROWELL 72-A-0115 2016-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega7H&d=%2Fa%2F3d000000pUCN%2FK2NIaUmS5kUdhxqNbkBHsXAZOBoj9mXJzanVTMGm8TI&asPdf=false  
3add25045f8a6a4b ERIC CROWELL 72-A-0115 2015-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcbm&d=%2Fa%2F3d000000pTCE%2FIhE2uhOcUfiRBvWWfK6PI4zJVTK.XPktT_7O6qoyT6g&asPdf=false  
2fb1810819634c70 ERIC CROWELL 72-A-0115 2015-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdN8&d=%2Fa%2F3d000000po48%2Ffy45_P7JNVbgdtqp1lhk6ZbdH4WeFe3wMO6hYaOlbwA&asPdf=false  
07245055d3235700 ERIC CROWELL 72-A-0115 2015-02-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY4k&d=%2Fa%2F3d000000pUNc%2FQlssScvFnvVWyWxkQeaTd3V85l4Lld5mmYAftqMgS3Y&asPdf=false  
2685bd86701b10a7 ERIC CROWELL 72-A-0115 2015-01-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghIp&d=%2Fa%2F3d000000pdk1%2FCFNyGnhVAaF7SFZP2W2ZBVPf9RaWHrDFqiELevy3f1I&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 323.069ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API