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 = "52-C-0306" 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
6de606c0350855f6 Karen Brace 52-C-0306 2024-12-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000HgkHf&d=%2Fa%2FSJ000002T5s4%2FnOpJMCVTK_qUbbP_QjTyALvqir7w37wC.2S9ctNTPRo&asPdf=false  
f600ac651458ae67 Karen Brace 52-C-0306 2024-03-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CbuVT&d=%2Fa%2F3d000002cOqk%2FxMUeenc88R3gTezftrvkwbOXvvwyWeFIeySB.e6OwRQ&asPdf=false  
0f9b78afd018d5d0 Karen Brace 52-C-0306 2024-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CGgX1&d=%2Fa%2F3d000002W6ej%2FhXSQ9gSx8z6YdjzD5Azfm0EIYBeFzn0XRrDV07qM48Q&asPdf=false  
cc2f8ca9f8ee2f20 Karen Brace 52-C-0306 2023-06-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008jIF1&d=%2Fa%2F3d000001J6Ud%2FvxMGEB1ThJHf3D43CN9fV2jwhyUnYv.W28b20FRT7p4&asPdf=false  
9e6e50782cbb10a6 Karen Brace 52-C-0306 2022-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxohb&d=%2Fa%2F3d000000pTlC%2FglbdGsPHEknWruIcwuvvOzT9RuRis8mbcl1V6VoJ4fM&asPdf=false  
313abf15380b01ab Karen Brace 52-C-0306 2019-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egim2&d=%2Fa%2F3d000000pTmX%2F9b7CNjUwJ7E1Z2Iflo5sPBz9ienpAqNFD1pNLAa1100&asPdf=false  
13d4ffa611ff8d16 Karen Brace 52-C-0306 2019-11-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglpU&d=%2Fa%2F3d000000pTmZ%2Fckn84ojbEKj91FwC8RoGbt6FuTF3NzJHmKk3jb9gXMI&asPdf=false  
6757e6515566e7db Karen Brace 52-C-0306 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggoy&d=%2Fa%2F3d000000pTlo%2Fm5AAOoJHXuVWBjjckKpEWPVaANBySXUQ61nt_GR0vjM&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 4.751ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API