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

9 rows where cert_number = "14-B-0042" 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
a5f7d21dba4de2a6 AVOLAB LLC 14-B-0042 2021-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES9yX&d=%2Fa%2F3d000000pfi5%2FtmHJhBMJ6skjurw3RGlZgX4m8MRTu1N6NERmFgqzPqo&asPdf=false  
f933b7ffa26d0336 AVOLAB LLC 14-B-0042 2019-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghqi&d=%2Fa%2F3d000000plyH%2FCd7DZckaBRrVMMpCMre89e_1JMBPJqRdv.FCQSo5IUk&asPdf=false  
7dbaa3234f5a881e AVOLAB LLC 14-B-0042 2019-07-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaZN&d=%2Fa%2F3d000000piCP%2FcU4_WmsHjOOZ.kR85YkhellSRjy7tpMXb6hnSGiSuvw&asPdf=false  
a0f483472993769d AVOLAB LLC 14-B-0042 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiPk&d=%2Fa%2F3d000000pmpy%2Fo8dPq0aRdKtwi4e1yW._GMqzck3Q_hzFnM3fMAuY7JM&asPdf=false  
c0026dd5a309ff8c AVOLAB LLC 14-B-0042 2017-05-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjNi&d=%2Fa%2F3d000000pScd%2F4AG5efPlaz0eYrhcwQrXPmKDPwnZYf3wm8Nw6_OL9IU&asPdf=false  
0fa747d4a24b1e49 AVOLAB LLC 14-B-0042 2016-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkuy&d=%2Fa%2F3d000000pazS%2FqAUGT6xNFOJ4zLxbyhdhYula557rBHvehXS.4lhU24k&asPdf=false  
40fbd248b2feb7cc AVOLAB LLC 14-B-0042 2016-04-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYbb&d=%2Fa%2F3d000000ppH1%2Fz0pzb1TgK0_WONpyCCWxC1ZSbdbHGJMXPPHDr04wVNU&asPdf=false  
e6a1ed146f00e9eb AVOLAB LLC 14-B-0042 2015-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgenY&d=%2Fa%2F3d000000pXLF%2FXMHch9xPNK1Lq8_HL3wKi6vUv4JCe5sz_vbHjbQrQgo&asPdf=false  
a179806556cb65a3 AVOLAB LLC 14-B-0042 2014-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglDa&d=%2Fa%2F3d000000pUnC%2Frkuq3yfKQqAEr.d.efPx0MKQ0jqZe8bH8h6__tOr2Qg&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 834.909ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API