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

10 rows where cert_number = "34-C-0157" 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
d19d980cad5a9d71 GARY MOORE 34-C-0157 2022-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywf9i&d=%2Fa%2F3d000000pep3%2F20mhgKS.AVB_pFS2M6RQ.pHqzaHbSoodi2vxeWPbsTk&asPdf=false  
b364c7ab46ea4542 GARY MOORE 34-C-0157 2021-08-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMmUU&d=%2Fa%2F3d000000peoa%2Fec9.1JRyXerEDrPDRU84DdY0vyZj6nAD2faT.95M6bI&asPdf=false  
7d6e748a4bce5aa3 GARY MOORE 34-C-0157 2021-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhQ2u&d=%2Fa%2F3d000000peqx%2F4LZU907zTpcX72blDEqm0UoavY9hM8BvsjSUfT.ZeKo&asPdf=false  
bdf1f5c52bb13a10 GARY MOORE 34-C-0157 2021-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERlMD&d=%2Fa%2F3d000000peqm%2FrJstN_DH0Jm4xGc.qBoATw8PP_dstrLLQsymDzfO14s&asPdf=false  
d5bb06a431841f6f GARY MOORE 34-C-0157 2019-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW4D&d=%2Fa%2F3d000000pemy%2F6sQHNIXXIKs3L5bW45dCNj_bcguZ.sPKvcQxi8WF47Q&asPdf=false  
c02b6a2549307333 GARY MOORE 34-C-0157 2018-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW3X&d=%2Fa%2F3d000000penQ%2F3cXRN.TJiQbDK2vyzvBj6KIFoTA27DQ8LoXoTBtAVGk&asPdf=false  
27c5e66e7567a380 GARY MOORE 34-C-0157 2017-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVj1&d=%2Fa%2F3d000000penL%2Fq.wfQHq6WZWT6gOvPPiijqrUI9vCbj3oOcOZIWr9PP4&asPdf=false  
2dc9cb9083c2a28b GARY MOORE 34-C-0157 2016-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWN1&d=%2Fa%2F3d000000pem3%2FqWJumlKPNSgrd58OUG6wU4aLC9.3EAN1a61tFrzd5.8&asPdf=false  
cdd0bb82ad9382a9 GARY MOORE 34-C-0157 2015-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX1W&d=%2Fa%2F3d000000pen4%2FJ5l3d3tp8Rs0BwwjGpOduk0z_MxvjF9eCoWsxdSsSXs&asPdf=false  
6b949ef0ef65751b GARY MOORE 34-C-0157 2014-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWk6&d=%2Fa%2F3d000000pemZ%2FVyIS9kopW6qodfmtzfT74S7GWmIv1xqiOLUGshGu7.M&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 3.68ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API