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 = "42-B-0298" 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
c68c146e8d919ad3 JEANNES GEMS INC 42-B-0298 2019-04-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeLW&d=%2Fa%2F3d000000pdcU%2FytUmegSfI4iaOVB3pyLjKRskoQhW4hxZQJnuiJElWKQ&asPdf=false  
8e0521244aeba499 JEANNES GEMS INC 42-B-0298 2018-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoIz&d=%2Fa%2F3d000000pTIP%2FqQRpt55Lq8APTdblCh72.Edg1sCTiTFMgKeQkiipqUU&asPdf=false  
1927f993fe598872 JEANNES GEMS INC 42-B-0298 2017-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl95&d=%2Fa%2F3d000000pTAA%2Fk8wmAPlux0hSGaU3AhoLMkETGUQ.plg8XGMLi9ro6q0&asPdf=false  
c09b5d3ab0ac72e2 JEANNES GEMS INC 42-B-0298 2017-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWX&d=%2Fa%2F3d000000pf9F%2FVk_vJFQiHUwHyg3z1MLMCvyuj9ock9.0MEXioBc86co&asPdf=false  
8d6d689d68b94ebd JEANNES GEMS INC 42-B-0298 2016-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egefp&d=%2Fa%2F3d000000pWqZ%2FSbhiZQ2_Y6hP5FmIh_pAJklE7OBCqmfx_DvgmXs.yL0&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 1123.188ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API