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 = "21-A-0206" 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
0fea3d5c62e995fd Amos Jay Petersheim 21-A-0206 2025-02-20   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OtrM9&d=%2Fa%2FSJ000002NdkH%2Fx.ed2IpYAxYjjaYCExA6dewwQb_OoRW51gDmhpPOi7Y&asPdf=false  
88b65376ae31799e Amos Jay Petersheim 21-A-0206 2024-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008KpZe&d=%2Fa%2FSJ000000YJY5%2Fns.dYRFichjYwHu3Ch5onX_19a9HZcu7zgnPqkLV6WI&asPdf=false  
e95f778b8179ded9 Amos Jay Petersheim 21-A-0206 2023-11-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BOH8M&d=%2Fa%2F3d000002FleQ%2Fs6k0oHyi1AhG7dQLwpombRWLPtT8BZOi9T2p9uQ36Tc&asPdf=false  
ae3cb4a0c2ba3dbc Amos Jay Petersheim 21-A-0206 2022-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvIs4&d=%2Fa%2F3d000000pcQE%2FKI26ru_PpL5QeKljWIfDaeCIgyQyX_T4tjA7ASeSrZQ&asPdf=false  
47a9ed2d937f3c92 Amos Jay Petersheim 21-A-0206 2022-01-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V96YS&d=%2Fa%2F3d000000pcQ3%2Fh2NXtcwBCrlrG8KSC9AVytdAzMP21jFUb7Fp.ysogKk&asPdf=false  
e7c9b6ec0fa061b8 Amos Jay Petersheim 21-A-0206 2021-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMaqQ&d=%2Fa%2F3d000000pcPh%2F8k_90W1O4AcjACET2.tOO87j3Rv44XpCGSlj9TmUm.M&asPdf=false  
4a3c0814f8edaf7d Amos Jay Petersheim 21-A-0206 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBH&d=%2Fa%2F3d000000pcPw%2FIqA6XIRenGyVvXpQJw2rktqJodhrrrfPHiXivpN3V2s&asPdf=false  
7580d803cc4986b9 Amos Jay Petersheim 21-A-0206 2019-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega9y&d=%2Fa%2F3d000000pcPW%2Fyi_7tE9lbCWpQwW7Q2mW4XoFA2YsqIQMN9znLb_.LAY&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 107.521ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API