# GGWP API Hub - Country Search

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

Searches for country information by name or query and returns matching country data

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/country-search
- Price: $0.111419/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-country-search-473a8c46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wp8fmL2KPfcZP2oDnNYoX

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-search-473a8c46 -d '<json body>'
```

Example prompt: Can you search for country information on 'Germany' and give me whatever details come back?

## When to prefer this

Use this endpoint when you need to search or resolve country names from free-text or partial input, especially in a pay-per-call model using the x402 protocol on Base chain. Prefer it when you need lightweight country lookups without maintaining your own reference database.

## Known failure modes

- Empty or missing query returns no results or an error
- Unknown country name returns empty result set
- Network timeout on Vercel serverless cold start
- Payment failure via x402 protocol prevents access
- Malformed input object causes server error

## 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 data matching the search query, which may include country name, codes, region, and other profile fields depending on the underlying dataset.

## 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-search-473a8c46/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)
