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

9 rows where cert_number = "43-C-0383" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
bc839462dbbf226e MAXINE HALE 43-C-0383 2020-02-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAk&d=%2Fa%2F3d000000pkwL%2FAUjxFWiu6NnWnIJVGetiV9tdr147euH8S2PTpUWNWv0&asPdf=false  
8d0dd3c94a7bb4a3 MAXINE HALE 43-C-0383 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbxh&d=%2Fa%2F3d000000pamu%2FRUWCfRhooqjX7WWyyPdt0LK3ClCPJ5kGRIauBYTL2Xg&asPdf=false  
345d03398610b9f4 MAXINE HALE 43-C-0383 2019-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWYM&d=%2Fa%2F3d000000pUQ3%2FUFSZkTdpop7czMA9LO48PPRfp0bYV24i6RhsPtODSrY&asPdf=false  
857eb25b4708e4c8 MAXINE HALE 43-C-0383 2018-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4u&d=%2Fa%2F3d000000pdZZ%2FBJY0FfymAzRuqNDswS.yQWq45MJV7PRlQj.1MmY4G6Q&asPdf=false  
f31fc020765222cd MAXINE HALE 43-C-0383 2018-01-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeKv&d=%2Fa%2F3d000000pUhA%2FWfsUGSouTInarRQkm_TqMBffDvgB46wFlgU3TrxVjJQ&asPdf=false  
429c707244375959 MAXINE HALE 43-C-0383 2018-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egloq&d=%2Fa%2F3d000000pneU%2FN.FAuoCdPN0XhW7U8Kuye_KeBfQBV55ZW13w3dHWGGo&asPdf=false  
221ad793ac2eede2 MAXINE HALE 43-C-0383 2017-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6k&d=%2Fa%2F3d000000pT0k%2FqwFL5oYC0sTWxjPz68mlGmUfo00ojLLG0kFkPv5FNaU&asPdf=false  
dc34dc2c367d44e0 MAXINE HALE 43-C-0383 2017-01-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfJ8&d=%2Fa%2F3d000000pS0f%2FQsK.hy.TaOWaLKhMHIyCB_17oGzRsolUlyjH1yejM40&asPdf=false  
6bc9ba61e4a34bd6 MAXINE HALE 43-C-0383 2016-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcaa&d=%2Fa%2F3d000000pnCZ%2Fq8CI0yrKS7xS0QiJ.2lCNRHi_HStU6.a5jTPk1kLc5Q&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 425.052ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API