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 = "71-C-0139" 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
fd6aefd8893ce735 Rudolf Heinen 71-C-0139 2021-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMwVh&d=%2Fa%2F3d000000pSx0%2FG_w9dh6Z1vYHZ8yYy.5f4aTpQz9IvqcJSKlooijPNIU&asPdf=false  
8615152a1832d100 Rudolf Heinen 71-C-0139 2020-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgleA&d=%2Fa%2F3d000000pmko%2FyosonLoCP9Sh4h6kmGAfe0tAdhWlH3E0EMf0vNfZB_0&asPdf=false  
2a90d859f59dc7f1 Rudolf Heinen 71-C-0139 2019-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkuV&d=%2Fa%2F3d000000pfx8%2Fl4c10lDaB12IdkkcAAH0DCnmLts9.yMhw.35ohx8qwE&asPdf=false  
da7c6241a7a09794 Rudolf Heinen 71-C-0139 2018-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkhZ&d=%2Fa%2F3d000000pnUW%2Fr0.7vfMITOzmdEHL3MBbRh9z6Wxose0XvRWltqxQIQI&asPdf=false  
4ac9cae73e516c09 Rudolf Heinen 71-C-0139 2017-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglS7&d=%2Fa%2F3d000000pS29%2Fmb8aCDiniJnZb4sia9DFHyFT0vtauXn0JFNfLMFAYts&asPdf=false  
683f7a6517ac75ff Rudolf Heinen 71-C-0139 2016-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdVG&d=%2Fa%2F3d000000pfRV%2FeoZRwLWv78EaFHTw1tgcayFtNfhbfL0vgXCIl.HjmJY&asPdf=false  
b0efb27223e61fc3 Rudolf Heinen 71-C-0139 2016-02-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLL&d=%2Fa%2F3d000000pRJY%2FiZ1E0p5VHOgawlXDyDCNpjm6ZHPMaUgpRgK2Cl.0TN8&asPdf=false  
aa967890205a5eb2 Rudolf Heinen 71-C-0139 2015-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj2t&d=%2Fa%2F3d000000poMd%2FstZiHGqCFfWeSSB7_DGwYdOViWMIgSvvfDqHvRsyz98&asPdf=false  
b67e7c7be9fc47a4 Rudolf Heinen 71-C-0139 2014-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkzn&d=%2Fa%2F3d000000plU7%2FzcjrTF8pXo8EV5zSlg4ogZZgUAI2imXiCJa93591nA4&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 830.182ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API