# Axon Languages List

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

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

## Facts

- Endpoint: GET https://aiaia-xaxon402.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-d339ebad
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__5-D6jPvdwV_ROrfUm6y2

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

Example prompt: Can you show me all the languages that Axon supports for translation and detection — I want to know the language codes and their full names?

## When to prefer this

Use this endpoint when you need to discover which language codes and names are supported by the Axon platform before performing translation, language detection, or SEO content generation tasks. It is the canonical way to enumerate supported locales rather than hardcoding or guessing language codes.

## Known failure modes

- No parameters available — endpoint may return empty or error if service is misconfigured
- Service unavailability on Vercel deployment returning 5xx
- Stale or incomplete language list if the backend catalog is not updated
- Payment/authentication errors if x402 micropayment is required but not provided

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