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

10 rows where cert_number = "41-C-0309" 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
fe627d9f3918c274 Sustainable Safari, LLC 41-C-0309 2025-12-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000vv7qL&d=%2Fa%2FSJ000007W1oA%2Fys6KgbpoP946D7Pdu8iWv3urwvj4jynS3SYn3eiMFBE&asPdf=false  
8583542fb9f7eade Sustainable Safari, LLC 41-C-0309 2025-07-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ft7Pa&d=%2Fa%2FSJ0000053Fyv%2Fgas5J7CfqkHSQqTPb5lhtoRsW6wZb2tcari8_fPHgis&asPdf=false  
0f318b19f4548191 Sustainable Safari, LLC 41-C-0309 2025-04-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UECmX&d=%2Fa%2FSJ000003AoEj%2F1Yf_IvywN2nMeKcTbLQ4GwZ27pgwsZy1NfshXHHwrPU&asPdf=false  
153e163da2f8db7c Sustainable Safari, LLC 41-C-0309 2024-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000IKM5N&d=%2Fa%2FSJ000001XSPx%2FlIcOxjCMQfyPZdI9wHApj.QXbgvD888iQEwqzrj65pk&asPdf=false  
20bc8b9326067dc4 Sustainable Safari, LLC 41-C-0309 2024-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005m7No&d=%2Fa%2FSJ000000McEj%2F_cE4VNkwm3UAa4cBKav1sE2YCFmfZIKLbV88h_RthNo&asPdf=false  
d5aa4734b596755a Sustainable Safari, LLC 41-C-0309 2024-09-03   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005VuCk&d=%2Fa%2FSJ000000KmlF%2F2nf3jfao1uiqxdLyK.rn7u0JvSDh66qC.y.nsgm_t78&asPdf=false  
21e83b3f9393dbc8 Sustainable Safari, LLC 41-C-0309 2023-09-13   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000A1iRo&d=%2Fa%2F3d000001rH2K%2F.tajKrB5J82bJHxZ.2Nc7li.3Hf48_fOJJymE0.pDls&asPdf=false  
66414ad8c3c20a42 Sustainable Safari, LLC 41-C-0309 2022-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9AQh&d=%2Fa%2F3d000000ph06%2Fmoo_obm4dZWVjsytnBabdPlZCpS0NuaMMWDbEqpyank&asPdf=false  
03977df517236aae Sustainable Safari, LLC 41-C-0309 2021-12-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8wjX&d=%2Fa%2F3d000000pgrf%2FmgoLrxWUgKQuwPZKq9K9EYt._wttmF7C59OEDKkV168&asPdf=false  
466bc34e13301953 Sustainable Safari, LLC 41-C-0309 2021-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNO8T&d=%2Fa%2F3d000000pkvW%2FJO.0oYrlkBJbdE5HFzPLat5_cWDtjETi8cGgwcah35E&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 4.719ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API