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 = "64-C-0223" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
948e4e5b5a456953 BEVERLY MIRACLE 64-C-0223 2018-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaph&d=%2Fa%2F3d000000piF0%2FMbzpX6uBI925lSBOnuIw3dech_teSNdCqYeRehqKJEE&asPdf=false  
a07fd68270102694 BEVERLY MIRACLE 64-C-0223 2017-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdd5&d=%2Fa%2F3d000000pko3%2F0MQNBLEj6at84nJFZ7DCB5FQJzBCdLJ.fFYK7DtbeYc&asPdf=false  
041a0b5c922d65d5 BEVERLY MIRACLE 64-C-0223 2017-02-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdyG&d=%2Fa%2F3d000000pagm%2F8kcaG0Hq2rfYadj4GOAfE2Cnjc2iW5sf6mEBJ.YRNEY&asPdf=false  
5ad4191a86cfa0af BEVERLY MIRACLE 64-C-0223 2016-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdRr&d=%2Fa%2F3d000000pkxB%2Fk3hPFNOECEOt__YRsxunJNuzfxstSigsXX0rabiX6RQ&asPdf=false  
c22e3e8425015840 BEVERLY MIRACLE 64-C-0223 2015-11-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYRH&d=%2Fa%2F3d000000pmQe%2FriTwgE1jjyUkxvrhMKkvzh_y.jbsw3c7bPCtT9OU.Oc&asPdf=false  
050ab55a9d20f016 BEVERLY MIRACLE 64-C-0223 2015-10-01   1 8 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYkH&d=%2Fa%2F3d000000pb2C%2FjsOpPDC4SltoPTAbBXAd4_RSmqA.g9.dqJlRhLGIUIU&asPdf=false  
b8a72df080f15ae3 BEVERLY MIRACLE 64-C-0223 2015-07-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggb4&d=%2Fa%2F3d000000pl2O%2F2dSYmyFtKc3aAs.nRZZ7p3wcck5Onmcg1U1zTtEKlFY&asPdf=false  
a4f8af7b28f11e4d BEVERLY MIRACLE 64-C-0223 2014-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbJR&d=%2Fa%2F3d000000pnBz%2Fb0WCWs79M2EhmjiqifLRCayasNbZIVd9lAc1WABB7yY&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 623.178ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API