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 = "31-A-0689" 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
0ee4ce23671b0e52 ATLEE BARKMAN 31-A-0689 2023-05-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Jm4l&d=%2Fa%2F3d000001AoyJ%2FHyGviP6Qj7bYySyWoDTIyKGZIxJsoWyWR9l0XSd6ZrU&asPdf=false  
297bd63b552a15c9 ATLEE BARKMAN 31-A-0689 2023-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPS57&d=%2Fa%2F3d000000pa0z%2FG2AMIHZcuA0duKEAYWUrJZeQ1XusTrmKGxFLScIrqYk&asPdf=false  
9b81201d67ba5cc3 ATLEE BARKMAN 31-A-0689 2022-12-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPQVX&d=%2Fa%2F3d000000pZx6%2F_f1nPBZ.zD91n3H_akIl_V8rRms6f7BwNc3L0TMQ3G4&asPdf=false  
d8add22ecbfe46b4 ATLEE BARKMAN 31-A-0689 2022-12-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPKuW&d=%2Fa%2F3d000000pVbO%2F2pS6nAi1fN8zOuyh2.vTyt.5MoJ1o2Nw47eLHmJtRaY&asPdf=false  
c2b6eda8a3a483b9 ATLEE BARKMAN 31-A-0689 2019-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkxG&d=%2Fa%2F3d000000pVbk%2FxHwVY6625k_ZpAgLepKOWw6DLeHWU1oda_jLM8ZI7VM&asPdf=false  
674ffb797626e58a ATLEE BARKMAN 31-A-0689 2018-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkZt&d=%2Fa%2F3d000000pVbc%2FWt6qRpP0lLDHnrFEAQTzB9_N1qDWSzAH1QwjQsHYJAw&asPdf=false  
75a00fa505a2a816 ATLEE BARKMAN 31-A-0689 2017-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egay0&d=%2Fa%2F3d000000pVbX%2FP2DiHpdl3FHOi9vaC.cWNFnr.41pfu4.lQUv1.tHFrg&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 256.85ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API