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 = "86-C-0091" 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
0ee645e3a5ee3a68 EL ZARIBAH SHRINE 86-C-0091 2018-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjRL&d=%2Fa%2F3d000000pfC2%2FiiZWeys3d53QjwykJMCnqaDKBIm.GMCH7TiJkQffui0&asPdf=false  
f537f78a1d029fdb EL ZARIBAH SHRINE 86-C-0091 2018-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egiy7&d=%2Fa%2F3d000000pi39%2FxzK5ypVKRBt6st8LRs7Z4dl4Sl3SxBwecJijAmfRKGM&asPdf=false  
73a8eadfe015d2b1 EL ZARIBAH SHRINE 86-C-0091 2017-09-08   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXsL&d=%2Fa%2F3d000000pRV3%2FXjsVjeRKu5yK9hK1AnWGcERMVBttYcuqNIO8UFklyL4&asPdf=false  
fdf64163590649d2 EL ZARIBAH SHRINE 86-C-0091 2016-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiMT&d=%2Fa%2F3d000000ppPQ%2FH5Vsx1GpEXmFWuLBoGu0_NBCfpOZ0SflvghtTKYl0SM&asPdf=false  
39c272ffc8eead7d EL ZARIBAH SHRINE 86-C-0091 2015-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjST&d=%2Fa%2F3d000000pnVj%2FHaEl43E6S_HPWZGQSpxV1NtWHnksn0J0p_vQWh98DoE&asPdf=false  
0c7a2b95ad322cc4 EL ZARIBAH SHRINE 86-C-0091 2014-02-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWlL&d=%2Fa%2F3d000000pWdj%2FKPttIXab.MDi8PGIzXBv6NXrQ_EnMP5dUauJT6aJsO0&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.695ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API