Discover. Track. Discuss.
// Developers
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://zyniverse.vercel.app/api/v1/schedule?hours_ahead=24 \
Β Β -H "Authorization: Bearer zvn_your_api_key_here"
curl -X POST https://zyniverse.vercel.app/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.