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

11 rows where cert_number = "46-C-0068" 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
567bb76f75092349 Chris Five Inc 46-C-0068 2024-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000063rUK&d=%2Fa%2FSJ000000OL9l%2FYe_u8dLvd_D0rof4l0mSJ5_2GUZkLZEFxPkMfQz7p3U&asPdf=false  
a7576cea6b87bc60 Chris Five Inc 46-C-0068 2023-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009WxcP&d=%2Fa%2F3d000001cATQ%2F_Mj.yiXsk1WsgtNhyQaS7CUuMdlfpOW6IJVXcxP6CaU&asPdf=false  
9a951b585fa31a2e Chris Five Inc 46-C-0068 2023-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008nrfa&d=%2Fa%2F3d000001KcLd%2FW5EGM2wwDnJMKs7hZw_91Q8onqA4r1XGVdF_FuWJPEs&asPdf=false  
a07f868fa926e5c1 Chris Five Inc 46-C-0068 2022-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000aw1e7&d=%2Fa%2F3d000000pY9O%2F8kAbur2u6ZOULZMQfw6EVjjr9jdp1T5PdB5QwkFCwZE&asPdf=false  
42137bbda55ce5d7 Chris Five Inc 46-C-0068 2021-06-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMPOi&d=%2Fa%2F3d000000pYAE%2Fc9YikZlO_PlX0ZYQnJgH9ZGi0iiLGKrceZktwW7e4Gc&asPdf=false  
429dd3974bf9d33d Chris Five Inc 46-C-0068 2021-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESNlB&d=%2Fa%2F3d000000pY9Y%2FdW6hhTTyqQyZTiKT9eB0SNQE_UCM9_jT1T63WZFCXUI&asPdf=false  
0f84464d722b6068 Chris Five Inc 46-C-0068 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoMi&d=%2Fa%2F3d000000pY9x%2FD.Fqxc3cx5CgoB5nVw93zjsVRT0D.80I2khLwKWdsQs&asPdf=false  
f1dd8defef698e7c Chris Five Inc 46-C-0068 2018-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfNd&d=%2Fa%2F3d000000pY9F%2FdPDFXB259rKNKUTJI6rKQc47TPbckgA20YT6Z5ArFnE&asPdf=false  
747eb53e8f6bd752 Chris Five Inc 46-C-0068 2017-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmo7&d=%2Fa%2F3d000000pYAD%2FC2SlpmOgAnsqXYPdcRXsFKBoLkgg9.SouIHuVPy_qwM&asPdf=false  
1226ec4ebfabff50 Chris Five Inc 46-C-0068 2016-09-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnir&d=%2Fa%2F3d000000pYA3%2FJHZCUQn7byTVo15o.Hod1_EiiRhuHElHx8SX1ajyoWc&asPdf=false  
5ddcec25501e8763 Chris Five Inc 46-C-0068 2016-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdeJ&d=%2Fa%2F3d000000pY9l%2F0QPVQwgSLCHX1Drcus.ATN.aJzPmYLbETUqvwVE9LvI&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 715.386ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API