# fetcher.sh Google News Language & Regions Lookup

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

Returns the list of available languages and regional editions supported by Google News for use in news queries

## Facts

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

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 fetcher-sh-google-news-language-regions-lookup-17db8ed8
```

Example prompt: What languages and regional editions does Google News support? I want to know which language-region combos I can use when pulling news headlines.

## When to prefer this

Use this endpoint when you need to discover or validate which language and region combinations are accepted by Google News before constructing news search or headline queries. Prefer this over hardcoding locale strings, especially when building multi-region or multilingual news pipelines.

## Known failure modes

- Network or upstream scraping failure returns a 5xx error
- Invalid or malformed properties parameter may return an empty or error response
- Google News changes its supported locale list upstream, causing stale or incorrect results
- Rate limiting or payment failure (402) if USDC payment or prepaid credit is insufficient

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

A structured list of supported language codes and regional editions available on Google News, including locale identifiers (e.g. en-US, pt-BR, de-DE) that can be passed as parameters to Google News query endpoints.

## Request schema (JSON Schema)

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

## More

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