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

9 rows where cert_number = "63-C-0021" 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
da110bd329760720 Ober Gatlinburg Inc 63-C-0021 2022-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awQZB&d=%2Fa%2F3d000000pZjw%2FhbLdcQEUxcjs.6Tyux5O370T1_89Yc697VCUkKykPwQ&asPdf=false  
0cfd70b6e4a141c6 Ober Gatlinburg Inc 63-C-0021 2021-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8m7v&d=%2Fa%2F3d000000pUvk%2FSsSYwAuysHAJJZOofKMXwci_LONu0umvpuxX7DnLM.w&asPdf=false  
9b655b04ab953c79 Ober Gatlinburg Inc 63-C-0021 2020-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaSv&d=%2Fa%2F3d000000pUxr%2F1w3.xz4GOCTofWLeb.QytQX.bihod2prCgnG5Edy990&asPdf=false  
05085f5929483524 Ober Gatlinburg Inc 63-C-0021 2018-11-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega96&d=%2Fa%2F3d000000pUxx%2FNp6RI6CfwVt4bjC9oueUGBrhK0_k6S5ZVbNAeS16W4w&asPdf=false  
f9e2fc431060fc16 Ober Gatlinburg Inc 63-C-0021 2018-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egasw&d=%2Fa%2F3d000000pUwU%2FkzHAqq3dTArIe4VZFaL0RJIxfVzFq9L1a_OLgWlQtUQ&asPdf=false  
10d33f533fe93db8 Ober Gatlinburg Inc 63-C-0021 2017-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egapg&d=%2Fa%2F3d000000pUvD%2F7g2rBVT43S9oKP4VqEATKBTfEHdO7S6T6ebKJNbSUNs&asPdf=false  
4add15c705fa70cf Ober Gatlinburg Inc 63-C-0021 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaK1&d=%2Fa%2F3d000000pUxq%2F8ts9JLZW4Xk24CXf.TKZVUhyV_2V28uvvRLQ.7bz7Ms&asPdf=false  
25d378f62df4d2d1 Ober Gatlinburg Inc 63-C-0021 2015-03-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbTf&d=%2Fa%2F3d000000pUvt%2Fg5fRwPrEDiKcgSpnMZnFgSV5iSh.SyFTLDBWOKi.eGY&asPdf=false  
b6ee3598b42d8782 Ober Gatlinburg Inc 63-C-0021 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbUu&d=%2Fa%2F3d000000pUuW%2FDgCSAhIZgC3IXS0NY_oShkD6rqhFDMpZP8VePytcdW8&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 461.44ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API