# Jikan Top Anime via Clonecho

> Jikan Top Anime via Clonecho is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the highest-ranked anime entries (title, rank, score, type, episodes) from the MyAnimeList top anime list via the Jikan API

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/jikan-top-anime
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jikan-top-anime-via-clonecho-20e88d74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TPt-RUUg2E8-5F1yFTwyy

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 jikan-top-anime-via-clonecho-20e88d74 -d '<json body>'
```

Example prompt: What are the highest-ranked anime on MyAnimeList right now — show me their titles, scores, types, and how many episodes they have?

## When to prefer this

Use this endpoint when you need a quick, no-parameter snapshot of the current top-ranked anime from MyAnimeList, including scores and episode counts, without building your own Jikan API integration or handling authentication.

## Known failure modes

- Jikan API upstream downtime returns an error or empty response
- Rate limiting by the upstream Jikan API causes delayed or failed responses
- Payment of $0.02 USDC not received results in 402 Payment Required
- Stale or cached data if MyAnimeList rankings have recently changed

## How this service works

Highest-ranked anime (title, rank, score, type, episodes) from the Jikan MyAnimeList API. No parameters. Returns JSON.

## Output

A JSON array of top-ranked anime entries, each containing the title, rank number, score, media type (e.g. TV, Movie, OVA), and episode count as sourced from MyAnimeList via the Jikan API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jikan-top-anime-via-clonecho-20e88d74/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
