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

6 rows where cert_number = "21-T-0051" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
c14dfb5697e332a7 JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2023-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008vz9t&d=%2Fa%2F3d000001NGLg%2F4_EgA7Hyv_ysGlwYeEcYC2_BpONOoqOjwB8bFUGJor4&asPdf=false  
146e89fa1c6b0fdd JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2021-06-23   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMP9c&d=%2Fa%2F3d000000pg4n%2FP6r3pSGoDmT5ONbZx2F29rVps1W1UPVGWU9pBNazWyQ&asPdf=false  
622ab2922f08a9ae JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2020-09-29   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EqxiK&d=%2Fa%2F3d000000pg2j%2FXLROJyZt3DA9__9O13RC9l4chxVaVxhygg2v5ohXraI&asPdf=false  
6141d559f38f5563 JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2019-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn28&d=%2Fa%2F3d000000pelj%2FtetiSuAFOZ.B7sbiSzbsVDQtllsYIXZHoh.WOc7dXbI&asPdf=false  
de8cb937f719fbce JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2019-05-17   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWYt&d=%2Fa%2F3d000000pozB%2F05M5kQGNiTBFDnZbGEZa4hsS4l5REQkRq47vyQxtUJk&asPdf=false  
13299b5059626e98 JOINT STOCK COMPANY AEROFLOT RUSSIAN AIRLINES 21-T-0051 2019-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmrC&d=%2Fa%2F3d000000pels%2FZaipoa8bp.QxjvYRMzXSCXFs9L1nooSj9WULG5zSVZw&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.35ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API