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 = "33-C-0472" 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
cb117e13b5bf31cb CHALET NURSERY & GARDEN CENTER 33-C-0472 2022-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8yII&d=%2Fa%2F3d000000pgsp%2FJ_zoTrdMCQKlL0VVo92GGy8b73uhv5rsOxUXxuHQZ7w&asPdf=false  
182a4a2b382a5318 CHALET NURSERY & GARDEN CENTER 33-C-0472 2019-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfOz&d=%2Fa%2F3d000000pWet%2FNGtXSuHUU0kcZlzRM8bnJCYiPHOVQ4v2mkPwTz2Kbgw&asPdf=false  
d0ed1d4d825da983 CHALET NURSERY & GARDEN CENTER 33-C-0472 2019-04-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn1z&d=%2Fa%2F3d000000pWYp%2Fz0FsEBK85BvxKnqyN2UEmzay3cZYAR2KGH1h4M4PjKs&asPdf=false  
d035c8a848530a60 CHALET NURSERY & GARDEN CENTER 33-C-0472 2019-02-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdrO&d=%2Fa%2F3d000000phzZ%2FFySMF1e8reoKYoFVCV0kt5pD.wNgewofMK0bx2jmC9g&asPdf=false  
eb7e63b89d8d600b CHALET NURSERY & GARDEN CENTER 33-C-0472 2018-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnds&d=%2Fa%2F3d000000pezt%2FBthXkzP5G7kDU2g0RXYfPAFGdRygyrRM5oxczYGqbI4&asPdf=false  
e389fed5958daaee CHALET NURSERY & GARDEN CENTER 33-C-0472 2017-01-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnpj&d=%2Fa%2F3d000000pdrl%2Fc78a6Fdi2QFIank8LNdA65B5Eajux4tLtRStOMfMhVI&asPdf=false  
ad19ff726df9b7fc CHALET NURSERY & GARDEN CENTER 33-C-0472 2015-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjV5&d=%2Fa%2F3d000000pWj1%2F7CprVKM0Pbl0lyhW.gIAR6q4zJfBikdDdsENQMnr.Xc&asPdf=false  
29ec501b623597d2 CHALET NURSERY & GARDEN CENTER 33-C-0472 2015-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcuS&d=%2Fa%2F3d000000pbbK%2F95iWyFdrRpj.6kLndMTDiEnDM5AM_VfFG9rbfTj7PsU&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 5.229ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API