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 = "34-C-0356" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b411544d8459b05c JAMES KOAN 34-C-0356 2019-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglks&d=%2Fa%2F3d000000pSHt%2F.BzbT.HeibEuV4x3VH.KY1RmcprdJHWN8jhSJGUO5sE&asPdf=false  
702cb222175461bf JAMES KOAN 34-C-0356 2018-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmIc&d=%2Fa%2F3d000000pUK3%2FWNvAmuMrVaogup88MgMjwm3Xn0MzfNbv75ivuY6v.XA&asPdf=false  
7ae0e861aef778c6 JAMES KOAN 34-C-0356 2017-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmK1&d=%2Fa%2F3d000000pfNP%2FZFcDLoHPOoGtZCR2P_oed51zd7DJY1M3skaQMCjHzIU&asPdf=false  
8bc368b87a43dfa2 JAMES KOAN 34-C-0356 2016-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghTn&d=%2Fa%2F3d000000pfyl%2F5L0mq61jrM_I2SRW8rWOJr7V7imsbVpb24s0_xLYYdY&asPdf=false  
d8766786af2a1c71 JAMES KOAN 34-C-0356 2015-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgedV&d=%2Fa%2F3d000000pnCw%2Fh9sKHbH8q0Xx1G_O1x9rb_DbqWoee5HLAJggyUHJn4w&asPdf=false  
0eda141006bd24ee JAMES KOAN 34-C-0356 2014-07-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglqI&d=%2Fa%2F3d000000pT5Z%2F8lJnGbJU2zWwUAhItlJkaS6psbsHVFbGh.dg0EFQhcg&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 1153.796ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API