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 = "48-A-1629" 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
1edf32065243b0fd Arnold Bruna Linda Bruna 48-A-1629 2018-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjaL&d=%2Fa%2F3d000000pXNd%2FQXVfxpyQsFUN3oAWjUvSpZ0z2BnKZufHWrNQlOfYs9Y&asPdf=false  
f3800d4d7908b51d Arnold Bruna Linda Bruna 48-A-1629 2016-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjhZ&d=%2Fa%2F3d000000pTSG%2F6_PK_9Z42kRin.vW9uydcW.gGz4qtnfidSklLb678Ns&asPdf=false  
9359b20b1c722e03 Arnold Bruna Linda Bruna 48-A-1629 2015-11-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjBP&d=%2Fa%2F3d000000pWjF%2F.ANhAdIG8Bxe_K7VXyFFyPrgCF9QoXhBcFNOfBasNxo&asPdf=false  
19845c4a9f4416ea Arnold Bruna Linda Bruna 48-A-1629 2014-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeGm&d=%2Fa%2F3d000000pnOt%2FtNvo2C4gEjw3wskhMLHLnvKIZk1wvu4evIpYVOA56QQ&asPdf=false  
ad202623864b5f7f Arnold Bruna Linda Bruna 48-A-1629 2014-06-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege1g&d=%2Fa%2F3d000000pTLS%2FQE1GPv7m58tI0Iha8AIQtqi06_dgXURjP.0pYiwQ88k&asPdf=false  
035e6361281245bc Arnold Bruna Linda Bruna 48-A-1629 2014-05-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgecC&d=%2Fa%2F3d000000pSmo%2Fd3qjByOuKD0s9labWX7TyVq_dmJ6CPh5E060x4NQx9k&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 187.576ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API