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 = "21-C-0536" 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
21f6ad1cc26540c2 All-Tame Animals Inc 21-C-0536 2025-09-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000mb4PC&d=%2Fa%2FSJ0000062yEN%2FyUMr6Qz1dnD8onOsUuP1KyHHnXlyCK7fLbIC8DKq25A&asPdf=false  
dfe3f125be1a3d14 All-Tame Animals Inc 21-C-0536 2025-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000dj5zc&d=%2Fa%2FSJ000004jTTN%2FptB9j0ehbrBZI9VrtnJ.YtfqBQhxce.ASykzUa5vyxM&asPdf=false  
2c094822086b6873 All-Tame Animals Inc 21-C-0536 2024-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000008cx5h&d=%2Fa%2FSJ000000Zm3N%2F88eu8nrXGfjB7.aKTVHKQW6cRLYG.TgQIGzY1iDj2SE&asPdf=false  
fba00f26da29ce41 All-Tame Animals Inc 21-C-0536 2024-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Biq39&d=%2Fa%2F3d000002MTi8%2FQZDipLJDHoQR9eKxSxCX88.n1CxqT9X7AC25otC7hn0&asPdf=false  
e90ddace9ceecb1a All-Tame Animals Inc 21-C-0536 2023-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007djZV&d=%2Fa%2F3d000000yFcc%2FKXwZVuOls6AWGs5Yb7AMkMghp_KkY1lQDZSXRp8zpwI&asPdf=false  
a27df4d673dd6ea3 All-Tame Animals Inc 21-C-0536 2022-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywslt&d=%2Fa%2F3d000000peE3%2FUxtSC2IwD2k6PFW5yBRvBmqopcJg_X840z8puY3Fo2w&asPdf=false  
769983d76636fe53 All-Tame Animals Inc 21-C-0536 2021-08-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN4hi&d=%2Fa%2F3d000000pg4M%2FdFUQMm_PO23AXyIT3.mx1wwjkVsSnvjCZkDzVKpEe.s&asPdf=false  
103a10851649bb75 All-Tame Animals Inc 21-C-0536 2019-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjld&d=%2Fa%2F3d000000pgCO%2F8xX68gibfDo0eJSub_peDWxB8cHA8MaO0y8OueUIP18&asPdf=false  
2727131f1ed6cd3c All-Tame Animals Inc 21-C-0536 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkzk&d=%2Fa%2F3d000000pelq%2F.OmVLAMbu01lsfZKk9.8gxXOWEn9o4F8Jwscl2vM7SA&asPdf=false  
432f733656eb5b63 All-Tame Animals Inc 21-C-0536 2017-02-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkmT&d=%2Fa%2F3d000000pgDC%2FljUeoqBrKA_oDIKeZ7NDcOEpkK2enrr00JLpjmygcxU&asPdf=false  
ac5e6b7821beb68a All-Tame Animals Inc 21-C-0536 2016-04-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaJf&d=%2Fa%2F3d000000pekg%2FA9kKSjR_WNHdQGKg3tALMeJN31q5xxSlCJXqumj2ACY&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 214.174ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API