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 = "61-C-0110" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
0b115bfa4c985120 HENRYS ARK INC 61-C-0110 2019-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdsp&d=%2Fa%2F3d000000plY4%2Fz3io8jUCSZVVskPIZOJjVHROnx3GkTNdeoG2iPL1vpM&asPdf=false  
5dcd3dea30d4c4fd HENRYS ARK INC 61-C-0110 2019-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZR6&d=%2Fa%2F3d000000pod6%2Fj.eOPDisVmzXNecQcFN.bpid9i4h8ygMpmuMlRcpnds&asPdf=false  
c171155d8270d0c3 HENRYS ARK INC 61-C-0110 2017-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTu&d=%2Fa%2F3d000000pUd9%2FesGXAutnXL0Uadx_2Ft0uuejDUZOqLzFk9nVtjH7I6I&asPdf=false  
7a2d8b01ea8d8c95 HENRYS ARK INC 61-C-0110 2017-03-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX8O&d=%2Fa%2F3d000000pkIQ%2F5VSoh_c7i_LujcmrdrE_NdjNUsTW8wcTOcM4erv5kxI&asPdf=false  
0ad0ff93777b56c8 HENRYS ARK INC 61-C-0110 2016-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYjZ&d=%2Fa%2F3d000000pokL%2FZs8o25G7Ov1wVZeWiZJWoL5Gg5IGNwYrCC9POCC0mco&asPdf=false  
e211f8d0dc3bde51 HENRYS ARK INC 61-C-0110 2015-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ6A&d=%2Fa%2F3d000000pouJ%2FX52OKeGzQRoOh1GtvU2PNH30MIQ6uLjkjspt1Ftpl1E&asPdf=false  
7324707d09d436e6 HENRYS ARK INC 61-C-0110 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYXl&d=%2Fa%2F3d000000ppP5%2FdNArvN9l3iVZY5WGVZbHEidfQxPudbRbU.PTw9lUNk0&asPdf=false  
bb02252c30ee8349 HENRYS ARK INC 61-C-0110 2014-07-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxKe&d=%2Fa%2F3d000000plpY%2FbMY_rf95x5su8RGef8mnDjmNlovG86lgIE0fHmq_GiM&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 16.683ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API