# Axon Languages List

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

Returns a list of all supported languages (with codes and names) available for translation and language detection on the Axon platform.

## Facts

- Endpoint: GET https://axixixia.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-fe8d9a53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0twz73UJ7GxhmyDVcTLAM

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

Example prompt: What languages does Axon support for translation — can you fetch the full list of language codes and names from Axon right now?

## When to prefer this

Use this endpoint when you need to discover which language codes are valid before calling Axon's translation or language detection endpoints, or when building a UI that lets users select a target language for Axon-powered translation.

## Known failure modes

- Payment not provided — 402 response requiring x402 micropayment on Base before data is returned
- Network or server error from Vercel deployment — 500 or timeout
- Empty or malformed response if the languages list is not yet populated

## 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 each key is a language code (e.g. 'en', 'id') and each value is the human-readable language name (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-fe8d9a53/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axixixia.vercel.app](https://www.zero.xyz/host/axixixia.vercel.app/llms.txt)
