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

8 rows where cert_number = "72-C-0173" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
67bfc6168b225a07 Jubilee Zoo Inc. 72-C-0173 2024-09-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000005jBML&d=%2Fa%2FSJ000000M7fZ%2FikBAM5A1o7QnLMsPbQe.ebPFZQEH9U4IL0aXnpe7dK0&asPdf=false  
c77f02c63f6d4118 Jubilee Zoo Inc. 72-C-0173 2022-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv7TT&d=%2Fa%2F3d000000pbvd%2F1k_M84wHe0l713x9yd21D66tc5y71ywI4xEIp4ncut8&asPdf=false  
5c831ccb574c5d3e Jubilee Zoo Inc. 72-C-0173 2022-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwxLW&d=%2Fa%2F3d000000pbvR%2FIgibRPo1qJOAH8_UFxgppv7ebOsK5_kI3iTIurQn3II&asPdf=false  
4fdee30ef608c28d Jubilee Zoo Inc. 72-C-0173 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88Tx&d=%2Fa%2F3d000000pbwX%2FbqUorRHFOSadoEu.gLrSEhTeqmxAL8VQM7e6WBhyUSg&asPdf=false  
9ead5b0014716f3c Jubilee Zoo Inc. 72-C-0173 2019-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYX1&d=%2Fa%2F3d000000pbwd%2FvPteXl9svY6Bp1bGAiJEFVT2ILzWliKfd0Pve6IgpX0&asPdf=false  
b9c5baee3e7635e1 Jubilee Zoo Inc. 72-C-0173 2018-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYjP&d=%2Fa%2F3d000000pbvw%2FVb6F_0jSHBrI2.lPhOi3cwqJ2DXTzfgyDuXxeVC_ro8&asPdf=false  
20e2ad7906fab24c Jubilee Zoo Inc. 72-C-0173 2016-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYPV&d=%2Fa%2F3d000000pbwb%2F1t._4GuNQ0Aw6PFvSKdNYJrb9_WcMpxiYlaQnSYfOD4&asPdf=false  
15ad5a681523b766 Jubilee Zoo Inc. 72-C-0173 2015-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYUz&d=%2Fa%2F3d000000pbvY%2Fx9fCA67hXVTrxkeLDKn8NrcScvwcWmrmT2.vqZ.huG0&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 54.663ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API