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

5 rows where cert_number = "22-R-0153" 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
c66c830d092c6854 RBHS New Jersey Medical School 22-R-0153 2017-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbVe&d=%2Fa%2F3d000000pn84%2F96A_GqorbMlRK_kmU.02YEvhM.J8v6NInJ5eH7TfGRA&asPdf=false  
7faa19d7c251a543 RBHS New Jersey Medical School 22-R-0153 2016-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghRE&d=%2Fa%2F3d000000pn8C%2FeHutMXhzQJBucwBhQ2.M5sUmEIr2QiP1plJHD4pEA_I&asPdf=false  
1abc270e8acb1742 RBHS New Jersey Medical School 22-R-0153 2016-09-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcBH&d=%2Fa%2F3d000000pbDY%2F2NJI9Co2qtUQodDlEabBVvT77p1VPizuT8IqvWXrg6c&asPdf=false  
cf16e644335205e1 RBHS New Jersey Medical School 22-R-0153 2015-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdrN&d=%2Fa%2F3d000000pg8T%2FAmUNXMRjrNN1lHVF0ALD_t2RJY83dEPmD1oDwggc.iE&asPdf=false  
e1d9917050438935 RBHS New Jersey Medical School 22-R-0153 2014-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbcP&d=%2Fa%2F3d000000pg5B%2F2HLyBKkfaudtPidAswVDdDzDZLiAfNUZyQbxbZd7fyg&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 141.099ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API