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

7 rows where cert_number = "74-H-0085" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
756174bb2d404d41 Hourglass Inc. 74-H-0085 2021-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN1Yp&d=%2Fa%2F3d000000pbcI%2FfuiV5RfF8KBUou0bp8cDY_e9W8bB2Gr03ADnhvsMvsg&asPdf=false  
e2feae8c57fd6eba Hourglass Inc. 74-H-0085 2020-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglmK&d=%2Fa%2F3d000000pgjf%2FriWiQSF.ymLV741cJJj9PBUlQipBF7n0QcXCTsRhWWc&asPdf=false  
61b55e353b1336fd Hourglass Inc. 74-H-0085 2018-11-14   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkNe&d=%2Fa%2F3d000000pWyn%2FdRQBiUEKke7a0hIexoxiuzeyGwmlsSvcW1u_T33n6lk&asPdf=false  
18224de7368547ea Hourglass Inc. 74-H-0085 2017-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egilu&d=%2Fa%2F3d000000piAw%2Fr1aK58A3f_0s3lnnsX3AFqnySzSG4GKtSKA7hqQMADg&asPdf=false  
a1b79c778f51901f Hourglass Inc. 74-H-0085 2017-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVM&d=%2Fa%2F3d000000pRTa%2FJIbhB6rJ.W7bcFfaPTWZmhjIphiNPLRFEbBi86.J_XQ&asPdf=false  
cc8a4cfdaa2b4167 Hourglass Inc. 74-H-0085 2016-07-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXPU&d=%2Fa%2F3d000000piMD%2FJkw3udNXGLFrISjh8v8wsxGvfVR8V3rpjez5fvS165M&asPdf=false  
0d32ea8958068d44 Hourglass Inc. 74-H-0085 2014-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkBt&d=%2Fa%2F3d000000pfXI%2F5HrO3p.65rMtdntQT0ds2iGPTkL_.rV8w_8Qp1oOIVo&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 885.969ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API