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

10 rows where cert_number = "34-C-0417" 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
ace84f141ce6f4b7 DUKE FARMS LLC 34-C-0417 2024-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000070WvC&d=%2Fa%2FSJ000000SeYn%2FaQRsQZ2UJL0HDKlNRZEKXykTzkmqBgiJ8B3m2jPXIZA&asPdf=false  
85b4d7418ee81cd3 DUKE FARMS LLC 34-C-0417 2023-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BPjVo&d=%2Fa%2F3d000002GEMr%2FhmAjQ6qZr.b9orKQ7Cd1O56f2kPsozE.d7hoaAOmReo&asPdf=false  
ee107f9bbf5bf918 DUKE FARMS LLC 34-C-0417 2023-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008CHAS&d=%2Fa%2F3d0000018Gjd%2FScWTYHBwPol.IO17UYQcAkdGYTpdxXocNDNN8LZuK70&asPdf=false  
036fbae5b2be0c65 DUKE FARMS LLC 34-C-0417 2023-04-21   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Au5i&d=%2Fa%2F3d0000017sHf%2FZvG8F0MectM14iTTuoehB6v1YTlurSkAloSB3hUlCDw&asPdf=false  
0dea540ec922f00e DUKE FARMS LLC 34-C-0417 2021-11-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8biU&d=%2Fa%2F3d000000pXCK%2FjdWS6O0pxdKXSy0q._JS_YrGUbm1pc2IyOLlYZbBndI&asPdf=false  
a3af464969cc3c83 DUKE FARMS LLC 34-C-0417 2021-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERt6n&d=%2Fa%2F3d000000pRm6%2Fx87gYjZ5CrlPXE8LxBLzmKeSrioBtcFWyxYBF.mKRGY&asPdf=false  
e5863c04866cea51 DUKE FARMS LLC 34-C-0417 2019-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaDK&d=%2Fa%2F3d000000pUBg%2FQkr.JMUPzqXKzPE84eZfi_Mzwj60jlPyyD1qKhMfGxg&asPdf=false  
f3f7f37c72cec3cc DUKE FARMS LLC 34-C-0417 2018-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdbZ&d=%2Fa%2F3d000000pmGL%2F3ehDRZ3OqqzyLRQT45DxX13DkF.c.TXi60hiXA0ywMk&asPdf=false  
443e08870b6eab08 DUKE FARMS LLC 34-C-0417 2018-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege5S&d=%2Fa%2F3d000000pmTS%2FaC0mj9mbIbzTHmCN222BbukW8vI2qcUsAOxjszfcTaE&asPdf=false  
91489736f60cf9a8 DUKE FARMS LLC 34-C-0417 2017-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbxz&d=%2Fa%2F3d000000paba%2F9HC1cjsCrQ.tN2f9pBzHeUCIdpvFZ9cJyN7Odp_vsA0&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 603.027ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API