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-0626" 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
439797db2039377c Animal Training and Research International LLC 93-C-0626 2022-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywqfy&d=%2Fa%2F3d000000peAG%2FF4PVZAgE4YEqj9qo_IFbgn92A4MhOWEG0hDA8Pavaj4&asPdf=false  
d0ca30c688484ab9 Animal Training and Research International LLC 93-C-0626 2021-10-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8CGt&d=%2Fa%2F3d000000peAF%2FIouo8YDVu7_3Ifo1J6zO0qTrRCOR0MDhzbQ3L_uCxsY&asPdf=false  
0eea50c03386f5ef Animal Training and Research International LLC 93-C-0626 2021-09-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN6bg&d=%2Fa%2F3d000000pe9S%2FDVTRBMRdisNFwPI2bL5KMPB4mJ.B9j0PO.2PxCjoTc4&asPdf=false  
ad365d78fe6a489d Animal Training and Research International LLC 93-C-0626 2020-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgciT&d=%2Fa%2F3d000000pe9Q%2FaXuFbu9gEoRIJy1vKdBILpVRYgoFup.zsBl9Pz.W.Xc&asPdf=false  
91874bfec431ac6a Animal Training and Research International LLC 93-C-0626 2019-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egefj&d=%2Fa%2F3d000000peAf%2F_3VR9DYG8TnJ3..u8rA73w3K_hs5WEEKB78ymJRwDxI&asPdf=false  
efb302aab30bec8d Animal Training and Research International LLC 93-C-0626 2018-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeh1&d=%2Fa%2F3d000000peA7%2FTJH1N53zLrTMRO.3yDVN1Y0e1WU.XrIxVRUqJ0aNOjA&asPdf=false  
b2e44722e8dfd3f2 Animal Training and Research International LLC 93-C-0626 2017-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egesr&d=%2Fa%2F3d000000pe9I%2FkO6nHlOoB6JXVoqPeUZ9UpdIZ98t3bA9dgKAWXYzHH8&asPdf=false  
dc7f7f97b8c765ad Animal Training and Research International LLC 93-C-0626 2016-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgelP&d=%2Fa%2F3d000000peAU%2F4jC4gOAAlDtcoQ_gD2D50c3BCp4rUP_0kbRShOCC_Q4&asPdf=false  
b8d040232ffbe629 Animal Training and Research International LLC 93-C-0626 2016-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkrl&d=%2Fa%2F3d000000peAA%2FhDEkZXHQMKQBIFD8kwMJIqwhlWBEqMtsrf7Cc05ReJA&asPdf=false  
ce6fde0a28c3754e Animal Training and Research International LLC 93-C-0626 2015-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmm3&d=%2Fa%2F3d000000pe9G%2FHe1r31RDfMwR0N0ItRcgi55AaPMKJLOJNq7pkidYs30&asPdf=false  
b87de99978ee53e3 Animal Training and Research International LLC 93-C-0626 2014-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkfH&d=%2Fa%2F3d000000pe9Y%2Fj0.reZKCWqSA6HaBvOBInoZBe71QTgEpYgsxouwuieM&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 7.016ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API