# GGWP API Hub - Country Info

> GGWP API Hub - Country Info is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.095663/call, status unknown (last checked 2026-09-15).

Returns general information about a country given a country name or identifier

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/country-info
- Price: $0.095663/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-country-info-93e9686b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TK-uXfCf4DlEnxH8iYchm

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 ggwp-api-hub-country-info-93e9686b -d '<json body>'
```

Example prompt: Can you look up general info about Japan — things like its capital, currency, region, and official language?

## When to prefer this

Choose this endpoint when you need quick, structured reference data about a country (capital, language, currency, region) without needing real-time or highly detailed datasets. It is suitable for agents enriching user queries with country context, populating forms, or answering factual geography questions in a pay-per-call model on Base chain.

## Known failure modes

- Country name not recognized or misspelled — returns error or empty result
- Ambiguous country name (e.g. 'Georgia' as country vs US state) may return unexpected data
- Missing required input field returns validation error
- Payment failure on Base chain blocks the request with 402 status
- Vercel cold start may cause occasional latency spikes

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing country-level data such as capital city, region, continent, official language(s), currency, calling code, timezone, and other geographic or demographic metadata about the specified country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-country-info-93e9686b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
