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

10 rows where cert_number = "48-C-0163" 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
1d0e3ae608724247 Jessica Mason Janell Knudsen 48-C-0163 2017-04-26   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYiJ&d=%2Fa%2F3d000000ppMB%2FDMzcUHCKnYE6Hx3A_AUKc9iZ1qmCidED6EXsEzztyQc&asPdf=false  
918084cc2605e07c Jessica Mason Janell Knudsen 48-C-0163 2017-02-08   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwmg&d=%2Fa%2F3d000000pWeT%2FRTpipGCem1Y4mCm7wdRxyGecfYXkSNIfhWc8LdHEfHI&asPdf=false  
84c9b6c6be2050ab Jessica Mason Janell Knudsen 48-C-0163 2016-08-01   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwdz&d=%2Fa%2F3d000000povL%2FA3RwkYVsbTTL_aApGgRkJTojKk_ObbWZPWpuUFp1D_A&asPdf=false  
9ed7f7e8efcc1973 Jessica Mason Janell Knudsen 48-C-0163 2016-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeWg&d=%2Fa%2F3d000000pXQJ%2Fbo0hS2Wuc8Ifu3HfLPpDKWoMK1wr7coWd5jgGtYF4IA&asPdf=false  
7c746c7e523a46c0 Jessica Mason Janell Knudsen 48-C-0163 2016-03-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf54&d=%2Fa%2F3d000000pX3m%2FpJSkM6ku_vscD_bpPBOTolyxnrdsH0qN8FQrKt_cyEE&asPdf=false  
e6b86d1cd449dbb0 Jessica Mason Janell Knudsen 48-C-0163 2015-12-02   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwmR&d=%2Fa%2F3d000000pkZo%2F9fYXSHwPnn_z03FoF4dXwHAYfJignodiG7YnWx06wpQ&asPdf=false  
fcc4d69e388233da Jessica Mason Janell Knudsen 48-C-0163 2015-08-12   0 13 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw5Y&d=%2Fa%2F3d000000piHb%2FC1f9mD3k1BBRkHS4gVHmdMJg12gCiscVPT6u1bAt75M&asPdf=false  
b3cf49aaa6b064d8 Jessica Mason Janell Knudsen 48-C-0163 2015-06-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeve&d=%2Fa%2F3d000000ppL3%2F0bzDkeWApGqQbkdoBa94bGEVc6J4.n5I77WdP5Yht3w&asPdf=false  
2897c01397b8ae1b Jessica Mason Janell Knudsen 48-C-0163 2015-01-21   0 11 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwAP&d=%2Fa%2F3d000000poWx%2FWv.n.RwCnuMZguQfun_Eu918abHNt5o.ujCOJ_dbI9U&asPdf=false  
297b9ccbdec6c075 Jessica Mason Janell Knudsen 48-C-0163 2014-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWle&d=%2Fa%2F3d000000pXIT%2Fpqu4ewfwi81SWcIRkVKd0EOb9if_eBWEhmhfmH_X0pU&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 116.963ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API