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

9 rows where cert_number = "46-A-0273" 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
0fbb8aec97faacb1 Nancy Locke 46-A-0273 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxGQd&d=%2Fa%2F3d000000phSn%2FE_0aU0.ZqSOzCBRs16Hb8X4DRd81hx7dxm3bySEvcKA&asPdf=false  
7b3e58bb28af9caa Nancy Locke 46-A-0273 2021-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhPYk&d=%2Fa%2F3d000000phSO%2FPXBukgK7YdR86OWJ7fAG8Ld1bfxflKCDwthtQRtWVgg&asPdf=false  
51ef01a52a826968 Nancy Locke 46-A-0273 2019-08-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkC3&d=%2Fa%2F3d000000phS4%2F0vEXj0c2UojHrmN75BZuHHy72RmDKA6RVEcZ48Ph7JM&asPdf=false  
4f4e61157e991840 Nancy Locke 46-A-0273 2018-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfdd&d=%2Fa%2F3d000000phSF%2Fbh2VGUaNklS9.Cd.cu6ruDN4nwFPPwn0IjezfsaKi1Y&asPdf=false  
bd736ba8c9b11953 Nancy Locke 46-A-0273 2018-03-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghZk&d=%2Fa%2F3d000000phSC%2FFPSxsES4EbfPcRg_c5XrxIcPEby3T9aVnBh0Y7lfTXQ&asPdf=false  
1e5d35d78002f9ee Nancy Locke 46-A-0273 2016-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeDh&d=%2Fa%2F3d000000phSd%2FRNyPcz2Vr9aX_ry9boVzdvBqtxVvGe6.8ssNNa5MJSM&asPdf=false  
7f55d25b202ae65b Nancy Locke 46-A-0273 2016-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjYC&d=%2Fa%2F3d000000phSB%2FHI5rr.U_fUvRjWZIIquwkGDsWzg7ipoXFX.iNBufwUQ&asPdf=false  
ce93d189afd4b499 Nancy Locke 46-A-0273 2014-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiqG&d=%2Fa%2F3d000000phRe%2FgWihsmYVl_E4w_HyVFIU8oRxi67vR_5O3JKhiCnesfM&asPdf=false  
d1528b386727846c Nancy Locke 46-A-0273 2014-06-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmub&d=%2Fa%2F3d000000phSe%2FunKbUzUpDIqlyAKioGstTp_2dayIvRQ3zCi8TmBqukw&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 372.133ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API