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

10 rows where cert_number = "34-C-0276" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_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
36a5b289b66db232 Detroit Zoological Society 34-C-0276 2025-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000gQNGy&d=%2Fa%2FSJ0000057vmz%2Fl8o2MeLCg2pAk2FXw3c6aaYYkjau5db_9Az4xE9Y3iI&asPdf=false  
3e0264e9e82539b4 Detroit Zoological Society 34-C-0276 2024-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000E8jeL&d=%2Fa%2FSJ00000168NJ%2F6_J8VJHKlI4kZhMRxq3QX_YUT8wmDsDxdk1hGgY6Ykc&asPdf=false  
1d45fb6ce63bc69b Detroit Zoological Society 34-C-0276 2024-08-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000037UkS&d=%2Fa%2FSJ000000A34f%2FcbiPcGmvA1oNNMVva_7jKwjVVVC0cKFaqPGJloJPRnk&asPdf=false  
4000e3b140149026 Detroit Zoological Society 34-C-0276 2024-08-13   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002beQX&d=%2Fa%2FSJ0000007G01%2FUMdursnRLLcE9nVErrjnyuXfv4mq0YzYP8JSnj3rl_o&asPdf=false  
e1a1b2d7e4205538 Detroit Zoological Society 34-C-0276 2023-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007xbun&d=%2Fa%2F3d0000013hpK%2Frc0Wm8dKz0daYjto_yrZGSNNy1fdZAb2VYnINhrReoU&asPdf=false  
c7e6ca3aeebd3e10 Detroit Zoological Society 34-C-0276 2021-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNDf5&d=%2Fa%2F3d000000paeL%2Fv_d3TW5WnkVZAUZqvqtYRUg9MGI1sv_N0jtpJrrxTIo&asPdf=false  
2390ba36256a5324 Detroit Zoological Society 34-C-0276 2020-09-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyOZP&d=%2Fa%2F3d000000pRlg%2FgEKRvowBFHTNxxnQMzHPPzpt3HDQl8_Ejfn0Pu06iEk&asPdf=false  
95488b63d64c2618 Detroit Zoological Society 34-C-0276 2018-07-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxML&d=%2Fa%2F3d000000pWq8%2FSHJxPEZqM5RVhsIeGSTamVclUzWGJW90FcRB8mFornM&asPdf=false  
57af2331243a96f1 Detroit Zoological Society 34-C-0276 2016-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnw2w&d=%2Fa%2F3d000000phzg%2FHgI4Pfa0F.fMS4lq7duyVMJqYW9EoVg2D2VTRfBlY34&asPdf=false  
2ea68b8d605cc857 Detroit Zoological Society 34-C-0276 2014-10-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxNy&d=%2Fa%2F3d000000pWhy%2FQJD4ddO2cjQRthKhUzFJrFYqVmdaQwvGKZQ4MtV0aXY&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 711.48ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API