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

7 rows where cert_number = "31-C-0253" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
a302593359f16c4f LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2017-04-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbfH&d=%2Fa%2F3d000000pUAR%2FF_sdXIdA2EvRJ0MsvcJPN0ud2a9pON2E_YzXAw5Ffhw&asPdf=false  
fba47c7946f2ae83 LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2016-04-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY92&d=%2Fa%2F3d000000pXAb%2FQ9aT3gB0I3OwyN75LxDMKhuglfz8cw2mVol8o5cjlTw&asPdf=false  
dbd900f0d4fbd641 LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2016-01-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglwm&d=%2Fa%2F3d000000poFv%2FBXnTz4hBgWZpqJ_Za.mIqEaf_aIw07oeyNf8fNhYN54&asPdf=false  
1471fda909d5d791 LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2015-07-23   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnwpc&d=%2Fa%2F3d000000pSVX%2FjTfDjwQO3oor8Oo7af8bHHV0LyY5dupMrGsiD0NguaA&asPdf=false  
41b8ad5dcbf00b87 LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2015-05-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYmE&d=%2Fa%2F3d000000pb6Y%2FOUtdrWhQKlJPuWCCmG53hLj7K2ZCIR9wXpNohNd.6Xk&asPdf=false  
bd56067fbba9f16e LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2014-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYgK&d=%2Fa%2F3d000000pS0l%2FUdt7iIWOHvRnzG55L4f5CW_u0nq68iOkx0srzkJeaBs&asPdf=false  
babddd03fd77f63d LAUNA LYNN SCOTT JAIME SCOTT 31-C-0253 2014-06-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8h&d=%2Fa%2F3d000000pUil%2FxE6qsKoVwd4fxekvzp6PXz2r28EiLBrZsQUxFZhkJGQ&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 392.725ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API