← all posts
productApril 27, 2026· 2 min readclaude-drafted

10 New Datasets Live on Katzilla: Energy, Agriculture, Housing, and More

Katzilla just expanded its catalog with 10 powerful new public datasets spanning U.S. energy production, agricultural statistics, housing surveys, human rights reporting, and beyond. As of April 27, 2026, AI agents and developers can access all of these sources through a single unified REST API.

What's New This Week

We're excited to announce that 10 new datasets are now live on katzilla.dev as of April 27, 2026. This week's additions pull from five federal agencies — the Department of Energy, Department of Agriculture, Department of Housing and Urban Development, Department of State, and the General Services Administration — dramatically broadening what your AI agents can query in a single call.

---

Energy & Oversight

  • Electric Power Annual (DOE) — Comprehensive annual statistics on U.S. electricity generation, capacity, fuel consumption, and emissions. Perfect for energy modeling and climate-aware agents.
  • Inspector General Webpage (DOE) — Audit reports, investigations, and oversight findings from the Department of Energy's IG office. Great for compliance and transparency use cases.

Agriculture

  • Quick Stats Agricultural Database (USDA) — One of the most expansive agricultural datasets available, covering crops, livestock, economics, and demographics across U.S. farms.
  • SNAP State Directory of Resources (USDA) — State-by-state SNAP program contacts, offices, and resource links, useful for social services and food security applications.
  • FNS Regions (USDA) — Regional boundary and contact data for USDA's Food and Nutrition Service, enabling geospatial and policy-focused queries.

Housing

  • American Housing Survey (AHS) (HUD) — The nation's most comprehensive housing dataset, covering housing quality, costs, and neighborhood conditions. Ideal for real estate, urban planning, and equity analysis agents.

International Affairs & Human Rights

  • Human Rights Reports (DOS) — Annual country-by-country human rights assessments from the U.S. Department of State, covering 190+ countries.
  • International Religious Freedom Report (DOS) — In-depth reporting on religious freedom conditions worldwide, published by the State Department.
  • U.S. Passport Issuance Data (DOS) — Aggregated data on U.S. passport issuances by year and region, useful for travel trend analysis.

Public Services

  • COVID Support Services (GSA) — GSA-maintained directory of ongoing federal support services and resources, providing continuity data for public health and social support agents.

---

Query Them All in One Call

With the Katzilla SDK, accessing any of these datasets takes just a few lines of code:

from katzilla import Katzilla

client = Katzilla(api_key="your_api_key")

# Fetch the latest Electric Power Annual data
energy_data = client.query(
    dataset="electric_power_annual",
    filters={"year": 2025}
)

# Fetch USDA Quick Stats for corn production
ag_data = client.query(
    dataset="usda_quick_stats",
    filters={"commodity": "CORN", "stat_cat": "PRODUCTION"}
)

print(energy_data.results)
print(ag_data.results)

No scraping. No inconsistent schemas. Just clean, normalized data ready for your agents.

---

Keep Building

These 10 datasets bring Katzilla's catalog to 300+ sources, all accessible through one API key. Whether you're building policy research agents, agricultural forecasting tools, or global affairs dashboards, this week's additions give you more raw material than ever before.

Explore the full catalog at katzilla.dev and start querying today.

#new datasets#public data#agriculture#energy#housing
// try katzilla

Government data from 300+ sources, one REST API, free tier to start.