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 = "85-B-0068" 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
f437ddbc0bcabee8 Pamela Mull 85-B-0068 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjiy&d=%2Fa%2F3d000000pdU2%2F.zXmrXBOGMpE1s8PonEU81xiO5JwRbmJ6YbBmaSRkSc&asPdf=false  
7b17b9fdfdfddd91 Pamela Mull 85-B-0068 2017-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdej&d=%2Fa%2F3d000000pXKG%2F6kbyw6J0C_6a4QaQRp4auIGPQblWzyMQkwEgtJKHig8&asPdf=false  
7e21e95265f67916 Pamela Mull 85-B-0068 2016-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeQI&d=%2Fa%2F3d000000pRKF%2FTue2LrOomI6XSA6Y3NTL08LZ0LHNSXsbXaZBDGrGMhU&asPdf=false  
e03fd1802ebbf545 Pamela Mull 85-B-0068 2016-01-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi5N&d=%2Fa%2F3d000000pbgF%2FuVjgfWnl0bji0XW6IUNsKivq1GMmNrTauE68g2kVPac&asPdf=false  
837f30f105833ffd Pamela Mull 85-B-0068 2015-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglGZ&d=%2Fa%2F3d000000pfrA%2F4SHETMj84K5BBFGkqzomdgpvouW5i_p7.KkatiJSKbA&asPdf=false  
c1f840325fbd870a Pamela Mull 85-B-0068 2014-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkEX&d=%2Fa%2F3d000000poBl%2Fx5rOVBXrF22_qvkYmN_l9j1isNAwGDY3k_QqZnx5wCE&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 1269.229ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API