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

6 rows where cert_number = "34-C-0369" 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
1bd7ba25a7089c28 LEAMANS GREEN APPLEBARN L L C 34-C-0369 2018-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeCK&d=%2Fa%2F3d000000pdYI%2FbUsVNQY.TdpvjypMrS1VmgTxm8k5FkbbLuAriNaV.FI&asPdf=false  
1c69d8d0d43a8e90 LEAMANS GREEN APPLEBARN L L C 34-C-0369 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege5X&d=%2Fa%2F3d000000pngU%2FXXgRhCZbN69tTxhkYDM0yvy27RHvim8zl96T44CmV1M&asPdf=false  
cf8010ccb86a9ca8 LEAMANS GREEN APPLEBARN L L C 34-C-0369 2016-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf4A&d=%2Fa%2F3d000000pdnu%2FvGpD8isBzOhvIAsFIfn3ZMmw3YTC68kz444VsB2uGVU&asPdf=false  
b32f340dd775d7b3 LEAMANS GREEN APPLEBARN L L C 34-C-0369 2015-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeAq&d=%2Fa%2F3d000000pf2s%2F0lOIzznzgRutnLmIRZFC8Hh6CaQE1w7lm.OqLMiCP4w&asPdf=false  
b0c6c1ed503f531c LEAMANS GREEN APPLEBARN L L C 34-C-0369 2015-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoH4&d=%2Fa%2F3d000000pSH6%2FlCmY03tNya9sciNDn_hcmqzBFp5Zg1OZN6Mr3s5YAC0&asPdf=false  
04dab688adc5c0a5 LEAMANS GREEN APPLEBARN L L C 34-C-0369 2014-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggWo&d=%2Fa%2F3d000000pScw%2F6JltdXf26izQ4SgQVuNVlw9cjRsShRJcbvY928s.zKA&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 667.977ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API