# OpenWebNinja Realtime News Language List

> OpenWebNinja Realtime News Language List is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns a list of available news languages for a given country from the realtime news data service

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-news-data/language-list
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-news-language-list-0826781c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q5u_tDnC94uFzJbgmBX71

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 openwebninja-realtime-news-language-list-0826781c
```

Example prompt: Can you get me the list of languages available for realtime news data in Germany?

## When to prefer this

Use this endpoint when you need to discover what languages are supported for news retrieval in a specific country before querying news content, or when building a language picker for a news application filtered by country.

## Known failure modes

- Missing or invalid 'country' query parameter returns an error or empty list
- Unsupported country code yields empty data array
- Network or payment (x402) failure prevents response
- Country with no available news languages returns empty data array

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing a list of language objects (each with a 'lang' code and 'name'), a status string, and a unique request_id for the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-realtime-news-language-list-0826781c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
