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

4 rows where cert_number = "51-R-0084" 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
057eb3f486dc9b1a OTSUKA MARYLAND MEDICINAL LABORATORIES INC 51-R-0084 2017-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcaY&d=%2Fa%2F3d000000pkNW%2F1gA5ncRJV4Lqne9r_JO6fwT88zi1IY93CtAllm5B4Qg&asPdf=false  
db5868db0bbf869c OTSUKA MARYLAND MEDICINAL LABORATORIES INC 51-R-0084 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWr&d=%2Fa%2F3d000000ppQZ%2FP6rCvlel0bYzRg5cYjmmjOniqfOEW46HRI9XgwbjPrE&asPdf=false  
223fa3dda6852ff4 OTSUKA MARYLAND MEDICINAL LABORATORIES INC 51-R-0084 2015-11-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeKO&d=%2Fa%2F3d000000pma0%2FQ58jp7oVUepGVc6PfZ0gPz5QTDX8_symBDw0Cgl1XYg&asPdf=false  
0b891354bd0f4e40 OTSUKA MARYLAND MEDICINAL LABORATORIES INC 51-R-0084 2015-01-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkL8&d=%2Fa%2F3d000000pk2O%2FEsIS43nxtr_VoPSOU7.LZ0UHUMref8iRKcZjCIkfm3E&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 556.681ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API