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

10 rows where cert_number = "21-H-0325" 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
16a9cab9f428ad9c MSN Air Service Inc 21-H-0325 2023-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AJxrz&d=%2Fa%2F3d000001zATc%2FeBRcxv4EY22XczpNrzPbQfGYCjOoufsCR2aVkUR2KMs&asPdf=false  
0d53388ec11e1815 MSN Air Service Inc 21-H-0325 2023-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008Rkmx&d=%2Fa%2F3d000001D8ue%2Fmf1MotOs_VFh8TRJFvXIPRfBh.MlpkkoEGhPJrM5SMk&asPdf=false  
ef92b6a220f24045 MSN Air Service Inc 21-H-0325 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8GQb&d=%2Fa%2F3d000000pg2m%2FT9H2_UhpCs9hIqC55PqTThohsFQwYsMJmHj.cqjxaW8&asPdf=false  
625d83eab982614d MSN Air Service Inc 21-H-0325 2021-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NEAB6&d=%2Fa%2F3d000000pgB4%2FMN6qlWKkDw6uODCXy4RRwk7GP4a9tBaifWeXqux.2go&asPdf=false  
f68dc791609202d5 MSN Air Service Inc 21-H-0325 2020-01-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnh7&d=%2Fa%2F3d000000pg91%2FPzVkbkSu5X74qC1gkAsmXstvt6pZrGsSqsbw5dX0Wwo&asPdf=false  
f364be23a8804e14 MSN Air Service Inc 21-H-0325 2018-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egncx&d=%2Fa%2F3d000000pg8t%2FuBp0WR6c5La3cg7LMPp72pd2kiLIm41Ds3x5B9.rdX0&asPdf=false  
8deaf671e19ea1db MSN Air Service Inc 21-H-0325 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmrO&d=%2Fa%2F3d000000pg8Z%2FJwyb1ah3VX2y10GZ9tbm0bGzR1oF3IVchFe_pX3WCGI&asPdf=false  
bc152b2f3f1a5909 MSN Air Service Inc 21-H-0325 2017-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmeh&d=%2Fa%2F3d000000pg9H%2Fg3xm4TBl5NAfPp1q.vhlFq8dq9BO.2kUbH11WBFmo90&asPdf=false  
379040456794bfdf MSN Air Service Inc 21-H-0325 2016-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoEM&d=%2Fa%2F3d000000pgBa%2F5OHXx.yURkP43ChwQzdupCoySNEL3LQXyKhRDAKTZ94&asPdf=false  
a758a77733650e38 MSN Air Service Inc 21-H-0325 2015-12-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoIR&d=%2Fa%2F3d000000pg9U%2FAn62Bgvn5oalXCv8U1.RSk2As5gXs3w3TIV_LBqXEKA&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 322.21ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API