# Suverse Anime Season Now

> Suverse Anime Season Now 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-13).

Returns the list of anime currently airing this season from MyAnimeList, including title, type, episode count, score, and broadcast info via the Jikan v4 API (keyless).

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-anime-season-now
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-anime-season-now-4387a1d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R6lR36tsGxVJTsMqfRf9D

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-season-now-4387a1d9 -d '<json body>'
```

Example prompt: What anime are currently airing this season? Give me the titles, episode counts, scores, and broadcast times from MyAnimeList.

## When to prefer this

Choose this endpoint when you need a quick, keyless snapshot of currently airing anime from MyAnimeList without managing your own Jikan API integration. Ideal for agents that need seasonal anime data including scores and broadcast info without requiring authentication credentials.

## Known failure modes

- Jikan v4 upstream rate limit or outage returns error or empty data
- Stale data if MyAnimeList has not yet updated for a new season
- Network timeout from the proxy layer
- Malformed POST body returns 400 or processing error

## How this service works

Anime airing this season from MyAnimeList: title, type, episode count, score and broadcast info. Keyless Jikan v4. For agents tracking what is currently airing.

## Output

A list of currently airing anime for the current season sourced from MyAnimeList via Jikan v4, each entry containing the title, media type (TV, ONA, etc.), total/current episode count, community score, and broadcast schedule information.

## 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-season-now-4387a1d9/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)
