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

11 rows where cert_number = "91-C-0094" 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
93ba288c4082d585 Sara's Sanctuary 91-C-0094 2025-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jZzrd&d=%2Fa%2FSJ000005aeX7%2FLViFHqzas42tQX1bIOnxa5qD5UE3b8N3eeFXxXWDCgA&asPdf=false  
7426baa23a3b1ced Sara's Sanctuary 91-C-0094 2024-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EQ1RT&d=%2Fa%2F3d00000399V0%2FSTkpixrIlV_nH21crgMx2lBmqpQHNJhknhLIQrMWjRA&asPdf=false  
ef7349c924d33431 Sara's Sanctuary 91-C-0094 2023-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007zP7S&d=%2Fa%2F3d0000014LXD%2FM9aM5LySWlqTkfVbCSovdaAkDQtZpXmYPyFbTBQ5ZMQ&asPdf=false  
2d91ec403119fdcd Sara's Sanctuary 91-C-0094 2022-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awGWj&d=%2Fa%2F3d000000pZKS%2FIjmsxlP1zCu07e_8BDPK5BDXovp11zbVYA24OhvORqM&asPdf=false  
29b6850f0e30fe7c Sara's Sanctuary 91-C-0094 2022-06-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxER0&d=%2Fa%2F3d000000pZKz%2FwRjZVwvfoU_d6PJHrrU02kFgrqEeuA1R5uBNRRX8PpQ&asPdf=false  
2c0eb979f47698ea Sara's Sanctuary 91-C-0094 2021-09-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNJUk&d=%2Fa%2F3d000000pZL6%2FJu4Esss4mD29BPag8ps9PUK9EOzkbWT1QRaHXyVX9zM&asPdf=false  
c460b2068cfe2c7b Sara's Sanctuary 91-C-0094 2019-09-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbgT&d=%2Fa%2F3d000000pZLI%2F43dng8DuoYPtP1QcwgC9it9ibeyOgEV_imc9oxUMJ1w&asPdf=false  
c01e6eb35a6b5d48 Sara's Sanctuary 91-C-0094 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega3y&d=%2Fa%2F3d000000pZLK%2FowqIJTd95494X0KVgsC_0OoQr_8o10gq40DF8SYXXA0&asPdf=false  
9ad088b60ef374cd Sara's Sanctuary 91-C-0094 2017-08-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcHc&d=%2Fa%2F3d000000pZKa%2FuD.kDVtmVll.vrJX2c8exB1H83YaejtFNmvrhQ5oZ98&asPdf=false  
87893f2ebc927c4b Sara's Sanctuary 91-C-0094 2016-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjh5&d=%2Fa%2F3d000000pZKx%2Fo2Wndbl9NdryQXyQXw.6i4BKpxcCyuQud0r4lLCj1_Q&asPdf=false  
e67fdc7e1b02ee17 Sara's Sanctuary 91-C-0094 2015-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY3r&d=%2Fa%2F3d000000pZL4%2FvZXA4dM6sWzfe1guZZxviXXzM3A06K7zDB198thAmTw&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 5.302ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API