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 = "33-C-0414" 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
5bb16f1535eb3038 ANDREAS GEORGIADES 33-C-0414 2019-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnGb&d=%2Fa%2F3d000000pnyt%2FmI1qd72IYdQo.C3LBBeUB2ZayWujFWbIgkEelSl6YLo&asPdf=false  
7ec4b75c46f61a54 ANDREAS GEORGIADES 33-C-0414 2019-04-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfk1&d=%2Fa%2F3d000000poY0%2Fikw1Kbfkm3q.h._3KVj7b.WZ1XonOBCBOR7KglBZ41o&asPdf=false  
af62d933452d384b ANDREAS GEORGIADES 33-C-0414 2018-03-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcWM&d=%2Fa%2F3d000000pUjc%2FhGaqHMLHcQwcFtcgttyNzudnkWALrx.bJUdCoATm1ns&asPdf=false  
37823d4b01611757 ANDREAS GEORGIADES 33-C-0414 2017-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdUY&d=%2Fa%2F3d000000pXFv%2FPl_zxmLDOQ2FTxiWEqEWXTPdRrTTvNvaxGCKe_Qthqo&asPdf=false  
6d5aaa851500cd07 ANDREAS GEORGIADES 33-C-0414 2016-10-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdbP&d=%2Fa%2F3d000000pSzd%2FVKJ3CIMH0U2ovKZ8Z2EKZQMppC_YpFdsBtk7A1Jr_Nc&asPdf=false  
f2916c92fd5ce8f1 ANDREAS GEORGIADES 33-C-0414 2015-09-15   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX37&d=%2Fa%2F3d000000plKX%2FvQGgWY99rsjo248rj6ZPJcXCtE7ZAZEOJjQycNy5YUg&asPdf=false  
63961991fd6c965c ANDREAS GEORGIADES 33-C-0414 2014-08-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVrX&d=%2Fa%2F3d000000po1m%2Fh1hynG20izl_RhJJN2uLDX5uSHrMTkhoR_dakOkfveo&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 188.309ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API