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

11 rows where cert_number = "81-A-0027" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
6c81200acc5e2d9b BARBARA ROE 81-A-0027 2019-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkTk&d=%2Fa%2F3d000000pUN8%2FeHHaeeqkFKv9XVJiq_YImaH2f8Dz5wtw1QFNKbqYNEI&asPdf=false  
ae44a80df9d57472 BARBARA ROE 81-A-0027 2018-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkCu&d=%2Fa%2F3d000000povn%2FTAnj18d2wCIVzpIz273Nk.35XOeGxfN52cLE1Q7jAck&asPdf=false  
a76b5101b4a5b669 BARBARA ROE 81-A-0027 2017-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkIz&d=%2Fa%2F3d000000ppK0%2FaD65vSEuIBsE0cNzTV6f0SbDxttoYokgxueoLgr95UQ&asPdf=false  
d083e6c650a0f195 BARBARA ROE 81-A-0027 2017-04-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjN5&d=%2Fa%2F3d000000pk3F%2F.CwFvtw6t5CJwLBbFosHLC2C08YZMR5D2lBO1.4NIBk&asPdf=false  
b58cd917776d2ff3 BARBARA ROE 81-A-0027 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfzM&d=%2Fa%2F3d000000pn7Q%2FCX1WCnnhrvE4sVEFDfX3t.kEsL6xCCeBTZDSDLr.aRc&asPdf=false  
9fa354afdcb49098 BARBARA ROE 81-A-0027 2016-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdsS&d=%2Fa%2F3d000000pkXS%2FGU60323NTz.codOXpqoj3yHAKBGTEeIYkZA8lK099c8&asPdf=false  
a3be41e3dcd1ddfb BARBARA ROE 81-A-0027 2016-01-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmUX&d=%2Fa%2F3d000000pTMD%2F1rhOFTEjp.i6MAwYUDo4.BgwgqN3H.6g_6TG0b3UbzI&asPdf=false  
b4e9274815233bab BARBARA ROE 81-A-0027 2015-10-21   1 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYlK&d=%2Fa%2F3d000000pU88%2FhkjGTi3bRUKj3FaEHEROGSoIPDIbGYOaH0nCmIM3EpQ&asPdf=false  
c898fff1246e511f BARBARA ROE 81-A-0027 2015-09-17   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSA&d=%2Fa%2F3d000000pk1s%2FqnpkuKAsAYLl2b3Y8iiBleXDD6fwkxPI3IN41_w03c8&asPdf=false  
b5bed876f9fd1f88 BARBARA ROE 81-A-0027 2014-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk1v&d=%2Fa%2F3d000000pnCp%2FiEQngf3wq1z0CB2NorKzzDjzPiaQyZLX4hAEwCM8kcg&asPdf=false  
f4da9903b4dbba98 BARBARA ROE 81-A-0027 2014-06-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm2S&d=%2Fa%2F3d000000plme%2FGJkiGvDWgRVHU6z60T17rf6r_UZ.yxhpxhRwHi_NiQs&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 1194.213ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API