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

8 rows where cert_number = "21-H-0326" 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
2fb9ce2447daedf3 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2023-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009kjJT&d=%2Fa%2F3d000001iWpJ%2F4RnyFGWtQjJFnncS0DPu5pZJvV5x..Vd4I04mQcL_r4&asPdf=false  
48fc5580b2007170 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2023-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uRp4&d=%2Fa%2F3d0000012r4W%2FByVjTPop.fuEdXIyLlpAMlVuveqITvdhSfOm.VlN8rk&asPdf=false  
c04010a845387828 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2021-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8W3P&d=%2Fa%2F3d000000pg3T%2FwSlzGuOYof0nRNxyLCAg4NAz8RluKAsx4aWpTilQeOE&asPdf=false  
48662d3e3e214025 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2021-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhIMT&d=%2Fa%2F3d000000pgBS%2FDZJm3erYBcV8liJHOocRuZkkuGYgKnZwLtp_sHWaQCE&asPdf=false  
c847a511c22b0f60 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2021-01-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERjfF&d=%2Fa%2F3d000000pgCL%2Fly_snnGlxVMdFyczAMzoKPOWAD0DSUiSrOSZrW22d6E&asPdf=false  
47bdb65cd9e948f8 ARK IMPORT EXPORT CENTER LLC 21-H-0326 2019-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egni4&d=%2Fa%2F3d000000pg7A%2FO7xXXsQ_IDwNucPKkNffQjXTjzs9Iz4tLY9gYHmUQiM&asPdf=false  
2d907fcaa35f8c5d ARK IMPORT EXPORT CENTER LLC 21-H-0326 2018-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnmo&d=%2Fa%2F3d000000pg9h%2F3zXSjlkUfEDuyavTFGOWdBbLTEeor4hoU8G1uONRwaA&asPdf=false  
2066ba0b2da67ecf ARK IMPORT EXPORT CENTER LLC 21-H-0326 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjL7&d=%2Fa%2F3d000000pg8e%2F2HQKR2QV57OCBTQYF73qCaojQ4Lm.6jGoImRZxOD9LM&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 4.153ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API