# Axon Languages List

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

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

## Facts

- Endpoint: GET https://axonx.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-c2ad0a5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1TNS1sxBLnEABpCN-iw4n

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

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

## When to prefer this

Use this endpoint before calling Axon's translation or language-detection endpoints to discover valid language codes. Prefer this over hardcoding language codes, as it ensures compatibility with the current set of supported languages on the platform.

## Known failure modes

- Payment not submitted or rejected — returns 402 Payment Required
- Invalid or missing x402 micropayment header — endpoint refuses request
- Service unavailable or cold-start latency on Vercel deployment — returns 500 or timeout

## 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 containing a 'languages' map where keys are ISO language codes (e.g. 'en', 'id') and values are the corresponding human-readable language names (e.g. 'English', 'Indonesian').

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