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

4 rows where cert_number = "64-C-0239" 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
eea6c7ead6459c18 GREATER TENNESSEE VALLEY ZOO INC 64-C-0239 2017-11-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egig6&d=%2Fa%2F3d000000pdgT%2FQX6ZPsL1.2jp6UkFSg28C8KzMPrWvY_.gqPfSAzRBd4&asPdf=false  
16f91c1ebcb7ede0 GREATER TENNESSEE VALLEY ZOO INC 64-C-0239 2017-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbD3&d=%2Fa%2F3d000000pkPM%2FYbbSLWLg2NdgChpBkhWD0nwn4XyCS9jsI4DQUO8KJSY&asPdf=false  
578b9221a594b8fc GREATER TENNESSEE VALLEY ZOO INC 64-C-0239 2017-02-01   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwSJ&d=%2Fa%2F3d000000pSj7%2FYWdCX8zxW9V_67Kzn6Hbc4VTptO64Zre505QuiBEyG0&asPdf=false  
79e6811fe06f5e22 GREATER TENNESSEE VALLEY ZOO INC 64-C-0239 2016-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX6Z&d=%2Fa%2F3d000000pduX%2F1x_vnscGGqiWm17V3v4wLGHPpnjPaD4VrTjW7LwYCXg&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 59.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API