# GridPulse Renewable Energy Mix & Grid Carbon Intensity by State

> GridPulse Renewable Energy Mix & Grid Carbon Intensity by State is a paid API for AI agents from gridpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns the renewable energy generation mix, grid carbon intensity, and clean-energy (solar/wind) trends for a given US state

## Facts

- Endpoint: GET https://gridpulse.theaslangroupllc.com/api/energy/renewable
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gridpulse-renewable-energy-mix-grid-carbon-intensity-by-state-c3af66ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GKnxzpAbCEvhiB-p5zDWU

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 gridpulse-renewable-energy-mix-grid-carbon-intensity-by-state-c3af66ce
```

Example prompt: What does California's electricity grid look like right now — how much comes from solar and wind, what's the carbon intensity, and is the clean energy share trending up?

## When to prefer this

Use this endpoint when an agent needs US state-level electricity grid composition data — specifically the share of renewables (solar and wind), overall carbon intensity, and trend information. Prefer this over generic energy APIs when the user cares about clean energy mix and grid decarbonization progress at the state level rather than just electricity prices or consumption.

## Known failure modes

- Invalid or unrecognized state code returns a 400 or 404 error
- Data unavailable for a particular state if EIA/eGRID data is missing
- Payment not received or x402 auth failure returns 402 Payment Required
- Rate limit exceeded returns 429 Too Many Requests
- Stale data if upstream grid data source has not refreshed recently

## How this service works

Renewable energy mix and grid carbon intensity by state — generation mix, carbon intensity, and clean-energy (solar/wind) trend. For energy and climate agents.

## Output

Returns the state's electricity generation mix broken down by source (solar, wind, fossil fuels, hydro, etc.), the grid's current carbon intensity in gCO2/kWh, and trend data showing how the clean energy share has changed over time.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "2-letter US state code (default: CA)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gridpulse-renewable-energy-mix-grid-carbon-intensity-by-state-c3af66ce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gridpulse.theaslangroupllc.com](https://www.zero.xyz/host/gridpulse.theaslangroupllc.com/llms.txt)
