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

5 rows where cert_number = "21-C-0039" 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
aac8e3f319b80424 JACK GILLETTE 21-C-0039 2018-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBU&d=%2Fa%2F3d000000pjMW%2FnfKpFQz5FkEYcC2n.YvHBJNvRVd9YQvsdIFS1lTvO24&asPdf=false  
a0616d0bb393764d JACK GILLETTE 21-C-0039 2017-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoHX&d=%2Fa%2F3d000000pdsS%2FrrU4v2kBmwzCh9yoH8LaWVRy6U5IzUwv4nju0LaUsOk&asPdf=false  
519e637d98b08f01 JACK GILLETTE 21-C-0039 2016-08-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZmU&d=%2Fa%2F3d000000pShk%2FOzgG2zOJBmuVt5Dj.zG8yIp5cec9UEz1aDL1E3hgv6I&asPdf=false  
a7ccf8ff2d9132a3 JACK GILLETTE 21-C-0039 2015-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh4a&d=%2Fa%2F3d000000plEW%2Fyw3XR.zHVsXpCnAuEgc93xf7AxE4Uftgnayvlja8gDQ&asPdf=false  
e75b3d07d1365800 JACK GILLETTE 21-C-0039 2014-07-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egct4&d=%2Fa%2F3d000000paaO%2FtN0S5xil52vlccWCzlR8DnqEW5TUuGwwy9KFcI12jWg&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 351.354ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API