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

10 rows where cert_number = "52-C-0288" 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
6f2b205cc75fd719 Charles & Wilma Ward 52-C-0288 2025-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000QBckk&d=%2Fa%2FSJ000002ZTdt%2FZ0uDUeNE6E6r2Ie3I2uP_PKltaVmcarPEEXwtaqNt0M&asPdf=false  
dcb7262b578228f3 Charles & Wilma Ward 52-C-0288 2024-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BuKLt&d=%2Fa%2FSJ000000sZaH%2FRdfcbfFe2XjHeqZ5wwD.F77PE3cz9O7EDTs1RlJhJJc&asPdf=false  
a9d3cec5471833d2 Charles & Wilma Ward 52-C-0288 2024-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CRu0w&d=%2Fa%2F3d000002ZCzX%2FPt1mQlJOlXBrQ5RcicaxxYJMUtWoyPKUXK9zEDSsvp4&asPdf=false  
d22cc050bd22cebf Charles & Wilma Ward 52-C-0288 2023-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mvuk&d=%2Fa%2F3d000001KJ8v%2FxXyPC1VPVveHcjsu8eYBVljGJRadP.4YXl67m__j9Ew&asPdf=false  
b5989ffaa95da824 Charles & Wilma Ward 52-C-0288 2022-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxoh2&d=%2Fa%2F3d000000pTmN%2FvCNNuG9nLNyZ5piVynRCm.mGUg1k5XKBEQ7vRqiPilk&asPdf=false  
71072f459cea700f Charles & Wilma Ward 52-C-0288 2022-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9NxJ&d=%2Fa%2F3d000000pTm1%2Fn1ztEaszjefWb3HHRdptRD8kHAvon_YwtqwBtldnLW0&asPdf=false  
19bd1faf4ee208ca Charles & Wilma Ward 52-C-0288 2019-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh7o&d=%2Fa%2F3d000000pTlp%2FYLuhUMKppiE.h1bSY9Gn7iGf03jxTMGdj5AU3BMztIg&asPdf=false  
43b25b49c3ffa991 Charles & Wilma Ward 52-C-0288 2018-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiBB&d=%2Fa%2F3d000000pTmY%2F54KyEBf5g1sslY084el4XANjY82Yr5Wa7qo8Yq7_LZk&asPdf=false  
16b56595befab997 Charles & Wilma Ward 52-C-0288 2017-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfky&d=%2Fa%2F3d000000pTlY%2FqAP9QTqlPYJx5tkCWeXIKSWsF_IHds5PwepJnFoAUIM&asPdf=false  
845a2a8ac41e6289 Charles & Wilma Ward 52-C-0288 2017-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb19&d=%2Fa%2F3d000000pTmM%2Ftx4qNdTK4TjHGEk82oMtKZ3qRtXeKTuJxEPgS0gx9b4&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 129.547ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API