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

11 rows where cert_number = "55-R-0108" 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
15d155331ee3f9d4 Integrated Laboratory Systems LLC 55-R-0108 2024-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000EO8B6&d=%2Fa%2FSJ0000018BDp%2FoaRpsJI9Aafw.rIQgCzHSz.TB49vzPtaB3QACzsytJo&asPdf=false  
920350e6f2610211 Integrated Laboratory Systems LLC 55-R-0108 2023-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B2gnN&d=%2Fa%2F3d0000029ECh%2FtzpQd_vYjLE_wYaCyl6uXogUbRQRDIKpCb5oF91Oac4&asPdf=false  
c306765843d782eb Integrated Laboratory Systems LLC 55-R-0108 2022-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv5Mu&d=%2Fa%2F3d000000pbp2%2FEXwEPa.aYesoG25E4bg.KvezHkl6bauP0WwhCRMBrok&asPdf=false  
83eb6c70f41e2a3f Integrated Laboratory Systems LLC 55-R-0108 2022-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8zpc&d=%2Fa%2F3d000000pbpe%2Fdfs0X2NQa7mJPHL9vwA1_kuRRfDGAylBHK7FNgPogog&asPdf=false  
8efb13de6b1bca01 Integrated Laboratory Systems LLC 55-R-0108 2021-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMWmc&d=%2Fa%2F3d000000pbq7%2FFl.SvROWiuishJvx11.K.WwfdDKiK.rN5NGeumm0iOU&asPdf=false  
20581bd9a395b77b Integrated Laboratory Systems LLC 55-R-0108 2020-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ErX9e&d=%2Fa%2F3d000000pbqR%2FH1pI5iHp402VdGHJ.NNy1ubvEKl_fEY7Ie3nbmHwWSI&asPdf=false  
8a7cbae68939b94e Integrated Laboratory Systems LLC 55-R-0108 2019-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjca&d=%2Fa%2F3d000000pbpL%2Fg4.aVJ9wX7QcqX_CQc_pFvAjL3f6QGY8jqNFn7Yu1NM&asPdf=false  
880b28e14d7492b0 Integrated Laboratory Systems LLC 55-R-0108 2018-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmdH&d=%2Fa%2F3d000000pbpU%2FchCIjcNd1dz1.4nlERf_dbtOZyJNuO1nHYaDChOnkK4&asPdf=false  
cf552d0f9bfbb88e Integrated Laboratory Systems LLC 55-R-0108 2017-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglP1&d=%2Fa%2F3d000000pbqK%2F.zmyO.NUzY7Aim_b_cmRpk9i18R89HhxBoutQQN3e7M&asPdf=false  
6b6a71722524da09 Integrated Laboratory Systems LLC 55-R-0108 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm5y&d=%2Fa%2F3d000000pbpv%2F4TXoYWnzdIG4KmT7ZcBShCVfvOq7ibu3KSu8qH4mN_s&asPdf=false  
150f891ec629b2ef Integrated Laboratory Systems LLC 55-R-0108 2014-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnP3&d=%2Fa%2F3d000000pjBV%2FODHUi7nnByPBlWudNMGt3.HN7ZWAd99eb3RtKsXN8IA&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 18.078ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API