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 = "55-C-0312" 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
8790bebff9ed5b04 CORYNNE FREEMAN 55-C-0312 2025-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000a9mbm&d=%2Fa%2FSJ000004DdcL%2FQfy0IPk2I9ICY.L3u_Pst6Qd1rfqicenpxC5vFxDIdI&asPdf=false  
840d4aedb82a6e70 CORYNNE FREEMAN 55-C-0312 2024-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HoSx5&d=%2Fa%2FSJ000001T5DR%2FO.hHfatSR5rXMrfQied90z7B8SHuaqFaKXGWZUmeFMU&asPdf=false  
9f4f070512b678f0 CORYNNE FREEMAN 55-C-0312 2024-03-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CsBUZ&d=%2Fa%2F3d000002hvcZ%2FVj5wgEDUE2vecBWFDitcs_MJzaeL5HmgNTbJFD9W.FU&asPdf=false  
fdafd3d0f8d12166 CORYNNE FREEMAN 55-C-0312 2023-02-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007glQ0&d=%2Fa%2F3d000000z169%2FU1q9em615t51tSXSS0r8Ig5oI87C9bnLtki687HG5mg&asPdf=false  
3bdaa10c10ba659f CORYNNE FREEMAN 55-C-0312 2022-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxEY1&d=%2Fa%2F3d000000peoi%2F_6X1lBoze0VHtTEBq0O2lLmpVgqHnFWqJW_ADdFXkaw&asPdf=false  
8261259792b9e539 CORYNNE FREEMAN 55-C-0312 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwS9a&d=%2Fa%2F3d000000pepd%2Fa0IqECCszvMTtDPiRc_oDNv3w.dWJTqqNQaAuCU93YA&asPdf=false  
aec0ce702792c7ae CORYNNE FREEMAN 55-C-0312 2021-06-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhOlf&d=%2Fa%2F3d000000peqJ%2FeCarce05hzRWRwoG4HRWSJbhIVCzIfVua.IyeAWfceI&asPdf=false  
053d78985e7436d8 CORYNNE FREEMAN 55-C-0312 2019-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW8b&d=%2Fa%2F3d000000peou%2FuQ7K.dPTWDgVX8QF_n8gXtHkFQSfsrMFtOq9evSzr7E&asPdf=false  
c4cec39d25d05684 CORYNNE FREEMAN 55-C-0312 2019-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVtE&d=%2Fa%2F3d000000pepE%2F2AQz0t0V9qiW6FYM5XWAdY5X0Eos1PO0v6NvgEmXSNk&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 329.271ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API