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 = "55-R-0146" 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
bb3b3d784400b5ab ABERRANT INC 55-R-0146 2016-09-28   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfkJ&d=%2Fa%2F3d000000plX1%2FsNRqBeWz8tD0JyU.Osueu3NIUCHj6PR6BUK59YiNqr8&asPdf=false  
af7156e217365338 ABERRANT INC 55-R-0146 2016-08-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj3n&d=%2Fa%2F3d000000pdr4%2FGSf_OMHC3m24Nv2Ru6kD2BCqFEFh9ZPI.zmlhZ4T2.M&asPdf=false  
8399a2715d7ed4f7 ABERRANT INC 55-R-0146 2015-08-28   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW6B&d=%2Fa%2F3d000000pjPd%2F8aXOCg3_LJDws8aNYoda2KRTApebQtWrg_qQdIYk.0c&asPdf=false  
22a96bf4fab0dfde ABERRANT INC 55-R-0146 2015-08-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjVJ&d=%2Fa%2F3d000000pi8f%2FQ7RZg97Fsjl4DShe_rJocsrgpDrTzU.T_LSpVGeFctU&asPdf=false  
13b108e4251a4604 ABERRANT INC 55-R-0146 2015-04-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXK3&d=%2Fa%2F3d000000pnRj%2FPCAxpkNnFsBZZDks77kmu5WRLFRqf6aTmdYjVRzKoMA&asPdf=false  
0cf35fd8a2f12741 ABERRANT INC 55-R-0146 2014-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnrI&d=%2Fa%2F3d000000pmNw%2FwVrUGr9Nsqj8E5tGNIeu.SA5H4a924pT2e51ZspoNFc&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 3.621ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API