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 = "67-T-0207" 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
22f98c0254685ee8 KLM Royal Dutch Airlines 67-T-0207 2025-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000n65FQ&d=%2Fa%2FSJ0000067qMb%2FXvIg42MOAcz4rPA0qYo0BXVKLIAJW_ScbxrliA851_M&asPdf=false  
b995705b49c65a9a KLM Royal Dutch Airlines 67-T-0207 2025-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000e0Pu3&d=%2Fa%2FSJ000004m5r7%2FA3oiOxO3YdUm.R_9_SeTn8L1qD.od3C3.VvfPGinW6I&asPdf=false  
c527a22a46898ac2 KLM Royal Dutch Airlines 67-T-0207 2025-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000cIfGa&d=%2Fa%2FSJ000004WrLR%2F5KmVh4cqlptRYIC1T7FfVm1dkDoeRXDzKRhwSM7nMVU&asPdf=false  
6b3918fec01cbdb1 KLM Royal Dutch Airlines 67-T-0207 2023-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008v4d5&d=%2Fa%2F3d000001Muoh%2FfJveJKV0RU2k3ui7ThK9g_5zxvgC3T8MDGTpiH9WOmM&asPdf=false  
9349ccb9bad5cdd4 KLM Royal Dutch Airlines 67-T-0207 2023-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008M41Y&d=%2Fa%2F3d000001BZ6T%2Fey6TA8ciwCKaIz9x6TuI3nNZSbC7maEi1xTuux66fVM&asPdf=false  
f532cc75e3a7680b KLM Royal Dutch Airlines 67-T-0207 2023-04-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008B5uG&d=%2Fa%2F3d0000017v2U%2Fe0RpAzZt9GylFoTbV73NhEhH3wMB23iNihZ2pI6pDTE&asPdf=false  
3df2d74127034a5c KLM Royal Dutch Airlines 67-T-0207 2023-04-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000087imc&d=%2Fa%2F3d0000016wEA%2FGQ.I8AWs1IhEDfbny4uNhtB2OLKrTo8dz_pTlbMWN4c&asPdf=false  
5ccbdfc5975a3523 KLM Royal Dutch Airlines 67-T-0207 2022-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gP6Sj&d=%2Fa%2F3d000000pdAy%2Fo39VK0DQEzvpmKX_kVn2vTBeIXH3URmxITTxwZLi2yg&asPdf=false  
62567555ef2be5e0 KLM Royal Dutch Airlines 67-T-0207 2022-05-05   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yy0TQ&d=%2Fa%2F3d000000pXjw%2F68qeMpEHVPWngNS2xxbpnNEUeKf4h..ZizBj_LmLqvk&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 5.517ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API