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

6 rows where cert_number = "61-C-0186" 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
a16ba342915f395f Michael Troyer 61-C-0186 2024-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EIXlT&d=%2Fa%2F3d0000037FLB%2FD2zFKAphEG5vlFGWxlIf9DlTgaBXXj2z1k1jW3HesgQ&asPdf=false  
189ba72191b81da7 Michael Troyer 61-C-0186 2024-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA3BR&d=%2Fa%2F3d0000035NDj%2FG0lpwmG_xh._zbTvFSOYo8aa7Onbthbx6SQtbu3rBYc&asPdf=false  
21cdfb9445df3682 Michael Troyer 61-C-0186 2024-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CnMLW&d=%2Fa%2F3d000002g7Sp%2F57D3uYsY4eDYDHDT8BBpwxLXemIzJzx3S2pzVNrrZuU&asPdf=false  
02b7976d71386573 Michael Troyer 61-C-0186 2023-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AnEDO&d=%2Fa%2F3d0000026mRl%2FXKzlqdbjvgdGNZ8Xy1bBrhptZgSQ1CTCYNYPDXewXqE&asPdf=false  
16780846ab2a1040 Michael Troyer 61-C-0186 2021-10-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8EoL&d=%2Fa%2F3d000000pRww%2F9y45istqzAfIBmpTXg8NHr4N1RzUXvilVY8P0__uJhI&asPdf=false  
f4ddf87cd6fc5ebb Michael Troyer 61-C-0186 2021-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESj34&d=%2Fa%2F3d000000pjsW%2FkfIpdog1HgxNUWr8O2dVi7Nx0gnLDdkr67D_1Eyr9_s&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 5.179ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API