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

8 rows where cert_number = "51-C-0115" 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
69db720973f300ce Cassidy Jagger 51-C-0115 2021-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh8jy&d=%2Fa%2F3d000000papH%2FTkyz7l7YN1DIA7wKS62EQ6mEQfvcLahp7jE4OOUuBi8&asPdf=false  
9c95b72ddbaed534 Cassidy Jagger 51-C-0115 2020-01-17   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaG8&d=%2Fa%2F3d000000pmtu%2FmUQXrfS7TKLgwL1cNZjc2AOwWCqZuVevB.YCK3yaWK0&asPdf=false  
5495f71dc4d82f56 Cassidy Jagger 51-C-0115 2018-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaVw&d=%2Fa%2F3d000000pfZw%2FNy5UyCPfk3FyRXO6LO8dtjsY3.S21UcmNj.c16Iz.y0&asPdf=false  
cddc98eb4d9f151d Cassidy Jagger 51-C-0115 2018-10-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggtl&d=%2Fa%2F3d000000pUpn%2FT3WIKdHrrSahfTrPBqiubskkGKrZ4m8iJ_eC3LQ4vBU&asPdf=false  
5c3361dd80203c41 Cassidy Jagger 51-C-0115 2017-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb8a&d=%2Fa%2F3d000000piJe%2FrZAz5MujtWSv4uo7c8qvT88_EAdr2eJztLpWs5HYQcA&asPdf=false  
b7447e5535be2046 Cassidy Jagger 51-C-0115 2017-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmPd&d=%2Fa%2F3d000000pnQ9%2FaoDNrHKep8.i3t7DO3xuwjecEz9QQjxjkTVB5fTKAzk&asPdf=false  
0af69110d1519efa Cassidy Jagger 51-C-0115 2016-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcwd&d=%2Fa%2F3d000000pnqe%2FaHGZ1lx2wAZGsKrGtBiOVX1B_b_O23_xeqwT.3ozLd4&asPdf=false  
01a7fe3cee402fa5 Cassidy Jagger 51-C-0115 2016-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXfi&d=%2Fa%2F3d000000pTG6%2F6g3pg.4RBSmOPReH9Vg2J.XdiMyDl5MUx2dQSnjymy4&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 3.809ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API