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 = "14-C-0105" 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
7fff38bef30be026 Portrait Simple of Massachusetts Inc 14-C-0105 2015-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeky&d=%2Fa%2F3d000000pkeB%2Fp5VMs97E6kB0.IcKejQtSWnsr3lxeRwjH9YcetbyrUg&asPdf=false  
efaa452b7e0bddbc Portrait Simple of Massachusetts Inc 14-C-0105 2015-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiVr&d=%2Fa%2F3d000000pXEn%2F2MSccR7hrBQJDSlUG6JWIbjU0WoydbPugrf6VsZI0Jw&asPdf=false  
bad92c8fece18dfb Portrait Simple of Massachusetts Inc 14-C-0105 2015-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfjX&d=%2Fa%2F3d000000pjvZ%2FneMhAnepbAFTNPrx2DdiJyLgZ2erPSfSXqZXCNXuoHs&asPdf=false  
01797199fc69f10b Portrait Simple of Massachusetts Inc 14-C-0105 2015-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcjv&d=%2Fa%2F3d000000pf7k%2FdXf0c0byi9Jag18zFsl9n_ch_pjs9MYWG1tQ4CqXKD8&asPdf=false  
fe4d7ae4abaecd1e Portrait Simple of Massachusetts Inc 14-C-0105 2014-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege71&d=%2Fa%2F3d000000pdko%2Fq4bAmxfMW8v7aSvQ8AWpaNcW8iK_zYUtDsDtCvJlH8E&asPdf=false  
659c2e28826abea6 Portrait Simple of Massachusetts Inc 14-C-0105 2014-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege4t&d=%2Fa%2F3d000000pn3r%2F0MM9UqydUE_t5KZtHTJh_29kYY6mOxfISctxc8pNm9M&asPdf=false  
fe8ef2b0cf00983a Portrait Simple of Massachusetts Inc 14-C-0105 2014-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjie&d=%2Fa%2F3d000000pfVy%2F.2pSghDk_YFwZUrvP6rEBWeh4Qc2z1T5DdJgNp95nr4&asPdf=false  
38f08b7b1a595437 Portrait Simple of Massachusetts Inc 14-C-0105 2014-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egemc&d=%2Fa%2F3d000000ppEc%2FczhPdfJfNcrQXXa5kOvntj2Ju9akjA33H4gckbgB_Gw&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.752ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API