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 = "22-R-0154" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
e0558970920c6fc5 COOPER HEALTH SYSTEM 22-R-0154 2020-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkgl&d=%2Fa%2F3d000000pWMO%2F0HXTus7SqCVNIPs3YNHC0dDM9KUVO_P4sdA4g6TxGSE&asPdf=false  
ab896cf35cbdb6c7 COOPER HEALTH SYSTEM 22-R-0154 2018-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeBb&d=%2Fa%2F3d000000piLd%2Fa488kQaYzXmYy.So1XExRpb_xlA9RaXtiJOD_uBmVT0&asPdf=false  
a40f3d3a6d0c9757 COOPER HEALTH SYSTEM 22-R-0154 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5k&d=%2Fa%2F3d000000pn34%2FdTEy4ooMR0GE1jKrjevxOIe3k_.uMXaPYIoek3yj_5Q&asPdf=false  
a3ad6319d71a6a3e COOPER HEALTH SYSTEM 22-R-0154 2016-10-18   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg3M&d=%2Fa%2F3d000000plb4%2FQGNsdT6CF7ijNzsApFmwyx5s1Sl9plT5iWqjWH4Jkz8&asPdf=false  
ccd07ee081ae245b COOPER HEALTH SYSTEM 22-R-0154 2016-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egfun&d=%2Fa%2F3d000000pgjv%2F.hu3nHN.63Dug_pnDEfSXmj725bFGGqUWAa_rVGIlLs&asPdf=false  
fdc67dc4668a391e COOPER HEALTH SYSTEM 22-R-0154 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghZn&d=%2Fa%2F3d000000pi68%2Fb771iMAMxE9GKMY5xAwiyxYNgl0ODijD_wc2vBwIx9A&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 1503.067ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API