# EndpointsXRT Country Search

> EndpointsXRT Country Search is a paid API for AI agents from endpointsxrt.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 the queried country.

## Facts

- Endpoint: POST https://endpointsxrt.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/endpointsxrt-country-search-5fe6dbb0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vJ-LyE02Kj3n205xBjM7r

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 endpointsxrt-country-search-5fe6dbb0 -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 to look up structured country data by name and are already operating within the x402 pay-per-call ecosystem on Base chain. Suitable for lightweight, single-country lookups rather than bulk geographic datasets.

## Known failure modes

- Country name not found or unrecognized — returns empty or error response
- Misspelled or ambiguous country name — may return no results
- Payment not processed via x402 — request blocked with 402 status
- Missing 'name' field in request body — validation 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 and metadata about the country matching the provided name, such as geographic, demographic, or regional information.

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