New This Week on Katzilla: VA Veterans Data, PTSD Research Outcomes & NOAA Hydrographic Surveys
Katzilla just expanded its catalog with 10 powerful new datasets spanning veterans' health research, disability compensation, pension records, and ocean floor mapping — all queryable through a single unified API. Whether you're building AI agents for public health, geospatial analysis, or government transparency, this week's additions open serious new doors.
What's New on Katzilla — Week of May 30, 2026
This week we've added 10 new datasets to the Katzilla platform, pulled from two authoritative federal sources: the Department of Veterans Affairs (VA) and the National Oceanic and Atmospheric Administration (NOAA). Here's a breakdown of what's now available.
---
🌊 NOAA Hydrographic Survey Data
H13743: NOS Hydrographic Survey brings high-resolution ocean depth and seafloor mapping data from NOAA's National Ocean Service into Katzilla as a queryable JSON endpoint. This dataset is essential for maritime AI agents, coastal infrastructure planning tools, and environmental modeling pipelines.
---
🎖️ Veterans Affairs: Health Research & Clinical Outcomes
Four new VA clinical research datasets are now live, covering mental health outcomes critical for evidence-based care:
- PTSD Continuous Outcomes Within Arms — Quantitative PTSD symptom measurements within individual treatment arms, ideal for healthcare AI benchmarking.
- Suicide and Self-harm Dichotomous Outcomes - Between Arms — Binary outcome comparisons across treatment groups for suicide and self-harm research.
- Suicide and Self-harm Continuous Outcomes - Within Arms — Continuous-scale measurements for within-arm suicide and self-harm analysis.
- Risk Of Bias — Structured bias assessments for VA clinical studies, invaluable when training or validating research synthesis models.
---
📊 Veterans Affairs: Demographics & Benefits Data (FY 2025–2026)
Four demographic and benefits datasets round out this week's VA additions:
- FY 2025 Disability Compensation Recipients by County — County-level breakdowns of veterans receiving disability compensation.
- FY 2025 Pension Recipients by State — State-level pension recipient counts for fiscal year 2025.
- Distribution of Veterans by Era of Service: FY 2026 — Fresh FY 2026 data showing how the veteran population is distributed across service eras.
- Top Ten States with Largest Veteran Population: FY2026 — A ranked snapshot of veteran population concentration by state as of FY 2026.
Also added: VA FOIA Request Volume by Track Time: FY 2025, giving transparency researchers a data-driven view into how the VA processes public records requests.
---
🚀 Query It All With the Katzilla SDK
All datasets are immediately accessible via the Katzilla unified API. Here's how to pull the FY 2026 veteran era distribution in seconds:
from katzilla import KatzillaClient
client = KatzillaClient(api_key="YOUR_API_KEY")
# Fetch Distribution of Veterans by Era of Service: FY 2026
result = client.datasets.query(
dataset_id="va-veterans-era-service-fy2026",
limit=50
)
for record in result.data:
print(record["era_of_service"], record["veteran_count"])Swap in any dataset ID from your Katzilla dashboard — the interface stays identical regardless of the underlying source.
---
Keep Building
With 300+ datasets and growing, Katzilla remains the fastest way to wire real-world public data into your AI agents. Check the full updated catalog at katzilla.dev and start building today.
Government data from 300+ sources, one REST API, free tier to start.
