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 = "81-C-0052" 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
ca246bb3a8b97de0 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2022-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxsFM&d=%2Fa%2F3d000000pTwv%2FITZXn7M9.MDaTtZyO7I7Vsz31KvXH9tmi5MpGtxd83w&asPdf=false  
77fb2dd7476a885b AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2021-06-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMPzl&d=%2Fa%2F3d000000pTxR%2F0mLDp1cGKyKusaG6683_YwGbZJdxU791p22H95PQlGg&asPdf=false  
49313111ab40c64b AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2020-03-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXnf&d=%2Fa%2F3d000000pTxa%2FLXk3Duyl_1sOhrluvdPjjcUG96_.oLkpkb6d33HkUhs&asPdf=false  
62d0321b0633254d AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2019-04-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXd7&d=%2Fa%2F3d000000pTx9%2FFJCuKUibQ4bw2DzTzsuX5NQKTWki40c7u_v0w1NdCvk&asPdf=false  
aab29bdf4a3384c6 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2018-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXus&d=%2Fa%2F3d000000pTxS%2FAaPXAYqdkKSV73neQ.p.8A_3QT3i54AXvrHBC6Z5Kvw&asPdf=false  
41db8938e3cec1c6 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2017-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXZ4&d=%2Fa%2F3d000000pTxK%2FCL6aCJqTQaDDJs9ytVgLXVfUkus_iF9RWgIphiVoLhY&asPdf=false  
82f7b4aca10f92d6 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2016-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYJh&d=%2Fa%2F3d000000pTwt%2FX3b8P3EFW8uS_VMhPYoOnxuMY6QHEfYsQhLKWKWLUYo&asPdf=false  
62e2279ca9720594 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2015-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYg7&d=%2Fa%2F3d000000pTxe%2FshLu.gSDZpvqkKIdpt0XE9l_mb7oTALCK87sQjaKNuw&asPdf=false  
1b74ad4db8a11239 AUGUSTO CASTANEDA JESSI KNUDSEN CASTANEDA 81-C-0052 2014-06-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYvv&d=%2Fa%2F3d000000pTx3%2FOptB3QsJe60Ji_Jc4P1UnjMLvS3ki8QSbGj1l61.TAU&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 262.571ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API