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 = "34-C-0388" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
479dd716aabbb545 KLACKLE ORCHARDS LLC 34-C-0388 2017-10-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbyv&d=%2Fa%2F3d000000paze%2F77ag.YMniz_gGFSJjTROd9AYFEhAJDDZdK3ORZU0IRU&asPdf=false  
8acea4d614e0c3ae KLACKLE ORCHARDS LLC 34-C-0388 2016-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmnd&d=%2Fa%2F3d000000pUFU%2FOwoZ1mZduCKLT6QwAVBw0rglpRd8xQqYYn7glz7Z6JE&asPdf=false  
308729e762cb8540 KLACKLE ORCHARDS LLC 34-C-0388 2016-12-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh2I&d=%2Fa%2F3d000000pkRE%2FgZ_9iDxypNGZu6RsjlSaEZYcedmFHsK.4Dl_.iVoK2s&asPdf=false  
2048c738750e0b9e KLACKLE ORCHARDS LLC 34-C-0388 2016-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egce1&d=%2Fa%2F3d000000plCi%2FeLGAkVfAlS2zWe84GCztCHr4vc_y1TfZm6crf5dWMgs&asPdf=false  
0775971bf16f6c51 KLACKLE ORCHARDS LLC 34-C-0388 2016-10-13   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxOg&d=%2Fa%2F3d000000pkYn%2FfKEkHV63fQ23vEFZ8b0oVdjL25xQZq_0E_O9ddayY6Q&asPdf=false  
d1bb3c8fdc05db33 KLACKLE ORCHARDS LLC 34-C-0388 2015-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdFV&d=%2Fa%2F3d000000pkC4%2FsPGWgS_mBz3QKAONU5mb3puIa42ceZ_5LX0Tpz9oQO8&asPdf=false  
1d964d015c0e6c60 KLACKLE ORCHARDS LLC 34-C-0388 2015-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglLU&d=%2Fa%2F3d000000pdug%2FlGc5IwUKQY..y9BSsFFeOHveB.g19DQ2Y4qNjiq0xrQ&asPdf=false  
0ad4045d17676a96 KLACKLE ORCHARDS LLC 34-C-0388 2014-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ4t&d=%2Fa%2F3d000000pU8C%2FYSfsGlsAZpSRK7MqNhIa8eLoZEcCmOD4DZilWcfI_w8&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 591.915ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API