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 = "47-A-0614" 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
368ca16b149f0038 Ron Sherman Peggy Sherman 47-A-0614 2019-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmB9&d=%2Fa%2F3d000000pb82%2FAJdSICF2.D94oPPtIKWmkCdk1IduML_.VdN5ANduzAA&asPdf=false  
13e47f3284891c05 Ron Sherman Peggy Sherman 47-A-0614 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmhA&d=%2Fa%2F3d000000pl9E%2FclnrNzOnSq7YUtTxO.vtZRX0PFrNCv5kdjaOB5phjYM&asPdf=false  
aa026f874ba2346f Ron Sherman Peggy Sherman 47-A-0614 2017-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6G&d=%2Fa%2F3d000000poTo%2F26EpgbgvQLbTovbBgAQWWwLjyM6122QQOyBvFc1oOec&asPdf=false  
7dffd5ed5f994019 Ron Sherman Peggy Sherman 47-A-0614 2017-07-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg1V&d=%2Fa%2F3d000000pWRY%2FdrBcmPhgZ6waxD4ysyrS35_bPfXsHyw76nkUR1.Y3wY&asPdf=false  
c84caf75e22e453a Ron Sherman Peggy Sherman 47-A-0614 2016-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYut&d=%2Fa%2F3d000000paty%2F49GX3eJSEeHx3KsoZJ7ET3Ie2uzir9C0YlCRplF337w&asPdf=false  
87ba7a54d0245475 Ron Sherman Peggy Sherman 47-A-0614 2015-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egehi&d=%2Fa%2F3d000000pmad%2FZYdQJ9v4VHWVLJQ_dpiJLlnbSeshIHp8OpQoF5eotk8&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 784.223ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API