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

4 rows where cert_number = "93-R-0496" 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
0ecb982af2101d72 HANSEN MEDICAL INC. 93-R-0496 2016-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgniZ&d=%2Fa%2F3d000000pjsL%2FT3KE8O1kO6RyHnDKi.M3T84OMCtumQ1I4tcqXmlqQvc&asPdf=false  
0934c22baeb566d3 HANSEN MEDICAL INC. 93-R-0496 2015-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnNl&d=%2Fa%2F3d000000pmsk%2FyjvZT_ZzgTsdBbTujyZNzfDwxOvqfpaiOBqq5.5OW3Y&asPdf=false  
a879cab844d6ebd8 HANSEN MEDICAL INC. 93-R-0496 2015-05-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghXV&d=%2Fa%2F3d000000pXF6%2FfIKbs2D8csn2QsMNzbUDzGg52pdnhF.cDhoBdMkbZdQ&asPdf=false  
89c42dc3503f021a HANSEN MEDICAL INC. 93-R-0496 2014-07-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmxS&d=%2Fa%2F3d000000plrq%2Fns0anMZvDTT_QKDSxqA8CpQosVTX43gd2Og3GSTmzeo&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 130.388ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API