# EIA Natural Gas & Renewable Energy News Feed

> EIA Natural Gas & Renewable Energy News Feed is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Returns the latest natural gas and renewable energy news headlines, summaries, and links filtered from the EIA Today in Energy RSS feed by keyword match

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/gas-news
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eia-natural-gas-renewable-energy-news-feed-02b9b021
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yHHSN50LsHR_2b2Hl7cDP

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability eia-natural-gas-renewable-energy-news-feed-02b9b021
```

Example prompt: Pull the latest natural gas and renewable energy news from the EIA Today in Energy feed — just the titles, summaries, and links.

## When to prefer this

Choose this endpoint when you need keyword-filtered, topic-specific natural gas and renewable energy headlines directly from the EIA's authoritative Today in Energy source, rather than broad general energy news. Prefer it over the sibling 'all US energy news' endpoint when you specifically want gas or renewables coverage without oil/electricity noise.

## Known failure modes

- EIA RSS feed temporarily unavailable — returns empty list or upstream error
- No recent articles matching the gas/renewable keyword filter — returns empty results
- Rate limiting or payment failure for the x402 paywall — returns 402 Payment Required
- Network timeout reaching the upstream RSS source

## How this service works

Latest natural gas / renewable energy news, filtered from EIA Today in Energy RSS by keyword match (titles, short summaries, and links only)

## Output

A list of recent news items filtered from the EIA Today in Energy RSS feed matching natural gas or renewable energy keywords, each containing a headline/title, a short summary, and a link to the full article.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eia-natural-gas-renewable-energy-news-feed-02b9b021/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
