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 = "35-A-0248" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
67e0634a3df7d24d ALVIN NOLT 35-A-0248 2019-09-11   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRm&d=%2Fa%2F3d000000pfsQ%2FSygR2Vvap5ehrIG28WzulAy9cgheRZHEDFxuXnOZttc&asPdf=false  
0e51af45aa5d043d ALVIN NOLT 35-A-0248 2018-08-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghz9&d=%2Fa%2F3d000000pp2C%2FZrpf6s0pz2f62VM4biJA4YRJfqQ510JQzqg31oX.O48&asPdf=false  
dc25b7698d34b1ae ALVIN NOLT 35-A-0248 2018-02-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWWj&d=%2Fa%2F3d000000poy0%2F4TopczI3FcEGQ9KHHdZGpRqOMRqedOTYtsRiZKZQQQU&asPdf=false  
61659e79ce50175b ALVIN NOLT 35-A-0248 2017-08-09   0 2 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXih&d=%2Fa%2F3d000000pn3h%2FVHO07YiuxNX6ivG.Fgi0aBUI1g4apT8mZmtr4J5C8_Y&asPdf=false  
e376d6982cc92d86 ALVIN NOLT 35-A-0248 2017-01-13   0 1 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYo6&d=%2Fa%2F3d000000pWkY%2FkywxTQND.b6_yZJ_dlVa2hbXjUrMiF6Zqztig_HoUDk&asPdf=false  
96342fd9644e33a0 ALVIN NOLT 35-A-0248 2016-07-18   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxX3&d=%2Fa%2F3d000000palg%2Fuz.vS5LsnbQtN4UMlGqYL9regfCQ4Osn3Z6SZ8QfdP8&asPdf=false  
83893207f1b5e68c ALVIN NOLT 35-A-0248 2016-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdYB&d=%2Fa%2F3d000000payl%2FceEVfH1n3ECrBIAv7CqbE_093SGVav.x4l2i5c3FHtc&asPdf=false  
029cf7c26c4afb6c ALVIN NOLT 35-A-0248 2015-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjMK&d=%2Fa%2F3d000000pfq7%2FAwxFsw5Gr5UVfhI892KDWeU2utMfogxMcX4ovV18.XE&asPdf=false  
c051379e887ca401 ALVIN NOLT 35-A-0248 2015-03-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeHM&d=%2Fa%2F3d000000pp9g%2F7QrF9fLh456adjlw1Hmnhdz1SfEuwbBrAYMFCkbE0Lg&asPdf=false  
e5e3cd287ebbcf19 ALVIN NOLT 35-A-0248 2014-03-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWAV&d=%2Fa%2F3d000000pjgr%2FEvMXHJE0J4q6i1ra19SYc4B7qlDT__7T0UQAU3UmP6g&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 99.128ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API