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

7 rows where cert_number = "21-A-0218" 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
e3d8b617b8aa8cd1 Mary Ramer 21-A-0218 2025-09-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000l0uP3&d=%2Fa%2FSJ000005ngT3%2FmjolPMTMSxW37zcYot7pdoeqUp70DLfa8cud0vIPQMo&asPdf=false  
b3bba801cdc32b42 Mary Ramer 21-A-0218 2024-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000DZfSI&d=%2Fa%2FSJ0000012AVl%2FqzqR005IsKDDUA0uHUTRxBuZ37ERGgUmpa1QjPfEZx0&asPdf=false  
5cf4892ad2e94ce2 Mary Ramer 21-A-0218 2024-07-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EgJbf&d=%2Fa%2F3d000003EGSP%2F3jR5zYM.CeuJSnQxTomREI_J0yACoUOZobs.cpWQ6BQ&asPdf=false  
2739d50d17a8a5d1 Mary Ramer 21-A-0218 2023-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BNxGw&d=%2Fa%2F3d000002Ff5L%2FZQU9E4bjUibipUKMzkhmY6Po3K.H_iUa4Hw4nY26Qss&asPdf=false  
2aac16ffabe61b44 Mary Ramer 21-A-0218 2022-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awRKv&d=%2Fa%2F3d000000pV7V%2FmHtbdL5KkiuW9YBjOnJUJBry0dKW32qlHvwWi6210yE&asPdf=false  
97ccf6f976c45b4f Mary Ramer 21-A-0218 2022-04-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwbUD&d=%2Fa%2F3d000000piQt%2F30Cgtlqh8NMSoYeQC.sSuwGmrOixK9FkhcEgxB4DZ5U&asPdf=false  
a871858a5138f5b7 Mary Ramer 21-A-0218 2021-10-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8GRe&d=%2Fa%2F3d000000pXDQ%2FbceqGbHSg49PHu5c8Kzsx9uYjUVWBumKbEjDLHXYJJU&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 844.066ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API