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

7 rows where cert_number = "35-C-0403" 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
621f030c09aa2f8c Denise Hackel 35-C-0403 2023-12-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BRGyM&d=%2Fa%2F3d000002GkAZ%2F6G.La3ZyH.uibiHQuq4BUAF.lK89tgJe9J1u0FtUNKQ&asPdf=false  
45bf50c9274ff5e4 Denise Hackel 35-C-0403 2023-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008QARP&d=%2Fa%2F3d000001Cl2e%2F1HFDQvmQsGLhDnfN00sq6rlYm.4dGdf10cZXWH0SMmM&asPdf=false  
331783336bfc5b4e Denise Hackel 35-C-0403 2023-04-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008D2p5&d=%2Fa%2F3d0000018X4G%2FSfaj9SH8RA0ATx4hCrCFqY5HWSb0yOoASSm6ofrXdzY&asPdf=false  
e9d409510bee3bf0 Denise Hackel 35-C-0403 2021-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8iYo&d=%2Fa%2F3d000000pgn9%2FhTUSxJz2.CI90q_ygQfixANPond9q7.7y3aJ.sZucHQ&asPdf=false  
4e89ed9e7d162095 Denise Hackel 35-C-0403 2020-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnCNZ&d=%2Fa%2F3d000000pRjZ%2F1d3nuoc7qGdRd1.Pz187k3TUfu6mygN8Uj31ZrgkTpE&asPdf=false  
7ec8d045ab9600a4 Denise Hackel 35-C-0403 2019-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZOO&d=%2Fa%2F3d000000plLs%2FKu8a4Zp1Hc.3LxdtFd5KxMADQyhx6ZCKCQq6CSJxp_o&asPdf=false  
c470415dc4ee6f63 Denise Hackel 35-C-0403 2019-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXjT&d=%2Fa%2F3d000000pTDM%2FBbkUIKK1rC1ZPD9qsJEhDAjXEjzuygHqnjOiB9KXrbw&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.64ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API