# minia2a x402-country

> minia2a x402-country is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Looks up country information based on a query, returning structured country data via a paid x402 API endpoint.

## Facts

- Endpoint: GET https://minia2a.uk/x402/country
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-x402-country-300ab038
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1pzc73SpDSDD0YddQwX0X

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 minia2a-x402-country-300ab038
```

Example prompt: Look up country information for France and give me the structured details about it.

## When to prefer this

Choose this endpoint when you need lightweight, programmatic country data lookups and are operating in an x402 micropayment environment. It is well-suited for agents that need to enrich data with country-level geographic information on demand at low cost ($0.001 per call).

## Known failure modes

- Invalid or unrecognized country name/code returns an error or empty result
- Missing required input parameter causes a 400-level error
- Payment failure (x402 protocol) prevents access and returns a 402 Payment Required response
- Network timeout or service unavailability returns a 5xx error

## How this service works

minia2a service: x402-country

## Output

Returns structured country data including details about the queried country, such as name, geographic information, and related metadata, as a JSON object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-x402-country-300ab038/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
