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

5 rows where cert_number = "93-R-0363" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
b570249ef05346c4 B L P BIO LAB SERVICES 93-R-0363 2017-07-05   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYYj&d=%2Fa%2F3d000000pTNw%2FfQDfG0kJrRqrztKeCRop876.RyBQEzU45FExPKkqfEg&asPdf=false  
c6d02446571ffcb2 B L P BIO LAB SERVICES 93-R-0363 2016-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdnX&d=%2Fa%2F3d000000pUbI%2F5BHMgWVber5QDJ0JmFcRrnFOYVWRN20gRkzH8lOzWQY&asPdf=false  
93fb7592818f9053 B L P BIO LAB SERVICES 93-R-0363 2015-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgepL&d=%2Fa%2F3d000000pjNN%2F0hf6vxisiPHr9wsV3j3og_nclXYcmwwNP_n.djXSPRk&asPdf=false  
74c96cd44e39665b B L P BIO LAB SERVICES 93-R-0363 2015-09-16   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYS6&d=%2Fa%2F3d000000pkCB%2FN0fjgCPHK4LnfRdLQkB7fHVNptGJXPDvEdqQ4gbvuUo&asPdf=false  
fb6abd30b1893c1a B L P BIO LAB SERVICES 93-R-0363 2014-07-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWB&d=%2Fa%2F3d000000pnr3%2FQb4pgHLPLrUtLB75DagLK2.2rnRXXEtRv79S3gEH2nM&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 7.978ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API