# The Stall — Country Info

> The Stall — Country Info is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns structured information and data about a specified country, including properties like geography, demographics, or political details.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/country-info
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-country-info-9e7ddfe1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5LqYdta9Dv3Wtbz-GWa4c

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 the-stall-country-info-9e7ddfe1
```

Example prompt: Can you look up country info for Japan — I want properties like capital, population, and official language?

## When to prefer this

Choose this endpoint when you need quick, low-cost country-level factual data without setting up API keys or accounts. Ideal for AI agents that need to enrich workflows with country metadata, answer geography or demographics questions, or validate country-level attributes. Best for single-country lookups with specific property filters via pay-per-use USDC micropayments.

## Known failure modes

- Unrecognized or misspelled country name returns an error or empty result
- Invalid properties parameter format returns a schema validation error
- Payment failure on Base mainnet results in HTTP 402 with payment instructions
- Network timeout if the upstream data source is unavailable
- Unsupported property keys silently omitted or returned as null

## How this service works

Country information lookup by name, ISO code (alpha-2 or alpha-3), or capital city. Returns: official name, ISO codes, capital, population, area (km²), region, languages, currencies (code + symbol), borders, calling code, timezones, and flag image URL. Useful for international business agents, geographic enrichment, currency identification, and compliance workflows.

## Output

A structured data object containing requested properties about the specified country, such as capital city, population, official languages, geographic region, currency, or other country-level attributes, returned as a JSON response after a $0.002 USDC micropayment on Base mainnet.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-country-info-9e7ddfe1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
