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

11 rows where cert_number = "16-C-0091" 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
696b1a679463a46f Ron Delucia 16-C-0091 2025-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000bSnF7&d=%2Fa%2FSJ000004PWgj%2FudR.ceKL.JqO0YUJlxq7UxFhvR5_ep5fa34MS8RhQFA&asPdf=false  
85ce50b126ff8e21 Ron Delucia 16-C-0091 2024-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009AVSC&d=%2Fa%2FSJ000000e0m6%2FpbmjXsckPPrbbkv9kfPB9l5R0oiM1IjCg97X47ireQY&asPdf=false  
0eb60efd6b655461 Ron Delucia 16-C-0091 2023-07-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000096bDV&d=%2Fa%2F3d000001QdcE%2FL2bpj4_oBBY8MCgWx6SZJ9ikYGTOEcyGsjhvAAZtwT8&asPdf=false  
e241fe6528dfe9af Ron Delucia 16-C-0091 2022-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awWKv&d=%2Fa%2F3d000000pZqx%2F5X4BphL1fQhqAHNO1xRBLP9RuCNYy9vloocDPVVqoRQ&asPdf=false  
ac66c86c5e3c3276 Ron Delucia 16-C-0091 2021-07-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMeAa&d=%2Fa%2F3d000000pdtz%2FY4NiBujkUTWqEwAfC7_1sQEBqBsFW9ZrhyVEon5obC8&asPdf=false  
55e0b70220204c7a Ron Delucia 16-C-0091 2019-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcOW&d=%2Fa%2F3d000000pStU%2FAQVk.eTK4F8G49a6Vxh9cP4tWi1Ez2pQTK3kfXkIMEs&asPdf=false  
9552dc3bd847d7ba Ron Delucia 16-C-0091 2018-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbms&d=%2Fa%2F3d000000pZrf%2Fegg.iIWUVw30nqOMjLd4EyewTVWuZD45dCtlXfEmo5c&asPdf=false  
47d5dd7e26e79527 Ron Delucia 16-C-0091 2017-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcz1&d=%2Fa%2F3d000000pZre%2FZdtqF_y_ToF9Ng.E1h7fGSZRS5nqkPzbWviHaziWLo0&asPdf=false  
76d72e8b7972efa2 Ron Delucia 16-C-0091 2016-09-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcLq&d=%2Fa%2F3d000000pZqJ%2FQz1Nd6.s1Gem_PhLjzbjnKtjtRONTgpPxTmVWPbE59s&asPdf=false  
298639d32eeb6084 Ron Delucia 16-C-0091 2015-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd7q&d=%2Fa%2F3d000000pZqI%2FBOl4tbR8HaRDa0FO1qewxLcNYSe9iX.QqV1vIa8IhoA&asPdf=false  
e3b199579289f602 Ron Delucia 16-C-0091 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcZk&d=%2Fa%2F3d000000pZqX%2FJa6L59dZiw5RTCQP_Z6gBVKofEravk85tNx4s8XqZOM&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 7.999ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API