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

6 rows where cert_number = "46-A-0280" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
90c2a42f41a74eda TAMI NAMKEN 46-A-0280 2021-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESFQY&d=%2Fa%2F3d000000pRom%2FP4RfXxGSQyPci6ILHcIoySE.sE3Uk0u6C_iVKFRan_8&asPdf=false  
4b63b23208f37836 TAMI NAMKEN 46-A-0280 2019-08-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkZN&d=%2Fa%2F3d000000pbhk%2FS6sx5IVWZ4M1pCpYg10r.SpOc5Re4whlbTK_fr7LH_I&asPdf=false  
aa20f41c83d5b0bc TAMI NAMKEN 46-A-0280 2018-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkKP&d=%2Fa%2F3d000000pSa9%2FB188x3ORln4QxlGJK.JXGoc6X73VPs8DAf.dqb1JrE8&asPdf=false  
089e925f7e5f99b3 TAMI NAMKEN 46-A-0280 2017-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglqh&d=%2Fa%2F3d000000pjP5%2FMFXlHSEl2oN_tQC5hMeF7bebj0UAOEBi8sSurjT0prA&asPdf=false  
e3c1699c868a6901 TAMI NAMKEN 46-A-0280 2016-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkpu&d=%2Fa%2F3d000000plvD%2Fxzzpa5i8UKOb6r_prQxUGfnybLdJjwK7fgZVv3TSyac&asPdf=false  
3499a9bf17ae9efd TAMI NAMKEN 46-A-0280 2014-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglW5&d=%2Fa%2F3d000000pi8N%2F7cIG7b7hLRYrNXO8mGf1u822sGKeA.QsXr8NzX2GP98&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 591.627ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API