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 = "43-R-0115" 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
a18d2d0d5e841c3e VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2018-04-04   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRc&d=%2Fa%2F3d000000pRDS%2FhTTVDY2ha2UNyuvf40cNS6xJPAyvRDkNZ9ALVSvCVxI&asPdf=false  
9abbfbc7f691172b VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2017-04-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXML&d=%2Fa%2F3d000000pfNd%2FFGEh4Dqe57sOQzhbSBriV0.AicxTcgVauwrAi4GbPw4&asPdf=false  
7a748f6b842c42d4 VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcge&d=%2Fa%2F3d000000pSlz%2FWQqI8y3Fx0eUpW7i9T.pLisDOCOAyfWFsjmJf03ywBA&asPdf=false  
f0dac8c91b594b4e VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2015-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egboe&d=%2Fa%2F3d000000ponJ%2FJ5ENWakkLL1IGDafhtOWwNN8plNcvFFM_kRE2Ea64y4&asPdf=false  
04be74aa260073e8 VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2014-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbF&d=%2Fa%2F3d000000poPB%2F8OGLM9cnd.udsUoymLbIjSS55WVcqZQ08kaw8BD1jVk&asPdf=false  
8d14c4fc2c7114bc VATTEROTT EDUCATIONAL CENTERS INC. 43-R-0115 2014-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmqI&d=%2Fa%2F3d000000pn57%2Fse9Udr8jARUjioWpA34YqjYWndYWVNtLbI5cLUgQOsc&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 186.718ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API