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

8 rows where cert_number = "47-C-0062" 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
08ed37c9114faffa Jill Kuzelka 47-C-0062 2025-02-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000P2JEh&d=%2Fa%2FSJ000002OUQP%2FRL44ZVTlGR7zxUvZdUv3NxO9TjF_8Wa4OjhO7pjJ5lI&asPdf=false  
c34ed9aa99cb0d46 Jill Kuzelka 47-C-0062 2024-03-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ctbgl&d=%2Fa%2F3d000002iRud%2FQfaXVgvUX.wjVgMeOKeyLJ8PV2SUOGBfvkbY1HfQdAQ&asPdf=false  
0db78f335f17ac87 Jill Kuzelka 47-C-0062 2023-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008pEbk&d=%2Fa%2F3d000001Kwm5%2FpcUcWh8s.hNAa3cBAOha5k6zgTsC6mKUTUq_s3nsjRQ&asPdf=false  
a0a59cbcac66c9a0 Jill Kuzelka 47-C-0062 2022-05-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwxoP&d=%2Fa%2F3d000000pgT9%2FZY66BWXZxRuPYjfCAiLC9Q4o75xtEDhmKxownhqZSa0&asPdf=false  
b3247b386acbd043 Jill Kuzelka 47-C-0062 2021-05-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhDKW&d=%2Fa%2F3d000000peYt%2FNXaKgEgBLrr3knBlh9GwMY_Z3eI3XNdLm.qycSYU5XA&asPdf=false  
41f61ebe7e79e0ae Jill Kuzelka 47-C-0062 2019-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfS9&d=%2Fa%2F3d000000peY2%2F_CC5kOf5F3CZIgHUyAu8dPZytrXjP98Zhalec07iRfM&asPdf=false  
8a8750010518ab82 Jill Kuzelka 47-C-0062 2018-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdiN&d=%2Fa%2F3d000000peYd%2FiLxx5Sn.orOuiuppDowFe1azifk01QUuDzRPtNvF5Dk&asPdf=false  
cd237329da8bbdad Jill Kuzelka 47-C-0062 2018-04-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHe&d=%2Fa%2F3d000000peXq%2F5oOSNQnor7EA4Oy3QEowCbd6i5ZjJMmX5QggMM4FMB0&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 162.758ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API