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

6 rows where cert_number = "91-A-0127" 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
08c4fbf6fe1c9de5 GERALD KISER 91-A-0127 2020-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgggA&d=%2Fa%2F3d000000paiQ%2FwEr9Iox.qSMq9u_DI8F7SjQDJSjYkeFaKoTFFij25y8&asPdf=false  
a085e09b26b0e8ce GERALD KISER 91-A-0127 2018-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5T&d=%2Fa%2F3d000000pSYL%2F90bjns_PEPlJNZHwUlLgrAsbOrrTIZWZi_OtsDQdhAY&asPdf=false  
85dae677d8c7058b GERALD KISER 91-A-0127 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghKY&d=%2Fa%2F3d000000pXIL%2FORUPYBQEet3Kdnnb.cvRIvO591oL0WdD2YLtRCDu3.k&asPdf=false  
e6303ad4cf2ac9d0 GERALD KISER 91-A-0127 2016-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egig0&d=%2Fa%2F3d000000pTNg%2FXG3tKAofraYzKJ3nLmCO36drVaGCBBIn9xyAxj8APEc&asPdf=false  
cf0ee00c26bdc76c GERALD KISER 91-A-0127 2015-02-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX34&d=%2Fa%2F3d000000pdYu%2F71CNaXQnEnYXpx2s4KAXOoIFiK0Rpq9.DgiQa7Oztn4&asPdf=false  
0ec8985b0551f1fa GERALD KISER 91-A-0127 2014-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbKj&d=%2Fa%2F3d000000pmZG%2FalIvzh5X_9WX5GJ0MalPhJn9suLyGNr1DfrI_MBhG50&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 415.498ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API