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

6 rows where cert_number = "91-C-0159" 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
cf1b79204bd4e57f Twisted Holly Reindeer Ranch LLC 91-C-0159 2025-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gQUww&d=%2Fa%2FSJ0000058Ak5%2Fqnj2w4c8me3mfVKkd1EdiKjhNGysDDP_74mMqO6VOXU&asPdf=false  
493969ccd29b8989 Twisted Holly Reindeer Ranch LLC 91-C-0159 2024-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000007J4IP&d=%2Fa%2FSJ000000U58j%2FeZZr_C7Kn9kC3v7JRiUcd6zOQn1b6wOGmu7q.ihjdF0&asPdf=false  
60f3b2d433e95908 Twisted Holly Reindeer Ranch LLC 91-C-0159 2024-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005braL&d=%2Fa%2FSJ000000LY8L%2FRknOUW3BHUr0JY9S3Htm3GMOjKrO0tfSAxfJdE1oSgw&asPdf=false  
e7ad45d9cef6720b Twisted Holly Reindeer Ranch LLC 91-C-0159 2023-12-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BL4Qk&d=%2Fa%2F3d000002ErhV%2Fr3lM_BCc.EapDfpHm5ZYHJR3HMxaixRuzNK3sGpJBS4&asPdf=false  
a5cf5b1c1b8d0c63 Twisted Holly Reindeer Ranch LLC 91-C-0159 2023-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007Jfpx&d=%2Fa%2F3d000000t5Sj%2FMwoo5stPNKsr1dz.ZZdBC.0kqR44f69Mz__HKctMtRE&asPdf=false  
f385a619f2f21ab4 Twisted Holly Reindeer Ranch LLC 91-C-0159 2022-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvDIx&d=%2Fa%2F3d000000pcC5%2FDAyPaeYmpRG2TdZfTWT5KFLnYeTS.CMz4mxwR6CN3yU&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.018ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API