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

6 rows where cert_number = "14-R-0027" 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
fd37e095ad934cb6 CELLDEX THERAPEUTICS 14-R-0027 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghW1&d=%2Fa%2F3d000000pfOr%2F0KLJD0Fxf64obJgIeJBwjeZV_eRqbMUNi8tswstn8cM&asPdf=false  
3832b4bbe37b47e0 CELLDEX THERAPEUTICS 14-R-0027 2019-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghqD&d=%2Fa%2F3d000000pT1Q%2F7uULJrTnqDaPw3rtDCTLVjIyVd2f2dwgRg4rMPaqA5I&asPdf=false  
56b8ee4620acbd06 CELLDEX THERAPEUTICS 14-R-0027 2018-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiBm&d=%2Fa%2F3d000000pXQ4%2FIUDA_yQHa7Zx9XCNTQrV7dQEFYPoO1Kcg1JTA7nllOQ&asPdf=false  
23de32f3aff93c03 CELLDEX THERAPEUTICS 14-R-0027 2017-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghbc&d=%2Fa%2F3d000000pX3t%2F9YI7I0AnywZko57lYlWWxGbmmaeVZA03yk_UfJCEE8I&asPdf=false  
b8458ff5466476f4 CELLDEX THERAPEUTICS 14-R-0027 2016-04-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeTf&d=%2Fa%2F3d000000pUtv%2Fs5RV.3zdi1ZnM9Vhq5B4UX8ummWpob9ZTm4dJSDBejg&asPdf=false  
fb61619b11ddc748 CELLDEX THERAPEUTICS 14-R-0027 2014-11-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiYP&d=%2Fa%2F3d000000pdOR%2FxJ4OYAetJH_naq7nuw6z5LGmYyf9vlzLGz7YhSJ1eyw&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 4.04ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API