# Axon Languages List

> Axon Languages List is a paid API for AI agents from aiaxaxon402.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a list of supported languages (with codes and names) for the Axon platform's translation and language detection features.

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/languages
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-languages-list-c42f977e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9e8TyKBsqIVp99CvSpRJJ

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 axon-languages-list-c42f977e
```

Example prompt: What languages does Axon support for translation and detection? Show me the full list of language codes and names.

## When to prefer this

Use this endpoint when you need to discover which languages Axon supports before calling its translation or language detection endpoints, or when building a UI dropdown of available language options.

## Known failure modes

- No parameters expected so schema errors are unlikely; service may return empty list if no languages configured
- x402 micropayment not included — returns 402 Payment Required
- Vercel cold start may cause occasional latency spikes or timeout
- API may return an incomplete or stale list if the underlying language registry is not updated

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

A JSON object with a 'languages' map where keys are ISO language codes (e.g. 'en', 'id') and values are human-readable language names (e.g. 'English', 'Indonesian'), representing all languages supported by the Axon platform.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "languages": {
   "en": "English",
   "id": "Indonesian"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-languages-list-c42f977e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
