# Jikan Anime Genres List

> Jikan Anime Genres List 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 a list of all anime genres available on MyAnimeList, including the title count for each genre.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/jikan-genres-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-anime-genres-list-1989b400
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B1mOkdin89dKCKU8zO6af

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-anime-genres-list-1989b400 -d '<json body>'
```

Example prompt: Can you pull up the full list of anime genres from MyAnimeList along with how many titles are in each genre?

## When to prefer this

Use this endpoint when you need a complete, structured list of anime genre categories from MyAnimeList — especially when building genre filters, dropdown menus, or needing genre IDs to pass into subsequent MyAnimeList/Jikan queries. No parameters are needed, making it a simple reference data call.

## Known failure modes

- Jikan API upstream outage returns an error or empty response
- Rate limiting from Jikan/MyAnimeList resulting in 429 or timeout
- Payment of $0.02 USDC not processed, returning 402 Payment Required

## How this service works

List of anime genres with title counts on MyAnimeList (no params). Returns JSON.

## Output

A JSON array of anime genres, each containing the genre ID, genre name, and a count of how many anime titles on MyAnimeList belong to that genre.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jikan-anime-genres-list-1989b400/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)
