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 = "22-C-0148" 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
2e59f6ece698e025 Woodlands Wildlife Refuge Inc 22-C-0148 2025-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000f0KdY&d=%2Fa%2FSJ000004uzuX%2FP9cVp_aQ23fSZu2abqJsxC2lfkxgwG0SWAchRWiPwr0&asPdf=false  
1edaf4f02f9285e8 Woodlands Wildlife Refuge Inc 22-C-0148 2024-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000011kWU&d=%2Fa%2FSJ0000002n1R%2Fjf5c7wnPFCE8mU_WFfbJhjEp42A_fULfCW_bcyufrx4&asPdf=false  
a944e99183255f1a Woodlands Wildlife Refuge Inc 22-C-0148 2023-05-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008PAPM&d=%2Fa%2F3d000001CU1h%2FH0uvuHH9KYo0uOTL7.o_XQ1Qd5zNbgi0zNm_WGmcZN4&asPdf=false  
a9cb57eb9ffebdd6 Woodlands Wildlife Refuge Inc 22-C-0148 2023-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uca8&d=%2Fa%2F3d0000012vdy%2FZRjJJfp6Gl4m4Vi0JaN1GipIT9TbMhniOj4ul1zZhao&asPdf=false  
2871cf0c4baa7e28 Woodlands Wildlife Refuge Inc 22-C-0148 2022-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxvA5&d=%2Fa%2F3d000000pU11%2Fa1FLVEODiXT_BOcYvM._RCTnYX_UIcpK9.OdaUaBuEE&asPdf=false  
dcd6e55312c95216 Woodlands Wildlife Refuge Inc 22-C-0148 2021-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Pfz&d=%2Fa%2F3d000000pU0s%2FR8YOPfOZvu23_1MaxjaG2Uh.drbMbsA9mhBHtT2zs7o&asPdf=false  
f9eb3857f63777d3 Woodlands Wildlife Refuge Inc 22-C-0148 2021-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES9nF&d=%2Fa%2F3d000000pU0H%2FS10fd_RmydqyyACVfUocQ7luXABm3NZejOLF.KRPRlo&asPdf=false  
18fb11865b9a2114 Woodlands Wildlife Refuge Inc 22-C-0148 2019-07-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcuy&d=%2Fa%2F3d000000pTzo%2FoK1sHTTcr.99QgubNPbVcVKBspXxZCRpJ.7K9zqxeHc&asPdf=false  
4dc68a4584dcf7bf Woodlands Wildlife Refuge Inc 22-C-0148 2018-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYkl&d=%2Fa%2F3d000000pTzw%2Fvz_Cax6AMGC_5j3NhbH59oDEBrtd0JZ47d9JZbXBWvI&asPdf=false  
32717f0ed369576c Woodlands Wildlife Refuge Inc 22-C-0148 2017-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdyT&d=%2Fa%2F3d000000pU0p%2FZFyfTYVFIv3cwHWe_Ix5AIq4Wf7mGoeP4nHGBFkd9qY&asPdf=false  
ecbdbcfd389a24c7 Woodlands Wildlife Refuge Inc 22-C-0148 2016-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYGR&d=%2Fa%2F3d000000pU0C%2FNbDL0dbPuE_QvZlp9DYjWOo.Ji9uRVpudi44u2HLiRQ&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 3.89ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API