# Vibes API Hub – Country Search

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

Search for country information by name, returning details about matching countries.

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/country-search
- Price: $0.049871/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-search-edab4c8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FbiCqpMgP70pUGNiUM8ET

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

Example prompt: Search for country information for 'Germany' and tell me what details come back.

## When to prefer this

Use this endpoint when you need quick, pay-per-call country lookups by name without maintaining your own geographic reference database. Suitable for agents that occasionally need country data and want to avoid subscription-based geo APIs.

## Known failure modes

- Country name not found — returns empty or error response
- Ambiguous country name matching multiple results
- Network timeout from upstream data provider
- Malformed request body missing the 'name' field

## 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 details about the country matching the provided name, which may include geographic, demographic, or other reference data fields depending on the underlying data source.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "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-search-edab4c8a/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)
