# Vibes API Hub – Country Info

> Vibes API Hub – Country Info is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.026006/call, status unknown (last checked 2026-09-14).

Returns detailed information about a country given its country code

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/country-info
- Price: $0.026006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-country-info-d765131f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PxpnbcAfi4A4YMDxn7V9n

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 vibes-api-hub-country-info-d765131f -d '<json body>'
```

Example prompt: Can you look up the country info for Germany — give me the capital, currency, population, and region?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call country-level metadata (capital, currency, region, language, population) without a subscription to a dedicated geopolitical data provider. Ideal for lightweight enrichment of user inputs, form auto-completion, or classification pipelines where per-call micropayment via x402 on Base chain is acceptable.

## Known failure modes

- Invalid or unrecognized country code returns an error or empty result
- Missing 'code' field in request body causes a validation error
- Unsupported or non-ISO country codes may not return results
- Service may return incomplete data for territories or disputed regions
- Network/payment failure via x402 protocol before the call completes

## 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

A JSON object containing country metadata such as official name, capital city, population, currency, region, subregion, spoken languages, flag, and timezone, keyed to the provided country code.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

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