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

12 rows where cert_number = "93-B-0193" 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
d6b8494b0acfedc3 Allen Thompson 93-B-0193 2026-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000zQUXN&d=%2Fa%2FSJ000007zLY9%2F7yL5e7ROM6ICNbh79U_xVb8Sl97RIv01xxVfkE4CcpQ&asPdf=false  
39ba051c303e0eef Allen Thompson 93-B-0193 2025-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000aPBDO&d=%2Fa%2FSJ000004GIDB%2Fgpy3MzihHS9UeRXbgWIu92_aHtIsxqR1RUsyctnfmvk&asPdf=false  
4df31f2469fd5410 Allen Thompson 93-B-0193 2024-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EJgHy&d=%2Fa%2F3d0000037atQ%2FwY7c7ulIpsmSBznqg.0N.ZunzrmBqtSP9.hs4qxD6aU&asPdf=false  
f861383b5c2272d4 Allen Thompson 93-B-0193 2023-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008PDlK&d=%2Fa%2F3d000001CVCr%2FHsvnOSCkphZYZAVecePhleg44snQolVCO.OLjnaqHc4&asPdf=false  
0ecd9893d3eedd1d Allen Thompson 93-B-0193 2023-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ufOz&d=%2Fa%2F3d0000012w98%2FnVfK8x0l_YkHOAgNrkvbthAmaw1qo68QXORVM3e_aYA&asPdf=false  
83dff67b5eda0b5e Allen Thompson 93-B-0193 2021-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVWo&d=%2Fa%2F3d000000pfOZ%2FV1_k__H_Vg4qUVZF6bdivs6zMdP_8dukG.HFFSNY8p0&asPdf=false  
0a06613b921322b5 Allen Thompson 93-B-0193 2019-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnhU&d=%2Fa%2F3d000000pWUN%2FtBpaom.uQkP6pZDGElZeumAfFYBwfmUuZr8irE9oKKY&asPdf=false  
6bdcba716c735ef1 Allen Thompson 93-B-0193 2018-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnkN&d=%2Fa%2F3d000000pnvE%2F7bt04iBXvTC7wyxH1fxnARQjDjVzfh0c6eE4SJFVOAE&asPdf=false  
d4569266c95a15a2 Allen Thompson 93-B-0193 2017-09-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdMk&d=%2Fa%2F3d000000pk59%2F7fh2oTPVQ9zPkT3wn8puPDkTMnQzWO5TitiZXJXSvmM&asPdf=false  
6f60425f04c816c8 Allen Thompson 93-B-0193 2015-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkZM&d=%2Fa%2F3d000000pfrZ%2F7ArRyOkdKN6HFIAmlD6GLvIb906U5D01FRR03Hbfs84&asPdf=false  
612fa7a669871179 Allen Thompson 93-B-0193 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egngd&d=%2Fa%2F3d000000pesS%2FKSO9ugbw1zU5KZ5rgoMMP5X25niTc97iveJwdOE33_M&asPdf=false  
15118ce8a550fe16 Allen Thompson 93-B-0193 2014-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego68&d=%2Fa%2F3d000000pXTK%2Fznya6BScocVYfiVnU1p7MbuMEMbi_LtHnvig_BZRhI8&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 36.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API