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 = "93-C-1164" 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
cfe1ebf24855aa90 Animal Savvy LLC 93-C-1164 2025-12-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uWlbr&d=%2Fa%2FSJ000007Hks1%2FbG2KcaGT.J.ZYHtNNe_tuV6IUdMidJS4etT0bRnDG90&asPdf=false  
484e146401938f9d Animal Savvy LLC 93-C-1164 2025-02-20   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000OneZs&d=%2Fa%2FSJ000002MP6f%2FLG6u1dDuexe99sXbQQEI8t9z0KdfOwUyATofaSZCIoA&asPdf=false  
dc7d85858d77dee7 Animal Savvy LLC 93-C-1164 2025-01-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Lv5iA&d=%2Fa%2FSJ000001zZeb%2FnTxZHQ0ikZHOAS5FSUuqRKi621r6VcJJ5MsfD5jUEvU&asPdf=false  
63295b084644c828 Animal Savvy LLC 93-C-1164 2023-12-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BEoGu&d=%2Fa%2F3d000002CzVC%2FS7x2h1Ak3SMc4MgLR2iihISgmecTjSy68onuODuWEDM&asPdf=false  
d64fffd600d88be0 Animal Savvy LLC 93-C-1164 2023-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008FmzD&d=%2Fa%2F3d0000019Qsu%2FP9vMe_MtiacKvdtnH8k2fdbw4vKHKE3_s0hK1KWFRKc&asPdf=false  
8ee356f49ab0becf Animal Savvy LLC 93-C-1164 2022-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv9An&d=%2Fa%2F3d000000pc5H%2FDHCa6CO0DVBHbCvKvKt8.jYY0DWdnKRj6b1_bmvo2yg&asPdf=false  
b56ef1922ae29b4c Animal Savvy LLC 93-C-1164 2022-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000G095C&d=%2Fa%2F3d000000pc53%2FfZgvgjcayBRuBjOqppAlxhBrPk0H47UlcV0BAXTAVpM&asPdf=false  
7823624e980f65cd Animal Savvy LLC 93-C-1164 2022-02-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9PbK&d=%2Fa%2F3d000000pc4I%2FP1c83mM6_GOPgBaewcZaQTspAqPZuJB2jeS0BsVW88A&asPdf=false  
284b36d147339c7a Animal Savvy LLC 93-C-1164 2021-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NDdWL&d=%2Fa%2F3d000000pc4Y%2FdwZT9WxZKqJnJBhQ4Q4N58tx_dXGJeZjGQURFmpJ5ug&asPdf=false  
c4dcdb0285b9a2e9 Animal Savvy LLC 93-C-1164 2019-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2M&d=%2Fa%2F3d000000pc4m%2FGHGReBb0aHu5GPooyFNG0qr0.7pFoIIAMmnxy.jgBhM&asPdf=false  
90ae599ecec223b0 Animal Savvy LLC 93-C-1164 2019-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbBz&d=%2Fa%2F3d000000pc56%2FdL6jMYKkHuaHmrEP.ykkIcoWIOv9V7eQf2LwisHfsN8&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 856.464ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API