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 = "65-C-0567" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, 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
d3b5608ec84869ca Safari Wild Animal Park and Preserve 65-C-0567 2025-09-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000uIvcJ&d=%2Fa%2FSJ000007FOAr%2FfT81UDy49GOPEot27xES.BAfsceZ_IHYIbtgr5BuvWM&asPdf=false  
e5b06f5dbbe3d988 Safari Wild Animal Park and Preserve 65-C-0567 2025-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000P2Dfn&d=%2Fa%2FSJ000002OUF7%2FFqVVZl6RRj_J7pwyQ2_WfX0jXOPe4vWGihTwU4JSiw4&asPdf=false  
8280cd63e3ac20bd Safari Wild Animal Park and Preserve 65-C-0567 2023-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009HeVr&d=%2Fa%2F3d000001V1nd%2FqEV0Mxsf9EsetrmToLO7KajEcmlEej3Dvcl6icAFOUY&asPdf=false  
ddd58e819e6b9178 Safari Wild Animal Park and Preserve 65-C-0567 2023-01-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007JoUZ&d=%2Fa%2F3d000000t6dT%2FnC7y5fnRh4uVm.of9.fVHjGHhLtWSRDqmaDKox.vgCA&asPdf=false  
88767d0f16f2d796 Safari Wild Animal Park and Preserve 65-C-0567 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Yxj1B&d=%2Fa%2F3d000000pjdm%2FzlyzXV2Sub_358jSlUNQTOpdkgGRlLlwFUJ5YBXJU7k&asPdf=false  
3dbcb06f354c0dd9 Safari Wild Animal Park and Preserve 65-C-0567 2022-03-28   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwVQe&d=%2Fa%2F3d000000pjeI%2F0tWFTef.SKWybC1S1F309uyhd3lxbgyS4laW81BHhlM&asPdf=false  
a86abe5731b8e8ec Safari Wild Animal Park and Preserve 65-C-0567 2022-02-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9I2U&d=%2Fa%2F3d000000pjeM%2FcZ_7riUcWSF74q_VhLlnVHjujhvH4TSi6HIY..gn31k&asPdf=false  
75f825c11276198c Safari Wild Animal Park and Preserve 65-C-0567 2021-12-06   1 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8xeN&d=%2Fa%2F3d000000pjdv%2Fu1s1AIACcLD1LuNw98jC.0_S8IP7W_FUrnHdHbf0.cg&asPdf=false  
644a62c2ed831f2e Safari Wild Animal Park and Preserve 65-C-0567 2021-02-09   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8wtc&d=%2Fa%2F3d000000pjdi%2F4o5aRb2vPmcC_bPZCRY4SFjbCnswZUrNMHDB4G9JNjo&asPdf=false  
a38501a5328bdfc8 Safari Wild Animal Park and Preserve 65-C-0567 2019-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWdy&d=%2Fa%2F3d000000pjeP%2F8T73Eb5mgalCYTKPoY.MFS0yYC7agJZ4Nhe.5WwjQIs&asPdf=false  
5fc31ca7f46ea2c4 Safari Wild Animal Park and Preserve 65-C-0567 2019-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWjc&d=%2Fa%2F3d000000pjdh%2FawhUm6hhjiXf5AeKOlbGCohpoCAbI84mZtEYQnNZlSo&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 7.003ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API