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 = "58-A-0249" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
c738d508516a944e LYNN FIGUEROA 58-A-0249 2017-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaEx&d=%2Fa%2F3d000000pe2Y%2F3rF29acu7FavxvF1pa5HhF3ZYnGJqLUK5bI1GSLOlx0&asPdf=false  
08102b6d0ac9a0a5 LYNN FIGUEROA 58-A-0249 2017-10-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeHY&d=%2Fa%2F3d000000pbiP%2FMl4zfU9t_DWbsPRrgtH.QZp3WvSuaBvTmc5ieILxeXM&asPdf=false  
dade4aea28656c55 LYNN FIGUEROA 58-A-0249 2016-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2i&d=%2Fa%2F3d000000pTNV%2FkSE0z2W6d56ojwCo7.JJf9O7NiugYPI9BvHnLZ.VvvI&asPdf=false  
7a3621042e6465a1 LYNN FIGUEROA 58-A-0249 2016-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHd&d=%2Fa%2F3d000000pWZS%2FZFcZn5hCXQX8jUmmdwK8Se6I7Hh4yK74nhQhfEbMB6M&asPdf=false  
fd82d5a5830818e2 LYNN FIGUEROA 58-A-0249 2016-09-15   1 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxZK&d=%2Fa%2F3d000000pfJu%2Fe34EO_F4GyuGlf8QV83.2OeBfSwXlbmU5CBPKKM9wc0&asPdf=false  
5ffbbf9163ecb918 LYNN FIGUEROA 58-A-0249 2016-08-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmAc&d=%2Fa%2F3d000000pmlw%2FnATVeTnSYuiPsCKQKSv.oOzYV0.nRBgVWwN3HfixGLM&asPdf=false  
ad43ef22c6086153 LYNN FIGUEROA 58-A-0249 2015-08-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxcX&d=%2Fa%2F3d000000phzk%2FKYCSTZvfdlSpgp3PR6O3OgKeNDmoWvCyc_n4hC9wTVw&asPdf=false  
92ee4658067ada2e LYNN FIGUEROA 58-A-0249 2015-06-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglgC&d=%2Fa%2F3d000000pfxt%2FW2Tb41d8jK7yAUypUQrw.zpPfydQQ24q7D4o7jdxLjo&asPdf=false  
04f5784caf78c13f LYNN FIGUEROA 58-A-0249 2014-07-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSf&d=%2Fa%2F3d000000pf2V%2FEawh6z.5W6gGUVcY4JhpLjZ08413mby8VtOM8SpJPkY&asPdf=false  
cdc7d1eb899293ef LYNN FIGUEROA 58-A-0249 2014-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghsW&d=%2Fa%2F3d000000pnXp%2FyfiA24AMV9QhbVanYISO8eip4zqIoXOnKDK3U3Jpxtg&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 68.586ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API