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

9 rows where cert_number = "56-C-0278" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, 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
f38ecfe70487f51c Black Creek Wildlife Center 56-C-0278 2025-04-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000UaaSG&d=%2Fa%2FSJ000003FgOb%2Fn2yevmdjrAhfsWr_U3sViL3HEyVJyk1f0XyevIDqUtc&asPdf=false  
97dfe32d8584a9f3 Black Creek Wildlife Center 56-C-0278 2025-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MIPmi&d=%2Fa%2FSJ0000022ezV%2FJpjWJ3drmbAGfjsx_k00dAGNl5FqPGYb0PzD_ZGff10&asPdf=false  
a97155ce5b5b2458 Black Creek Wildlife Center 56-C-0278 2024-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002JMRu&d=%2Fa%2FSJ0000006SPp%2FSX_e8gRjv369Zc1jFb_fXrsXN87MQPbFi_Fi3Z_s6qY&asPdf=false  
dacf07b5375afe2c Black Creek Wildlife Center 56-C-0278 2023-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000ATVrJ&d=%2Fa%2F3d0000022gEo%2F_rezHk.LtUuPyOC.81uSpQcMdrnTr2hEgvtibDsbY1o&asPdf=false  
0efa344e71465591 Black Creek Wildlife Center 56-C-0278 2023-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009GmTO&d=%2Fa%2F3d000001UifL%2F3ZhmysKyjda1Aym8.pfxsyKmw_3QyUqcz8Gjy1Sj.yk&asPdf=false  
3d5f9caf445baf48 Black Creek Wildlife Center 56-C-0278 2023-05-04   2 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008NbJU&d=%2Fa%2F3d000001C3Of%2FJqMB6aMjOwKTB_Ka86eDFJa3dUvDhizhvdDyeuD6DxE&asPdf=false  
4f7fd2eb6022a606 Black Creek Wildlife Center 56-C-0278 2023-01-24   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dnJu&d=%2Fa%2F3d000000yFWL%2F5VWq0R0VuOYcCqTA.N8Ib4ATHYdx6t2O3nfmMsrLG1g&asPdf=false  
ee6c2796b02c6c1c Black Creek Wildlife Center 56-C-0278 2022-11-08   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNgH&d=%2Fa%2F3d000000pcrI%2Ftvm.HGEDTGfb8iR2aRcxWvfoYV_8bA7gbIuKjkVtW4A&asPdf=false  
b79040742337987a Black Creek Wildlife Center 56-C-0278 2022-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwuY3&d=%2Fa%2F3d000000peLw%2FOeWsFQm4feWQOtBw_YnGVZ0McXHSona1QJuoS3Xd7Ok&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 264.475ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API