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 = "31-C-0061" 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
35445afb92d7909f Pamela J White 31-C-0061 2024-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005TyVy&d=%2Fa%2FSJ000000KXRF%2FA0k9Ll2VbsHgzcXp631HVMeWqInn4dmDsSlg7fYb0M4&asPdf=false  
798f75dd9eae8320 Pamela J White 31-C-0061 2024-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000C64Il&d=%2Fa%2F3d000002TX8T%2Fz0DzGBQc7Ni2jziBY0m_CTDPCxetqcFQJwwQp9Xv.V4&asPdf=false  
38a875a7e8db6da1 Pamela J White 31-C-0061 2023-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Yswd&d=%2Fa%2F3d000001FBbR%2FvZkGZLmhBAPO6juf5C1rw6l9FkdkGm8ohnppsqbJ2MU&asPdf=false  
75ca0b58ad2b0b68 Pamela J White 31-C-0061 2022-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Lgk&d=%2Fa%2F3d000000pUzk%2Fx2s57JcmvahFokF6ABsiM_TMDNCdsUKVzL8wyQA5p74&asPdf=false  
c453309e46c7903c Pamela J White 31-C-0061 2021-02-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES6kw&d=%2Fa%2F3d000000pRnn%2FeTluA2PN.3Ngb.pLgjk3k5vJ8xFiy..5_viABTBdXgc&asPdf=false  
8b5f91cf1eeb0cfc Pamela J White 31-C-0061 2019-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm2G&d=%2Fa%2F3d000000palK%2FGGW304KJsDH5Jc52NifMNrFBFvTciWke6UPhDBXBW4g&asPdf=false  
90b5bb9d46f0fb4d Pamela J White 31-C-0061 2018-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghNX&d=%2Fa%2F3d000000ponN%2F9IiMzFqJacaiQHrc1PMaH_TZHVrqJhw66YRhfDpSHDw&asPdf=false  
7956c5575f1d8da0 Pamela J White 31-C-0061 2017-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVL&d=%2Fa%2F3d000000pp1c%2FRDQnqG5LyjM0rzj1HQfBwqI9N_xkTqpODfMJDqnuKFA&asPdf=false  
7603f2b02a5b246a Pamela J White 31-C-0061 2016-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh1e&d=%2Fa%2F3d000000pXUJ%2FUsrJcCLOcY5VEK43RGBVc9hxOShw3Od0rUI9hW5sHKQ&asPdf=false  
b1a019bbcef331f7 Pamela J White 31-C-0061 2015-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfec&d=%2Fa%2F3d000000pfWF%2FP2U1ReGfFOW4cfuuTg9cE3bCz.rUULauvv7GGqYFbD4&asPdf=false  
0c171b8333d27f83 Pamela J White 31-C-0061 2014-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghqd&d=%2Fa%2F3d000000pSt5%2FNSvO7rV.Kh.QfJRrjbawISipkOoRn3QT_K7EiCONZCQ&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.782ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API