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 = "74-R-0008" 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
0fed17e47d8a3cc6 Scott & White Memorial Hospital 74-R-0008 2018-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbqH&d=%2Fa%2F3d000000pnpt%2FW.lLfTM0nmZlgjDHOgGe4aJYEJQpVTB110Mq5fPnKys&asPdf=false  
5486bea0a42d53f9 Scott & White Memorial Hospital 74-R-0008 2017-09-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcyy&d=%2Fa%2F3d000000pWNm%2FUf1R_MQTx539O_3GWPqmW1.IkUTo1eHN1PsSqWnWrwc&asPdf=false  
04ef1d9111a1a130 Scott & White Memorial Hospital 74-R-0008 2016-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcg5&d=%2Fa%2F3d000000pf3X%2FIkDJ1SGXICjwO7R4ugumV6seCcvT4L9dL.TrfpA2UZw&asPdf=false  
932f32b733c0d698 Scott & White Memorial Hospital 74-R-0008 2015-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeIn&d=%2Fa%2F3d000000pl7l%2F2CmO5Fp.xP5pb_4M3zm7gGexFVB3K_a39ZnCm1qiRZ8&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 149.044ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API