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

7 rows where cert_number = "47-A-0522" 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
8fee3aa5a5c33c5b Keith Schweitzer 47-A-0522 2020-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjKu&d=%2Fa%2F3d000000pfPB%2FFA593hdnady_mQ0dO8Vz5U6_tTtT1mH0tM18wdMpWy0&asPdf=false  
db4a7d29cfa04d63 Keith Schweitzer 47-A-0522 2019-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjBA&d=%2Fa%2F3d000000plES%2FnqHbbZnIEO1MY79W2prOduS2SrlFN2kTggaf.gj9PDM&asPdf=false  
60e29d2d8cbd75f3 Keith Schweitzer 47-A-0522 2018-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjR8&d=%2Fa%2F3d000000pnbv%2FEgHS7OnPLng9hEL7j03w_KMgv5EBnFmZPGicjwP.egk&asPdf=false  
9cc85aa0ffbd4c61 Keith Schweitzer 47-A-0522 2017-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeiw&d=%2Fa%2F3d000000pl2Y%2FV_2SoLjMMyZFoqPSdZNFMECCoAFY.B.hpYVKumn2H5A&asPdf=false  
c068cf27a7bdd5b9 Keith Schweitzer 47-A-0522 2016-02-23   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSD&d=%2Fa%2F3d000000pUj5%2FP.XXa2d.XAHDMDyzliZAdOJ9gRwoeQZvTJx7FeAB.GM&asPdf=false  
c3adcd2345c14c6d Keith Schweitzer 47-A-0522 2015-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egil3&d=%2Fa%2F3d000000pbBP%2FGv2gFwiEU7a99D5cJuOgZ2MpBFPb0A.bWFpA3LWAr28&asPdf=false  
bdcc03aa743e2edc Keith Schweitzer 47-A-0522 2014-12-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmK6&d=%2Fa%2F3d000000pRzD%2FiX0E_lOXyOSEMP2VD_PTbBq1fuQBTAVdhwtZmeRnpzU&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 225.791ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API