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 = "63-C-0191" 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
482536a0889420a3 EMILY ALBRIGHT 63-C-0191 2018-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn9x&d=%2Fa%2F3d000000pag5%2FQ34RluUGNjk1f7fyQQRdTKaC3Dq1m.DztFa7IyvYceE&asPdf=false  
27241f4ecd9ac3b6 EMILY ALBRIGHT 63-C-0191 2017-10-13   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZao&d=%2Fa%2F3d000000pWww%2FNkWPttYN6rIGfl1k15f.zK6Z6A.HRtB0MQ7cp_CcMEM&asPdf=false  
7c64ba1f7fc1f966 EMILY ALBRIGHT 63-C-0191 2017-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm5C&d=%2Fa%2F3d000000pn1L%2FhhEFw23THvNoehxDSAWqyRMO7nZgPyzh0cn6y7UzmpE&asPdf=false  
7e69f1e7a9226af4 EMILY ALBRIGHT 63-C-0191 2017-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmrf&d=%2Fa%2F3d000000pafL%2F3DKvPFdUqY4KQ6e7i88YF.yyNSL8ta17qOK1TDGaftc&asPdf=false  
21ca077ee7892431 EMILY ALBRIGHT 63-C-0191 2015-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega4z&d=%2Fa%2F3d000000pp8D%2Fr.CQBHOYSE_q_mYeKgSzQ9qidg91m9nvbYGkO00xjrc&asPdf=false  
d704ce37f09c2c21 EMILY ALBRIGHT 63-C-0191 2014-05-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWx0&d=%2Fa%2F3d000000pjEy%2FuWhvFqUUrills7nKxsWud.4xzUGQdDbkPVHcftgBmEk&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 174.638ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API