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

9 rows where cert_number = "51-R-0093" 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
a20250968fc6f4bf SO BRAN INC 51-R-0093 2019-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egex3&d=%2Fa%2F3d000000piAD%2FOYWf3O70HUxP3cqLcUl6IG8VSvZjCKw_2_r6zIemtnY&asPdf=false  
8984eabe9336bc90 SO BRAN INC 51-R-0093 2019-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnrT&d=%2Fa%2F3d000000poXb%2Fl1EiywTdf8KsrVWkqtoXRc6RSWXKanYNBQpBx1RuEAQ&asPdf=false  
eaf9f28ac8f23223 SO BRAN INC 51-R-0093 2018-04-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZbn&d=%2Fa%2F3d000000pXP8%2FNt48.ssyJN56gksGt07osJpUPqSW8MgpKKKd_9byPxE&asPdf=false  
c644f2c868db8423 SO BRAN INC 51-R-0093 2018-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgidF&d=%2Fa%2F3d000000pnkF%2FlMuNCs2poOlW5lDQB5QNSoJujJbr1lsXl59sE9xnIZo&asPdf=false  
8a8fe271cc177f46 SO BRAN INC 51-R-0093 2017-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglMg&d=%2Fa%2F3d000000po35%2FatvQV7ymQAFBLV.43m6BHFdHS9SvM2k1XgZQqVhZWQE&asPdf=false  
b90641ad5d14196e SO BRAN INC 51-R-0093 2017-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmpD&d=%2Fa%2F3d000000pj9S%2FGPO14sUAQnwFaatyxDQ4nzM.XQY_1gQMgRIocMz5EME&asPdf=false  
8b7b491619fcffc3 SO BRAN INC 51-R-0093 2016-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege0A&d=%2Fa%2F3d000000pfFr%2FYB_4yNuH5J9Ez8BT9Gbx8ymljXJ.RmmHdQ4OHJ3_AMk&asPdf=false  
dbef05275cfc0da3 SO BRAN INC 51-R-0093 2015-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghqy&d=%2Fa%2F3d000000pdma%2FN737SlbMoN1zugkhKDtLdJO0fulFmawe7J_iYfPaIBc&asPdf=false  
eb46b5ad2ae71d64 SO BRAN INC 51-R-0093 2014-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoVn&d=%2Fa%2F3d000000pTHX%2FZVf07Eszw_Oo4pgDbdk7mfXeBpT3Y8aFp0r3p8bHytY&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 4.194ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API