# World Bank Internet Users Share by Country (Time Series)

> World Bank Internet Users Share by Country (Time Series) 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 World Bank Open Data time series of Internet Users (% of population) for a given country by ISO code, year by year.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-wb-internet-users
- 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-internet-users-share-by-country-time-series-3d8072c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m_zXDT8uAE739ChbK0F0j

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-internet-users-share-by-country-time-series-3d8072c2 -d '<json body>'
```

Example prompt: Can you pull the World Bank internet users share time series for Brazil — I want to see what percentage of the population has been online each year?

## When to prefer this

Choose this endpoint when you need World Bank-sourced, yearly internet users share (% of population) for any country identified by ISO code, without needing your own World Bank API key. Ideal for macro, demographic, and cross-country digital adoption analyses in agentic workflows where a simple keyless REST call is preferred over direct World Bank API integration.

## Known failure modes

- Invalid or unrecognized ISO country code returns an error or empty dataset
- Countries with sparse World Bank data may return incomplete year coverage
- Network or proxy timeout results in a failed response
- Malformed request body causes a 400-level error

## How this service works

Internet Users 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 time series array with entries containing country name, ISO code, year, and internet users as a percentage of the total population — sourced from World Bank Open Data, requiring no API key.

## 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-internet-users-share-by-country-time-series-3d8072c2/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)
