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

7 rows where cert_number = "58-H-0006" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
35f70f1be19566e9 AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2017-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoLy&d=%2Fa%2F3d000000pnuY%2FV62zgJJ.Uqqzrgy0elzW6zX0IAYSgYEJyy0ngydsJ_g&asPdf=false  
afedfa969f8eb894 AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2017-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoFI&d=%2Fa%2F3d000000pmyv%2F47xD4cKFp5ocsj8WY1UtdFGtxkEiXNCzUvdC42hBlD4&asPdf=false  
e1584ad335cc3e29 AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2016-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnGJ&d=%2Fa%2F3d000000pj9U%2FeL.QOMiVtygxfHgXGUgHISF9WKh0ZpTTbp5Mq4fL2H4&asPdf=false  
4b44039544ac1ead AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2016-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnML&d=%2Fa%2F3d000000plnn%2FbJgB4awx.ETlJbSDCfkTJrSTR3rZ5fZ1msQ_aiJ6UWw&asPdf=false  
a8c1505e5accce2d AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2015-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmxX&d=%2Fa%2F3d000000pSdq%2Fw9bLGUJwWhHZefFdQox2mpUHwsA_Bt78.Ya2LKBbgX0&asPdf=false  
1ea01acd79024854 AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2015-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgneF&d=%2Fa%2F3d000000powf%2F97wFH3xuN6ULxJ36aFVW8xEnbkUzN6m9KW.RGkSFST4&asPdf=false  
f5c4f90e240fb2b7 AIRCRAFT SERVICE INTERNATIONAL INC 58-H-0006 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn2j&d=%2Fa%2F3d000000pVC6%2FgRJhsfS0l6MJYWa8zk8CJijvmpt77bAiMKJg.48a6EY&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 347.829ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API