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

11 rows where cert_number = "34-C-0328" 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
fc010258106bb543 BLAKES ORCHARD INC 34-C-0328 2018-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgapU&d=%2Fa%2F3d000000pSun%2FUDij2xBDF6QPft6Hc2mMtk7FgVYXUJtdvck9FYAFhMc&asPdf=false  
72521eec40e9707e BLAKES ORCHARD INC 34-C-0328 2017-11-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnR0&d=%2Fa%2F3d000000po6s%2F8nOg1hpkt_07.TWIkhZLKul0RrrGHhkvBbp1E6S6uGw&asPdf=false  
427e762b72533508 BLAKES ORCHARD INC 34-C-0328 2017-10-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYuN&d=%2Fa%2F3d000000pbmp%2Fsa_wPSWiF0XFsBl3oeMXGwg8CgLRG8Kn.7znBmgz87k&asPdf=false  
9b2596236cd0e497 BLAKES ORCHARD INC 34-C-0328 2017-09-21   0 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXCW&d=%2Fa%2F3d000000pnxK%2Fl5PuQn_ioxirqqkMTc8GJl5I1e7Va2WJHsVRiGN_1gQ&asPdf=false  
60fbb90f7ade1a5f BLAKES ORCHARD INC 34-C-0328 2016-11-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoAL&d=%2Fa%2F3d000000plT1%2F4h8nSCA240PmIdbfbw9OUpJLjuKWwCXlT8dTB8NgH3s&asPdf=false  
6e215ff08f63dfe8 BLAKES ORCHARD INC 34-C-0328 2016-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnrC&d=%2Fa%2F3d000000pSaA%2F36ijfNIrBH54aYaDSJrd457qg42dEqyeGobQ_jGdc10&asPdf=false  
1c11454add9d168a BLAKES ORCHARD INC 34-C-0328 2015-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglL5&d=%2Fa%2F3d000000pkPN%2FC6IlmtzWYQ3hklxc1DnOYGgeBil7zrQSw5YDK2.QOKY&asPdf=false  
e0e91ac54170f1b9 BLAKES ORCHARD INC 34-C-0328 2015-11-09   0 0 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWyB&d=%2Fa%2F3d000000pSqk%2FkLkwz0YAq7D7a3eIzV3Dx6SMU69JdbUwZ8mLVn82hCM&asPdf=false  
6f912e027891c680 BLAKES ORCHARD INC 34-C-0328 2015-09-29   0 0 3 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxVN&d=%2Fa%2F3d000000pSIl%2FSlEKSs3NJjy60Ti8s9SPY45Fqovecv.qMrm4s_gKRcY&asPdf=false  
4e94bf7081f743dd BLAKES ORCHARD INC 34-C-0328 2015-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego5x&d=%2Fa%2F3d000000pogG%2FKSwl6WpnuNj0FJAkSV77NIl9zsqBDN0Ct3VpR6_LCAI&asPdf=false  
db73af6d406f472a BLAKES ORCHARD INC 34-C-0328 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego8e&d=%2Fa%2F3d000000pbeH%2FY7G9hFAwzxI4nUlpHuVKvjamoATsEmLrVRZhOIPOo_8&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 162.583ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API