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

5 rows where cert_number = "32-R-0035" 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
ec5af2f2c3c7e328 ENVIGO R M S INC 32-R-0035 2019-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjGx&d=%2Fa%2F3d000000pe0z%2FKHneIGu6LjoLfPc5WR7jJU7jc1HedMWlhMkbtcMQMVU&asPdf=false  
1ddd3f2e868e4e1a ENVIGO R M S INC 32-R-0035 2018-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmOy&d=%2Fa%2F3d000000pn60%2FG5JW_mggO6bUeDLBl5NJ6Mgh661XVH3h0kTKMNpFzHg&asPdf=false  
9fb333884989ebd9 ENVIGO R M S INC 32-R-0035 2017-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmNi&d=%2Fa%2F3d000000pm5E%2FnltZt.dUQ7HYE.6ioOTCqo68hmXnuO0LvDRYwxqmZZw&asPdf=false  
689c256cc73063ef ENVIGO R M S INC 32-R-0035 2016-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnXg&d=%2Fa%2F3d000000pi1D%2FJmlcsOfh7I_J_1GAV5qbotGA_cDCU4zfQDCNrayc2L4&asPdf=false  
0a657b09621cef79 ENVIGO R M S INC 32-R-0035 2015-01-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiqa&d=%2Fa%2F3d000000pb3g%2F_Py3OjDnGXeVAv8iEhQYCIbPielq4tRZCvlVn_tPpqk&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 4.99ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API