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 = "51-C-0126" 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
c0d01262a28e468b Serenity Farm Inc 51-C-0126 2025-03-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000RIRTv&d=%2Fa%2FSJ000002jRFp%2FhoZF848BTCC9wRgXKoM8xHghZED728RnTPJ4clSAjVI&asPdf=false  
430856078779fc45 Serenity Farm Inc 51-C-0126 2024-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CrC4D&d=%2Fa%2F3d000002hXGq%2F77uj2r5m4AdKwDFgT7SwFjLjIa.QhALU1OievLC_Fko&asPdf=false  
cf2ec9520752643d Serenity Farm Inc 51-C-0126 2023-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BiEAV&d=%2Fa%2F3d000002MH8W%2FCS29ku0WTK_pH_GEPRnfFH6YOl.N285_Iaxmcxd__Zc&asPdf=false  
b7e2df0cdd0975c2 Serenity Farm Inc 51-C-0126 2023-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMY7&d=%2Fa%2F3d0000012pAv%2F6U9jU0ojd4GTpR3waiMEGZJfRR7uF1syJFhYRJn63Fw&asPdf=false  
da68f5e11dc8de3c Serenity Farm Inc 51-C-0126 2022-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTL3&d=%2Fa%2F3d000000phIy%2FtpggjZEhz.WNfF3oOzhWrsYfGr.ZOWs7TeMD9Yeho14&asPdf=false  
30b7489a792d77f5 Serenity Farm Inc 51-C-0126 2021-06-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhJAl&d=%2Fa%2F3d000000pjB6%2FnvCmt5ibjGvcUVEGIn_vhyD9ugLJtkjb_7N_sfKUa54&asPdf=false  
0b903e037673a5e0 Serenity Farm Inc 51-C-0126 2020-11-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyMKk&d=%2Fa%2F3d000000pfcA%2FVtEOFPXKW6SAURsj5Z4DwiIjotEDY8vnnCoOKqYx574&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 447.191ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API