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-T-0121" 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
f0cbebb7db0d45be Lan Cargo S.A. 58-T-0121 2016-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnsP&d=%2Fa%2F3d000000po4Z%2FJN1ZrumnXWN6I5BIn_K7fkgyvZuv8Zw4qyTX4_P.JPY&asPdf=false  
a6c86cfb95193d0a Lan Cargo S.A. 58-T-0121 2015-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoI3&d=%2Fa%2F3d000000po46%2FY8PNb2mifgGqnBN4R5UQrFYGRurJ_HmTDx8HT0Hx46g&asPdf=false  
8dfcb50303db4d17 Lan Cargo S.A. 58-T-0121 2015-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnTz&d=%2Fa%2F3d000000pfve%2FHJMyDU.unQgjAWYbyxqOf1CGGCi4nV95Ku7XxpIBL7I&asPdf=false  
6ba56526d2ef860e Lan Cargo S.A. 58-T-0121 2015-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego7u&d=%2Fa%2F3d000000pdnh%2FgW94yZjOfaj.yWtqltXcmwlvULb7FEDbCFOCM1MkcMI&asPdf=false  
7c940ca0f20e9ee8 Lan Cargo S.A. 58-T-0121 2015-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoD8&d=%2Fa%2F3d000000pkzQ%2FRYVSY8VaaEytU1MMrln3KNIms_o1_vC8kosbvv.jV_c&asPdf=false  
0ac23d71a6f35ea4 Lan Cargo S.A. 58-T-0121 2014-10-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoGn&d=%2Fa%2F3d000000pjuH%2FZcGTxz7eI8Vz11HROTLPBWVdJ9MUT1GbDR3IKEo1qrc&asPdf=false  
999a77eb51e2a7f0 Lan Cargo S.A. 58-T-0121 2014-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnJZ&d=%2Fa%2F3d000000pelk%2FzukqoeHcbi.lA_gjDdQiTBZmLNjD6s3qLorCabhKDc8&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 247.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API