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

8 rows where cert_number = "84-C-0127" 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
c16b5f5205929a5c Bath Inc. 84-C-0127 2019-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglNA&d=%2Fa%2F3d000000pp8U%2FpSeAyRgeUdDAybZegtW0pfKGjJkfVRehUpmVhDb4jw4&asPdf=false  
1e8fdf0f39f96236 Bath Inc. 84-C-0127 2018-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglVs&d=%2Fa%2F3d000000pXTd%2FRiEEmRiiJgKJKlckIBipQ46rU7aHYuIcwNnQP60V154&asPdf=false  
b7b617b5c030bf93 Bath Inc. 84-C-0127 2017-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgldU&d=%2Fa%2F3d000000pRRi%2F0lr3AoMHV5WnmpuaAlMyudb2iF2bDtX5XzPxOER_7BY&asPdf=false  
58c0ce9109a2d88d Bath Inc. 84-C-0127 2017-07-13   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwr1&d=%2Fa%2F3d000000pp00%2FMUXXHMwqjWfvNijg4rATFVcQeQO4y1zgNkRz1UU5SVw&asPdf=false  
40c7394c763dac67 Bath Inc. 84-C-0127 2016-11-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXDg&d=%2Fa%2F3d000000pmWE%2FUjRE.BPQRAUEHKJj9BdZ_9sPmLSGYYevPxmAiozN.lc&asPdf=false  
c8fafaa4076e1671 Bath Inc. 84-C-0127 2015-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egk8E&d=%2Fa%2F3d000000pgfH%2FImOMm9ydX3yI99vMzWyOAEvcJkWnIDABCPMRYtKAV9w&asPdf=false  
9c265c511a9bd713 Bath Inc. 84-C-0127 2014-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFb&d=%2Fa%2F3d000000pmze%2FKWVzHlTIRE.TXC6HsrCu.ryNm_qP0Rd0d5.nCVsypFg&asPdf=false  
c99a4a7a33304518 Bath Inc. 84-C-0127 2014-07-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxMv&d=%2Fa%2F3d000000pkD8%2FSB4EWsXMIP8rkGL8ylULjjYBQN.WHiKrarn2Mg7IKnM&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 703.206ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API