Discover. Track. Discuss.
Build anime-powered apps with India's most unique anime API. Access filler guides, Indian dub schedules, airing data, and character info. Every endpoint returns clean JSON with minimal latency.
₹499/mo
₹4999/mo
| Endpoint | Description |
|---|---|
GET /api/v1/schedule | Fetch airing schedule with filler & dub data |
GET /api/v1/anime/:id | Full anime details with filler breakdown per episode |
GET /api/v1/filler/:id | Episode-by-episode filler classification |
GET /api/v1/dub-status/:malId | Check available Indian dub languages |
GET /api/v1/usage | View your current API usage and limits |
POST /api/v2/graphql | Flexible GraphQL queries for advanced use cases |
Sign up and generate a free API key from your dashboard.
curl https://zyverse.in/api/v1/schedule?hours_ahead=24 \
-H "Authorization: Bearer zvn_your_api_key_here"
curl -X POST https://zyverse.in/api/v2/graphql \
-H "Authorization: Bearer zvn_your_api_key_here" \
-H "Content-Type: application/json" \
-d {"query":"{ animeTrending { media { id title { romaji english } averageScore } } }"}
Free: 100 requests/day · Pro: 10,000/day · Enterprise: 100,000/day.
Rate limit headers are returned with every response. Exceed your limit and you'll receive a 429.
Check our documentation for detailed API reference, or join the community for support.
Pro and Enterprise subscribers get priority support with 24-hour response time.