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 = "91-B-0114" 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
02f765c0bffaa408 Altasciences Preclinical Seattle LLC 91-B-0114 2022-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw2y8&d=%2Fa%2F3d000000pYo8%2FCEIb0975yAUG8AgDyk3ZWvJvHp6xFFDmccFetXeOeuU&asPdf=false  
7cdb528757fb2393 Altasciences Preclinical Seattle LLC 91-B-0114 2022-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwzeZ&d=%2Fa%2F3d000000pYlm%2FWCBh4pxcftkRj3bMNNra57ze5xGrJSFjAk2A8zQwGH8&asPdf=false  
2ad5b8b0f7176415 Altasciences Preclinical Seattle LLC 91-B-0114 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9MZL&d=%2Fa%2F3d000000pYmo%2F09wROnRcehT336cPTKsqSiLuks6vHKv05kDbVywHog8&asPdf=false  
c0303cff5851ef35 Altasciences Preclinical Seattle LLC 91-B-0114 2021-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8aB7&d=%2Fa%2F3d000000pYlj%2F6FJ.bSchS57pa4Z_.ZHlJ0m0R6hGd44zCOD8vPjOLkE&asPdf=false  
fe4ec31f6cd4a4a5 Altasciences Preclinical Seattle LLC 91-B-0114 2021-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMkVH&d=%2Fa%2F3d000000pYmq%2FYawxbYuYJ6Qy33HsOm2NgsOQptdC0CVmBGYbkkVdXbE&asPdf=false  
20bdf5b45fb4ca3b Altasciences Preclinical Seattle LLC 91-B-0114 2019-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egauj&d=%2Fa%2F3d000000pYmi%2FHWGtrW3K12Pcl8RE55Znnvv.n.x5lWqeS4wRM.a71mI&asPdf=false  
639da3a764c53b03 Altasciences Preclinical Seattle LLC 91-B-0114 2018-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaB0&d=%2Fa%2F3d000000pYmv%2FsJuaIRU0Q0_ZaJwGuQF5CHg.aQTgrujmTqt6fqWbgZM&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 1504.301ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API