# Suverse Anime Detail (Jikan v4 Proxy)

> Suverse Anime Detail (Jikan v4 Proxy) is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-16).

Fetches complete metadata for a single anime by MyAnimeList ID, including titles, synopsis, score, rank, genres, studios, air dates, and episode count.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-anime-detail
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-anime-detail-jikan-v4-proxy-4252bd2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QmrfYeW-RLZZmBl-p9TtH

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 suverse-anime-detail-jikan-v4-proxy-4252bd2e -d '<json body>'
```

Example prompt: Pull the full MAL details for Fullmetal Alchemist: Brotherhood — I need the synopsis, score, rank, genres, studios, air dates, and episode count. The MAL ID is 5114.

## When to prefer this

Choose this endpoint when you need comprehensive metadata for a single known anime (by MAL ID) without requiring a MyAnimeList API key. Ideal for enriching anime records one at a time, populating watchlists, or building recommendation engines that need full MAL data including score, rank, genres, and studios.

## Known failure modes

- Invalid or non-existent MAL ID returns an error or empty result
- Rate limiting from the underlying Jikan API may cause timeouts or 429 errors
- Network issues between the proxy and Jikan may cause intermittent failures
- Payment failure via x402 protocol blocks the request before it reaches the API

## How this service works

Complete details for a single anime by MAL ID: titles, synopsis, score, rank, genres, studios, aired dates and episodes. Keyless Jikan v4. For agents enriching one anime.

## Output

A structured JSON object containing the anime's canonical and localized titles, synopsis, MAL score, global rank, genre list, studio names, airing start/end dates, and total episode count, sourced from Jikan v4.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-anime-detail-jikan-v4-proxy-4252bd2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
