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

5 rows where cert_number = "91-H-0046" 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
80b62e9704983a96 Hanjin Global Logistics 91-H-0046 2024-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EZr0w&d=%2Fa%2F3d000003CCH1%2FAkMDGOTUYTV7_4I1ZqPp0gY0525tL66ks74_rflGuuA&asPdf=false  
135c94d708da01e4 Hanjin Global Logistics 91-H-0046 2024-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CyJL3&d=%2Fa%2F3d000002k9zf%2FGE6GIAMBItbG1aZzWsT5xlTaT86zURmyP4tyvriOS8c&asPdf=false  
ab449633d0f8dd01 Hanjin Global Logistics 91-H-0046 2023-12-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BTxLd&d=%2Fa%2F3d000002Hbrh%2FLwTzFjW4q32z5sBaUMxWCIVkJ_NKfqUmcSxU5ntDEAU&asPdf=false  
31f29842fbcd6aa2 Hanjin Global Logistics 91-H-0046 2023-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008k15b&d=%2Fa%2F3d000001JJgf%2Fpz.dWTMkE4KfXNBKVhytr.2nVNpF5ZPSANrnlnaYlAI&asPdf=false  
c2653047261697af Hanjin Global Logistics 91-H-0046 2023-03-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ucgh&d=%2Fa%2F3d0000012w2o%2FZdpItYg2FDz0ltcCvfl.NkS8dkmb65BXku1ihmDrEh8&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 1038.91ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API