# Axon Languages List

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

Returns a dictionary of supported language codes and their human-readable names available on the Axon platform

## Facts

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

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-c0bdcb22
```

Example prompt: What languages does Axon support for translation and detection — can you pull the full list of available language codes and their names?

## When to prefer this

Use this endpoint when you need to discover which languages Axon supports before calling translation or language detection endpoints, or when you need to map language codes to display names for a UI or validation step.

## Known failure modes

- Payment not provided — 402 response requiring x402 micropayment on Base before access is granted
- Invalid or malformed request headers — may return 400
- Service unavailable — 503 if the Vercel deployment is down
- Empty or partial language list if the backend index is incomplete

## 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' key mapping ISO language codes (e.g. 'en', 'id') to their full human-readable names (e.g. 'English', 'Indonesian'), covering 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-c0bdcb22/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
