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

7 rows where cert_number = "74-B-0710" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
4aed710616a658f7 Bioo Scientific Corporation 74-B-0710 2017-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg2E&d=%2Fa%2F3d000000pnbF%2FfPSe8lNrpanx6sDTA2O8brE8pDluElKgrpECZL_9aXU&asPdf=false  
b4e0ec67416d29fc Bioo Scientific Corporation 74-B-0710 2016-08-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXQR&d=%2Fa%2F3d000000pjsa%2FWml4A1zLpHGFKBtamOWkv.gYLL4uJF5BPSev_vRrQ_Q&asPdf=false  
f706e3f31f0a635c Bioo Scientific Corporation 74-B-0710 2016-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj5G&d=%2Fa%2F3d000000plBn%2FUrS2RnoyluXTYi4Sg9zTzZwsqAlsyh5rQ7YU_SVthYI&asPdf=false  
c737ed2a6fd1a8ce Bioo Scientific Corporation 74-B-0710 2016-02-01   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYrI&d=%2Fa%2F3d000000pSqw%2FDzfJcd8Hn5heW0OqFyZ8cOv8i3teKohI.a9Stapc8Fs&asPdf=false  
335b82572a36dea5 Bioo Scientific Corporation 74-B-0710 2015-10-29   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVcc&d=%2Fa%2F3d000000pSA1%2F.JQtVaAmj3fuSr0RB_iGXAkKpIT_fUL69K0nAo_iBmc&asPdf=false  
9bfaa4db8dab372b Bioo Scientific Corporation 74-B-0710 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkJJ&d=%2Fa%2F3d000000pmV6%2FKyyCrnJFDd3SRWm8SGb9PoXNpDFsVBXlAmdlxi3w8w8&asPdf=false  
5500d41fc8d74f2b Bioo Scientific Corporation 74-B-0710 2014-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjW8&d=%2Fa%2F3d000000ppJZ%2F1vIOi3k.8qWLOI.dZ.8ZtOGMUAE.QZOLALC7w2BCRAo&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 5.296ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API