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 = "43-B-3820" 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
dcf75d2de2825794 Chris Simmons 43-B-3820 2024-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008wuet&d=%2Fa%2FSJ000000burF%2FQd8KliD5tic3TyXKURfmmTTbU96B3XXy3UcFw0sOhU0&asPdf=false  
bad4b9e224df10d2 Chris Simmons 43-B-3820 2023-12-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BC7dN&d=%2Fa%2F3d000002CDbx%2F2sXvnX15dwXxJsTfS6S4Kb1qNaGFXPoTjwgEiWfE8bQ&asPdf=false  
740cab57a608d67c Chris Simmons 43-B-3820 2023-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009esgd&d=%2Fa%2F3d000001fYdF%2F0WX0RprhswIsNwZbItK8dmJE8bSQeH_VSCVjynx2w5Q&asPdf=false  
feed4ef330946788 Chris Simmons 43-B-3820 2022-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxIqy&d=%2Fa%2F3d000000phaL%2FIQ3cFFJEb3VoW4SlNBuII3AdLFPeukMj8RylW5KebTw&asPdf=false  
e4c59966f2cdcc3b Chris Simmons 43-B-3820 2021-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNGwk&d=%2Fa%2F3d000000phb4%2FI2LzlcftrF9rdpPN.XWCK5h1XseFcBGW6wDIlP1yaFU&asPdf=false  
bdc5152ac431ef9c Chris Simmons 43-B-3820 2021-09-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN9YP&d=%2Fa%2F3d000000phZl%2FxLIWC8j0FXlHQa7UNvww4mM49j2snuNWcldEZIDD0rk&asPdf=false  
ff153335d31f748d Chris Simmons 43-B-3820 2020-12-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERY4e&d=%2Fa%2F3d000000pm1Y%2F5DFoZ7kJRnEa.DtegNmJGqZKgZhNGYqq_pkF676Vvh8&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 423.031ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API