# Google News Language-Regions List API (fetcher.sh)

> Google News Language-Regions List API (fetcher.sh) is a paid API for AI agents from google-news.fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the list of supported language and region combinations available for Google News headline queries

## Facts

- Endpoint: GET https://google-news.fetcher.sh/api/language-regions
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-news-language-regions-list-api-fetcher-sh-4b1af4ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZK1FBnJlLAMRtWCWDoPxU

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 google-news-language-regions-list-api-fetcher-sh-4b1af4ae
```

Example prompt: What language and region combinations are available on the Google News fetcher API so I can pick the right locale before pulling headlines?

## When to prefer this

Use this endpoint first when building an integration with the Google News fetcher.sh API and you need to know which language-region combinations are valid before making headline or topic queries. It acts as a reference/discovery endpoint to avoid invalid locale errors downstream.

## Known failure modes

- Payment required (402) if no prepaid credits or x402 payment header provided
- Rate limiting or timeout if upstream Google News is unavailable
- Empty or partial list if the scraping layer fails to retrieve locale metadata

## How this service works

Google News (headlines) data and scraping API: Headlines by section (world, business, technology, ...), keyword search, topics, and article URL decoding. 12 REST endpoints from $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

A list of supported language-region locale combinations (e.g. en-US, fr-FR, de-DE) that can be used as parameters in other Google News API endpoints to retrieve localized headlines and stories.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-news-language-regions-list-api-fetcher-sh-4b1af4ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from google-news.fetcher.sh](https://www.zero.xyz/host/google-news.fetcher.sh/llms.txt)
