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 = "64-C-0224" 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
afe9d4de3a02b266 DANIEL COMBS 64-C-0224 2017-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbjH&d=%2Fa%2F3d000000ppCv%2FBTuJijZYDmRUIsdgKlcp_PHePjGKWjOP7M7m1WTZI9o&asPdf=false  
1f4770c73593b2d1 DANIEL COMBS 64-C-0224 2017-08-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgedL&d=%2Fa%2F3d000000pkfd%2FDI_rlAgxeKeMy0CFjyaFoZwS3oFobKEgNfIjsWleir4&asPdf=false  
cf59d784d73ea18c DANIEL COMBS 64-C-0224 2017-05-16   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWFd&d=%2Fa%2F3d000000pbls%2F4BwJQrAvaOUgM5pFQcQsTDrdWQxvotHM0h0CjazowhE&asPdf=false  
271cd150c8660550 DANIEL COMBS 64-C-0224 2017-02-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgceK&d=%2Fa%2F3d000000pe1y%2Fq3X.b3BTF6N6Ew04vkBqSv6Y2Hdo8ZwfgBLHCjjEuS0&asPdf=false  
88e5eda4bb9d6e80 DANIEL COMBS 64-C-0224 2016-11-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXuX&d=%2Fa%2F3d000000pdWD%2FiyfSZvLjaTrwd6A5Sfmy1zVS5zxIrMaVzTbP0M.AEmk&asPdf=false  
3c8d98d4c259552e DANIEL COMBS 64-C-0224 2016-08-10   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxTr&d=%2Fa%2F3d000000pnVC%2FZQw5Ovygn0WHsby.euBpN7R1M1uxOvoUPED28Tf08sk&asPdf=false  
d99405ec5d756e7a DANIEL COMBS 64-C-0224 2016-05-05   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxLC&d=%2Fa%2F3d000000pRLW%2FDgqhe55tsaJoxhwODfn8plHMA6MOWD4WDUkS.3LW54Y&asPdf=false  
2044dd8deaa99732 DANIEL COMBS 64-C-0224 2015-07-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW8M&d=%2Fa%2F3d000000po76%2F.8H6LXhZS7LfA6pZ91cMTubtKkpXIhaJ9l27ZEhCECE&asPdf=false  
356bae4ef39a2d5f DANIEL COMBS 64-C-0224 2014-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbBi&d=%2Fa%2F3d000000pjIT%2FcHnMSUOU7l5qrvotOhhaRY2qc2r5QmZihD_SocMbp2A&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.623ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API