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

10 rows where cert_number = "42-C-0237" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
603dfb5dc31d2958 Trish Backer 42-C-0237 2025-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000djaH3&d=%2Fa%2FSJ000004jXIT%2FakAdxhDMr2jcrIaROdM1d877FAwXDXRsj9hDWRaVNqs&asPdf=false  
7e97242bf55f1718 Trish Backer 42-C-0237 2024-10-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000AZf7Z&d=%2Fa%2FSJ000000mTyz%2FF6ebGJiPme3BfM.rMwgnQLwR90mgLovU9hp51OL2lyk&asPdf=false  
18ddfb82141bc480 Trish Backer 42-C-0237 2024-06-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EEPM6&d=%2Fa%2F3d0000036SGc%2FF35LcfQDfrMcX3FMTRxLWMdSqS.9OeiD8URsNH1q1_4&asPdf=false  
a2c74d31e5ba513b Trish Backer 42-C-0237 2023-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BI5Rt&d=%2Fa%2F3d000002DyOM%2FPFSuPpanod7wgIHfUCYGvlUjDFrZLlVlkB.yU9Xn.8Y&asPdf=false  
4ab990dae7ee10e5 Trish Backer 42-C-0237 2023-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000083cqG&d=%2Fa%2F3d0000015bxB%2FN8FU9WtGhtFR78jfDCLlJ_IYOslbzVvgpLAKeDMZs5Q&asPdf=false  
423180606c8bfa59 Trish Backer 42-C-0237 2022-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yx3g5&d=%2Fa%2F3d000000pgLE%2FcCCHccmKW8UcHhwSee5p6lPSSOjlaEjyrknd3X3jLMQ&asPdf=false  
66ae1d62cd4fc24d Trish Backer 42-C-0237 2021-08-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN3US&d=%2Fa%2F3d000000pgKO%2FEaBYqFZL6YlB89DUzS_EZcylfxffmYRiqED5AL6HW8w&asPdf=false  
7b5ed3a9311bb529 Trish Backer 42-C-0237 2019-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd5Z&d=%2Fa%2F3d000000po64%2FQBNw.W9HOX3G7a0Vgc4E6T5mk.zCmp7lGVfeTIQLRWk&asPdf=false  
bacf8567e27c0d41 Trish Backer 42-C-0237 2018-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcwK&d=%2Fa%2F3d000000pUG7%2FUNt9XCPNMrdaDvu0eHcAmM7Z30ltiBEQuxOhgSHWeAk&asPdf=false  
0a7e0a3de29355e8 Trish Backer 42-C-0237 2018-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb4r&d=%2Fa%2F3d000000pkdX%2FfkCC3HWcfFfIy1GFPrINKD8GmqI_H7TJMSItQ9wjXx8&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.701ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API