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 = "54-R-0002" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
3e9562997c64df47 W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2018-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeJs&d=%2Fa%2F3d000000pXE1%2FB3eqvSCusMXdSM23cu8.m9pI2RVm.G5ctG0E9Q2WoBw&asPdf=false  
2699ee6428df3ccb W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2018-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUV&d=%2Fa%2F3d000000pops%2Fkhb6SE0F4hBVjWOhIvxdE6gVtKoygTtnZuRYnS9D8uA&asPdf=false  
f9e8b23811e9d919 W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2017-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgktE&d=%2Fa%2F3d000000pUku%2F6EUsjBog0eYSKwoePNtzQVpMSKjpkpxE_aHxCWXTYX8&asPdf=false  
68a68f2bb9a49362 W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYT&d=%2Fa%2F3d000000pn4v%2Fe46K_F8CoWixgQcROGwuI1l_EB0uwrCV72aBIZ_MHb0&asPdf=false  
9784c43d3ee14353 W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2015-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmGj&d=%2Fa%2F3d000000pnVf%2FUk0XpqqzBpdrYLudpHluHJDKz07r56L8Rd71l2_vJg4&asPdf=false  
5a5a58eaecad5cb7 W V SCHOOL OF OSTEOPATHIC MEDICINE 54-R-0002 2014-06-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglZR&d=%2Fa%2F3d000000pl3z%2FyfAZ.Gy9MKQrJh0l.dnVSh7ncSebGUTdNpya2sILxgY&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 4.712ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API