# SixPath Country Search

> SixPath Country Search is a paid API for AI agents from sixpath.vercel.app, paid per call via x402, $0.111419/call, status unknown (last checked 2026-09-15).

Search for country information by name using the SixPath API Hub.

## Facts

- Endpoint: POST https://sixpath.vercel.app/api/country-search
- Price: $0.111419/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sixpath-country-search-fd2f0e7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KEvEluMwLdkZvsHUCboSq

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 sixpath-country-search-fd2f0e7d -d '<json body>'
```

Example prompt: Can you search for country information about Germany using the SixPath API?

## When to prefer this

Use this endpoint when you need to look up country-level information by country name and are already operating within the SixPath API Hub ecosystem using x402 pay-per-call payments on Base chain. Suitable for quick, single-country lookups.

## Known failure modes

- Country name not found or misspelled — returns empty or error response
- Invalid input schema — missing 'name' field
- Payment failure via x402 protocol — request rejected
- Service unavailable on Vercel deployment — 502 or 503 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 JSON object containing details about the matched country, such as name, region, population, and other country-level attributes.

## 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/sixpath-country-search-fd2f0e7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sixpath.vercel.app](https://www.zero.xyz/host/sixpath.vercel.app/llms.txt)
