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 = "23-A-0699" 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
d53a6f303d03bf58 AMMON LAPP 23-A-0699 2021-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMpXZ&d=%2Fa%2F3d000000pVAA%2FHE.RaCdkWw_RhUPXOnXeOs2tJgT_Dn1gRIwnThHBA9Q&asPdf=false  
9f62248999c7006e AMMON LAPP 23-A-0699 2021-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhKO1&d=%2Fa%2F3d000000pfsk%2Fl_1hbdlA0O0JGUE.YSuuwtn_scVr_dItT1VZ3076hEs&asPdf=false  
b37439e394af061d AMMON LAPP 23-A-0699 2021-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMTAF&d=%2Fa%2F3d000000pRsq%2FMI4f4a96aT1LLA9T3twz9NESyhnfAmZxPJKvESu38wI&asPdf=false  
0fab67e6451b6eab AMMON LAPP 23-A-0699 2021-05-19   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMT8O&d=%2Fa%2F3d000000pRtR%2FOra5GVC_nCaHwKEYEV1c6YPLnBK__Faaid2MjgDRnBs&asPdf=false  
62d8f0226f6d5b5c AMMON LAPP 23-A-0699 2020-10-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ErtNd&d=%2Fa%2F3d000000pjHx%2FdFVScWkAb32H12Kdbagk2CNU1AmUEcVe1Rw2txVkpL8&asPdf=false  
3e628f023f0c8743 AMMON LAPP 23-A-0699 2020-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglK5&d=%2Fa%2F3d000000plLg%2FVmyYzzPtOqoyIF6sKqppNfF4fBmRDFbUo4T_7fDaXPQ&asPdf=false  
9f88e97724ca1e3a AMMON LAPP 23-A-0699 2020-02-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMT5e&d=%2Fa%2F3d000000pRt9%2FA_rv2TH0pAz5mj4uk9kfhSVpzevV1vH1DbEXuSfXSYg&asPdf=false  
3804a02f7ab00aac AMMON LAPP 23-A-0699 2019-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egawh&d=%2Fa%2F3d000000plMW%2FXgmMaov5lslQAM2QPsBoUnrIcDesVI4bbCG_5AB11bg&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 812.768ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API