# Axon Languages List

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

Returns a list of supported language codes and their human-readable names for use with Axon's translation and language detection endpoints

## Facts

- Endpoint: GET https://aiaiaxaxon402.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-075da568
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w8e9OMNxu0DiNq3vpKdaP

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-075da568
```

Example prompt: Can you show me all the languages Axon supports for translation so I can pick the right target language for my document?

## When to prefer this

Use this endpoint when you need to discover valid language codes before calling Axon's translation or language detection endpoints, or when building a UI that lets users select a target language. This is a lightweight lookup call that returns static or near-static metadata about supported locales.

## Known failure modes

- Payment failure if x402 micropayment on Base is not properly authorized (HTTP 402)
- Empty or partial language list if the service is misconfigured
- Network timeout if the Vercel deployment is cold-starting
- Malformed JSON response if upstream AI service is unavailable

## 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' field mapping language codes (e.g. 'en', 'id') to their human-readable names (e.g. 'English', 'Indonesian'), representing all languages supported by the Axon platform for translation and detection.

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