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 = "63-C-0131" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
c1fc727a8dda5b97 Nashville Zoo at Grassmere 63-C-0131 2025-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000ZHIm2&d=%2Fa%2FSJ00000459mj%2F7qVjWI5hlF199Z5c.f3ud6ZedWsuN6NHStfXg2XV3yE&asPdf=false  
5b616807215c6811 Nashville Zoo at Grassmere 63-C-0131 2024-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BcuvC&d=%2Fa%2F3d000002KRZM%2Fp8NBHf4P09wZwG3A_pnboYAc12MSypKYZbbPg2934AU&asPdf=false  
e5ae8b97635a779b Nashville Zoo at Grassmere 63-C-0131 2023-08-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QY2k&d=%2Fa%2F3d000001ZTuE%2FJPJrwPr1GrSUEtFl59V3V0u7aF6EA3UlusRCAaFonl0&asPdf=false  
c2c0548590fd40c6 Nashville Zoo at Grassmere 63-C-0131 2022-06-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxMqN&d=%2Fa%2F3d000000phh5%2FwnjeWTXqA1pLD4f92EF1icnieaCkhWaZFya6_Knm0hw&asPdf=false  
0072772deda78a0e Nashville Zoo at Grassmere 63-C-0131 2021-10-27   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8LcM&d=%2Fa%2F3d000000phfO%2F61hCnSwQhsUybL_604Gfx4ZovhKuwKYK8nlzJYAYX3g&asPdf=false  
c8a906af96e3b187 Nashville Zoo at Grassmere 63-C-0131 2019-08-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwrD&d=%2Fa%2F3d000000phfg%2F3ALV_iVXs74DZ93Tp7LAn_AB2wSbOoPgUgrlBInkG5s&asPdf=false  
8d6ab604b6e75433 Nashville Zoo at Grassmere 63-C-0131 2019-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeUF&d=%2Fa%2F3d000000pheu%2FDfwn2RzM6zhwnlwix3KOUSo9GqbJt0qVN61B01uAE0Q&asPdf=false  
b7a9d79efc9bccc1 Nashville Zoo at Grassmere 63-C-0131 2018-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxKj&d=%2Fa%2F3d000000phft%2FDwSFoivxBMbK4TCe4z8SSEFrK1PxgU1OBAI89SvfYsg&asPdf=false  
35548a5cce75f94d Nashville Zoo at Grassmere 63-C-0131 2015-11-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxYc&d=%2Fa%2F3d000000phfe%2Fs2.Lk5ya794EPu4BpFxOT2toi.TB8a03Pf4itqKSTnM&asPdf=false  
9e566f16ee324862 Nashville Zoo at Grassmere 63-C-0131 2014-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVyI&d=%2Fa%2F3d000000phfY%2FWfYPPyGzE12jfPSj70oQ90DebVHw_UM3IJ3bJBFdQJg&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 627.472ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API