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

10 rows where cert_number = "33-C-0474" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
a8b49b0dfe1ddca9 All Seasons Orchard 33-C-0474 2025-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000lkFm1&d=%2Fa%2FSJ000005vAz3%2FQWV9XffXfeW_.ZofnoNy.3bNgZTkZW_ZwoWwvm_GGtM&asPdf=false  
ec4e619c3c511cfc All Seasons Orchard 33-C-0474 2023-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ABBhV&d=%2Fa%2F3d000001vf6g%2FPKyHUxy9Sn6PYdSoLwkDlZcc2VHdVEI9ojIVamF.icc&asPdf=false  
ecab37a6f6f6c03d All Seasons Orchard 33-C-0474 2019-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbGN&d=%2Fa%2F3d000000po6r%2FswavUerWYvHtDBa2lkVxZbopMkygM4LHrPJqNGxmx_Q&asPdf=false  
11ea0c69678843fb All Seasons Orchard 33-C-0474 2018-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb2e&d=%2Fa%2F3d000000pkJs%2FsOKP.zBmW9EIvUaMjHGOVdu454CME72atQhl_WZ4gp4&asPdf=false  
75641790a1b17647 All Seasons Orchard 33-C-0474 2017-09-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbLX&d=%2Fa%2F3d000000pmEY%2F4pP6xSbQg5DdTonaARaQm1W9kQFTW5ZKuWQ5A1V9x34&asPdf=false  
803d244116bec385 All Seasons Orchard 33-C-0474 2016-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego8z&d=%2Fa%2F3d000000pjyj%2FqOhd9evtxJ4pgX7qgJFhQrhy6RdVLh1MWUacvw_Pg1o&asPdf=false  
7c79f49830b9ac61 All Seasons Orchard 33-C-0474 2016-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeSx&d=%2Fa%2F3d000000payw%2FLT2U5EKUtJkEWFBshCSgL8DgY2UC5XVrLQd1ixDotgs&asPdf=false  
0cd1f6c35b378892 All Seasons Orchard 33-C-0474 2016-09-28   1 1 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwZZ&d=%2Fa%2F3d000000pkVR%2FDZswrcoRTVMB22FwCmGsOWgllzXHeN45lEniuBRR7Po&asPdf=false  
58e795125d48dc86 All Seasons Orchard 33-C-0474 2015-08-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb7B&d=%2Fa%2F3d000000pSsl%2FBYdlWin6rn7DLXGA_GRKsnKLF3CPhzOdEKoOIaSoZN4&asPdf=false  
9cdeb98ad1a9ad12 All Seasons Orchard 33-C-0474 2014-08-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgz&d=%2Fa%2F3d000000pbCk%2FPtDWIuEI09RnT1Sqzv7X65XqUkMqU9VMCHStkGT_1cg&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 26.356ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API