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 = "32-C-0236" 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
e6a6624f8e657790 Daniel Wallen 32-C-0236 2018-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaCB&d=%2Fa%2F3d000000pkpa%2Fl3V.6TWiFceCoh3GCAxCJXJISahmYcU6Av4yK8d4x7w&asPdf=false  
2fb3e992c25f0b2f Daniel Wallen 32-C-0236 2017-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcto&d=%2Fa%2F3d000000plXH%2FbXScERY.qfQA3rEDl8HDCQoOG9RW8AQolUsimXCekZ0&asPdf=false  
866f86a23a6e21f8 Daniel Wallen 32-C-0236 2016-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeY8&d=%2Fa%2F3d000000pnZv%2Fo_ZAF9ReBDRYbLIvoZqXOOyXC8dnDgDigfwRF6sAybE&asPdf=false  
b87e4ad97f11c5b8 Daniel Wallen 32-C-0236 2015-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYpg&d=%2Fa%2F3d000000pUD3%2FwQNQoLrb1zPBHDoTXQvFZdvKbVyW1yCCsE.eqxJB9l0&asPdf=false  
e07b3896b8dd8029 Daniel Wallen 32-C-0236 2015-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc8k&d=%2Fa%2F3d000000pnBG%2FCaJihY7Jw2SHZ2cyudU6M2qTO008mE1aTYFLtzMcvZk&asPdf=false  
cd3adb527ebea0f1 Daniel Wallen 32-C-0236 2014-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdIj&d=%2Fa%2F3d000000pjio%2F0mJuclIDX0.cjf4W9aK6VLen.NCdB2z6I60Aqyt97zE&asPdf=false  
c55e4b38aa26cde6 Daniel Wallen 32-C-0236 2014-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk1k&d=%2Fa%2F3d000000pX1I%2F7RGfaV4JDl7nLitLHXlBcZu6MlRV8zQCS00liCFdPuY&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 17.609ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API