# World Bank Electricity Access Share by Country (Suverse Proxy)

> World Bank Electricity Access Share by Country (Suverse Proxy) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Returns the annual share of population with access to electricity for any country as a World Bank Open Data time series, identified by ISO country code.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-wb-electricity-access
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/world-bank-electricity-access-share-by-country-suverse-proxy-23e912d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ofDi1Kpopw5hTooSls0YE

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 world-bank-electricity-access-share-by-country-suverse-proxy-23e912d5 -d '<json body>'
```

Example prompt: Pull the World Bank electricity access share time series for Bangladesh using its ISO country code and show me how the percentage has changed year by year.

## When to prefer this

Choose this endpoint when you need keyless, no-auth access to World Bank electricity access statistics for any country, especially for macro, demographic, or cross-country comparative analysis. Prefer it over raw World Bank API calls when you want a simplified proxy with x402 micropayment support and no API key management.

## Known failure modes

- Invalid or unrecognized ISO country code returns empty or error response
- Country has no World Bank data available for requested years
- Network or proxy timeout from upstream World Bank API
- Malformed request body causes 400-level error
- Payment failure via x402 protocol blocks access

## How this service works

Access To Electricity Share for any country by ISO code as a yearly World Bank Open Data time series, no key. Returns country, year, and value. For AI agents doing macro, demographic, and cross country analysis.

## Output

Returns a structured time series with country name, ISO code, year, and the percentage of the population with access to electricity for each available data point from the World Bank Open Data dataset.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "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/world-bank-electricity-access-share-by-country-suverse-proxy-23e912d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
