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 = "63-C-0001" 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
b01e9a3035735890 Knoxville Zoological Gardens 63-C-0001 2024-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ETt8v&d=%2Fa%2F3d000003AHjH%2F1NuE3DQBJBjeBWQOz_O8rms_RFU7zKoAeq7_FQdgLXA&asPdf=false  
d201aca6f7904d42 Knoxville Zoological Gardens 63-C-0001 2023-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008tsu5&d=%2Fa%2F3d000001MW9b%2FARK37qTc5n3.3BkfNlOKQcxlvFK5YBh1CpPyZ5D94dM&asPdf=false  
575e2a56af653089 Knoxville Zoological Gardens 63-C-0001 2023-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000086ujq&d=%2Fa%2F3d0000016gJK%2Fpd.pF05bS4oRK5E.Ty0TyYlcsyLTm_WQCeoTL1xfxSk&asPdf=false  
9fc8199e0096bc93 Knoxville Zoological Gardens 63-C-0001 2022-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwnP5&d=%2Fa%2F3d000000piUa%2FLzG.I9IN.4n01fbpGZmy9TK5r8PwZtf4.JGZlPK206A&asPdf=false  
7a57e4ebcda1bf85 Knoxville Zoological Gardens 63-C-0001 2021-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMbNp&d=%2Fa%2F3d000000ppMW%2F..nzkhsHJzMkPNS9IEGUDU.Vh627TcEZ7_4yMrxQGC0&asPdf=false  
5234adc407a62612 Knoxville Zoological Gardens 63-C-0001 2019-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxQz&d=%2Fa%2F3d000000pn1q%2FI1oXYcv3XJm9JddNxAxL8pSixoqc_392iHPTdMB5DlM&asPdf=false  
a7ef5f419bb16880 Knoxville Zoological Gardens 63-C-0001 2018-06-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxaW&d=%2Fa%2F3d000000pp0e%2F3yLTln_dP1JxA8gzMg76gPxra5V_QedMAm9glfaQP7c&asPdf=false  
fd202f09fa8f1863 Knoxville Zoological Gardens 63-C-0001 2017-12-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYge&d=%2Fa%2F3d000000pmtP%2Fjq5pN8.YiE3XwiDdX7fV.0Cp40fd1GMcwyd.RBcZBRE&asPdf=false  
377375db98d848b8 Knoxville Zoological Gardens 63-C-0001 2016-10-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwqA&d=%2Fa%2F3d000000pRZv%2FX8uv0MUs6KcnV4pJK_as8J6PLJYKRfIWDuaIIwaHc2Y&asPdf=false  
170d6aed1c66ea86 Knoxville Zoological Gardens 63-C-0001 2016-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxUO&d=%2Fa%2F3d000000pahq%2FOVW7leLPqqpKN1bJ_xWxYapkF1j6rp_MKJPYMVCG204&asPdf=false  
1a2eaed653639b06 Knoxville Zoological Gardens 63-C-0001 2014-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxSF&d=%2Fa%2F3d000000pfcR%2F2yYwc8sLfifo415G8_MlMrsYCGhL8p6m7H3Ab4N8POA&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 4.405ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API