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 = "21-C-0303" 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
9eeb8467dfa98429 ELAINE GUCK 21-C-0303 2021-10-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8LdA&d=%2Fa%2F3d000000pfyx%2FwEOn3wywKb_zKsraWEpbXhg3ipUu2K_KqAtIkJmMEOo&asPdf=false  
de9d5452b5e5ce15 ELAINE GUCK 21-C-0303 2021-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERgIp&d=%2Fa%2F3d000000pRnv%2FGRTe69AER_fq5tvpWeYaAQ0YzgHW0aHO.CFcTlUzl.Q&asPdf=false  
cb5b63b86b41d49e ELAINE GUCK 21-C-0303 2020-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglTp&d=%2Fa%2F3d000000pfzo%2FL3wbQqbboHcFVpTdRjh8zhoxyvIUC2NvOOxXSFK93ys&asPdf=false  
82581b3f8f1ee6ba ELAINE GUCK 21-C-0303 2019-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglp7&d=%2Fa%2F3d000000pRGa%2FZvszqb5hJR9mWiU5wDiEvvni_dv9J76gW45.9K3Au3w&asPdf=false  
4b002c3a5f3accc0 ELAINE GUCK 21-C-0303 2018-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglOn&d=%2Fa%2F3d000000pX5a%2F7.76a0jmanS3ntd35pLLY9RASvmvnm.3GR_lIRZfmGs&asPdf=false  
3fd78f1d011bb13d ELAINE GUCK 21-C-0303 2017-08-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm1G&d=%2Fa%2F3d000000pfnr%2FfQKhbRv3BX1T5__TMKx_NZoXXs6OfRxBpcYHHw78_YM&asPdf=false  
ba1620888daa8ee5 ELAINE GUCK 21-C-0303 2016-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmBC&d=%2Fa%2F3d000000pnZw%2FQejsLgaJLbD4esTGPiJdRh1Ooblxedq6ugVsAjvnNg4&asPdf=false  
f119520f150f31db ELAINE GUCK 21-C-0303 2015-09-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm3P&d=%2Fa%2F3d000000pWP8%2FDCem6onVeS3WVB2VaVx2AnIgK1ZvY_cUovUAvOwz0K0&asPdf=false  
84006ef0abb5e39b ELAINE GUCK 21-C-0303 2014-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0M&d=%2Fa%2F3d000000pUmU%2FYSmekTUUQlHa9DzHZ4bILdF9PlNbtXDSrg7ZJKPNaRg&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 27.66ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API