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 = "23-C-0390" 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
c1242b52b23314c9 Betsy Shank 23-C-0390 2025-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fTo0M&d=%2Fa%2FSJ000004zMPV%2Ff7QttGd_FXbuZNnZwjwC8ZWWho1DLhsSeu_.oY9AoDA&asPdf=false  
94e5743815c95c38 Betsy Shank 23-C-0390 2024-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000BBRBU&d=%2Fa%2FSJ000000pT9d%2FNt6e0gBIxJlI5VcUAwJ37DnGIdS7Qh8XRNJPs.jI.rs&asPdf=false  
1a8e73b389c26412 Betsy Shank 23-C-0390 2024-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Cey6N&d=%2Fa%2F3d000002d4YE%2FCRA3xDuEwTsTLa1iW6UGpHol7LPxW9BwlzppzB8FnL0&asPdf=false  
3a2fe617f27c88b7 Betsy Shank 23-C-0390 2023-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BHwy0&d=%2Fa%2F3d000002Dx1E%2FMEIaTMTtW7Ki79CgMx86JXKyNlQ0QN6tNZkbEuYSTOs&asPdf=false  
9908d53fd71853db Betsy Shank 23-C-0390 2023-06-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008dKKz&d=%2Fa%2F3d000001H0ED%2F9XWToL4wu1d1eDuQS1D75pIsWHmU7Q_zA.F0NKVEzZ8&asPdf=false  
90e3b30ceb3c29fe Betsy Shank 23-C-0390 2022-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awlqe&d=%2Fa%2F3d000000pVtd%2FmLKJIVboygdS1lA7ckrG2ShDwnYObG8QcRfPWqttALA&asPdf=false  
64efcc1474c16ea6 Betsy Shank 23-C-0390 2022-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V97tC&d=%2Fa%2F3d000000pVuP%2FqS7clOrbFtjaBE_jSCEwJ8uJCvdqOlQ_V4Get8lnlLk&asPdf=false  
60aa99301342e4d4 Betsy Shank 23-C-0390 2021-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESfnW&d=%2Fa%2F3d000000pVuU%2FOor03UmmNPSdUOEJVJ8CvBl3NsB3EU89HJJGuWZYANU&asPdf=false  
4489de8f5fe03853 Betsy Shank 23-C-0390 2021-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERiTH&d=%2Fa%2F3d000000pRmZ%2FXrT8uKxxmzlQGdZeEyv.9_Ck4bxUG6rLSvfdSPBs58Q&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 3.629ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API