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 = "43-R-0051" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
c41716976214ece6 IMMVAC INC 43-R-0051 2021-06-03   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhHu0&d=%2Fa%2F3d000000pRrr%2FQgV0cSM3LJdrr6mgxQSovDh5V6tp6LNGC1Gv.8aNAD0&asPdf=false  
d72baa5053d405cf IMMVAC INC 43-R-0051 2020-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglrL&d=%2Fa%2F3d000000pesB%2FOjzy0MIKAa5UZ6TqiNmeFcTzw5c2K34mASTl04VfCxk&asPdf=false  
b183e882eec45981 IMMVAC INC 43-R-0051 2019-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglxG&d=%2Fa%2F3d000000pRGk%2FWcqlMalXvlVzR.tUwMRiUJtgt08lH9uOpMsHFJT166w&asPdf=false  
34430522657955af IMMVAC INC 43-R-0051 2018-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmD3&d=%2Fa%2F3d000000plqe%2F7BVtt4MiUAHSdHlaCzEoVQUtUQ3jGu_Ol_6vItFnoBc&asPdf=false  
b1aee5ffd4d1f066 IMMVAC INC 43-R-0051 2017-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBM&d=%2Fa%2F3d000000pmrh%2F7Rznl_Erx8IZtGeC_PDQOIw8LdUODSVF7tPy4bZZUnE&asPdf=false  
6e56ed31577c339e IMMVAC INC 43-R-0051 2016-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgloO&d=%2Fa%2F3d000000pnKT%2FWyxUUftSlbmVyIhtQ2BeB0EXd1gdifV0M5c_F3wlq0U&asPdf=false  
c437021397d0067a IMMVAC INC 43-R-0051 2014-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglqo&d=%2Fa%2F3d000000pkYG%2F6GTSjeWtVVMATiTsHT8nkSnJx1nKKFNHYO2VD3jhdOg&asPdf=false  
1a34d1fde2160d6c IMMVAC INC 43-R-0051 2014-02-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkxj&d=%2Fa%2F3d000000pexe%2Fpatwm25yip9PBhexpA9JvE.ASUutDalGhSe9O2plT.8&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 752.293ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API