Skip to content

SankaVollereii/Rest-Api-Anime-and-Comic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Typing SVG


๐ŸŒŸ The Most Comprehensive Anime & Comic API Platform

Powering thousands of applications worldwide with real-time anime and comic data


๐ŸŽฏ Overview

Sanka Api is a powerful, free REST API service that provides comprehensive access to anime and comic data. With coverage spanning from 1917 to the present day, our API offers developers a robust solution for building anime and comic-related applications.

โœจ Key Highlights

  • ๐Ÿ“Š 50,000+ Anime titles in database
  • ๐Ÿ“š 100,000+ Manga & comic series
  • ๐Ÿš€ <100ms Average response time
  • ๐ŸŒ 10M+ API calls served monthly
  • ๐Ÿ”„ Real-time updates for new releases
  • ๐ŸŒ Multi-language support (EN, ID, JP)

๐Ÿ”— Quick Start

๐ŸŽฌ Anime API

GET https://www.sankavollerei.com/anime

๐Ÿ“– Comic API

GET https://www.sankavollerei.com/comic

๐Ÿš€ Features

๐Ÿ“บ Anime API Features

Core Features

  • โœ… Complete Database - 50,000+ anime titles
  • โœ… Episode Tracking - Real-time episode updates
  • โœ… Streaming Links - Multiple quality options
  • โœ… Advanced Search - Title, genre, year, status
  • โœ… Seasonal Anime - Current & upcoming seasons

Extended Features

  • โœ… Character Database - 100,000+ characters
  • โœ… Voice Actors - Complete seiyuu information
  • โœ… Reviews & Ratings - Community ratings
  • โœ… Watch History - Track user progress
  • โœ… Recommendations - AI-powered suggestions

๐Ÿ“š Comic API Features

Core Features

  • โœ… Vast Library - Manga, manhwa, manhua
  • โœ… Chapter Updates - Real-time notifications
  • โœ… Reading Links - Multiple sources
  • โœ… Genre Filtering - 50+ genres
  • โœ… Latest Releases - Updated every hour

Extended Features

  • โœ… Author Database - Creator information
  • โœ… Publisher Info - Official publishers
  • โœ… Reading Lists - Custom collections
  • โœ… Translation Status - Multiple languages
  • โœ… Download Support - Offline reading

๐Ÿ“ก API Sources

๐ŸŽฌ Anime Sources

  • Otakudesu - Popular anime streaming source
  • Donghua - Chinese animation content
  • Samehadaku - Indonesian anime platform
  • Animasu - Indonesian anime platfrom
  • Zoronime - Indonesian anime platfrom
  • Anoboy - Anime streaming service
  • Kusonime - Anime Downloader batch
  • Anime Indo - Indonesian anime streaming
  • Oploverz - Anime streaming service
  • Kuramanime - Anime Streaming & Download
  • Nekopoi - Adult anime content

๐Ÿ“š Comic Sources

  • Komiku - Indonesian manga platform
  • BacaKomik - Comic reading platform
  • Komikstation - Manga station
  • Maid Comic - Manga service
  • Komikindo - Indonesian comic site
  • Mangakita - Manga reading platform
  • SoulScans - Scanlation group
  • Meganei - Manga platform
  • Kiryuu - Indonesian Manga platfrom
  • Novelhubapp - Novel platform
  • Mangasusuku - Adult manga content

๐Ÿ’ป API Usage Examples

๐Ÿ”ง Quick Integration

JavaScript / Node.js
// Fetch anime information
const getAnimeData = async () => {
  const response = await fetch('https://www.sankavollerei.com/anime/search/boruto');
  const data = await response.json();
  return data;
};

// Fetch comic chapters
const getComicChapters = async (comicId) => {
  const response = await fetch(`https://www.sankavollerei.com/comic/chapter/${comicId}`);
  const data = await response.json();
  return data;
};
Python
import requests

# Search for anime
def search_anime(query):
    response = requests.get(f'https://www.sankavollerei.com/anime/search/{query}')
    return response.json()

# Get comic details
def get_comic_details(comic_id):
    response = requests.get(f'https://www.sankavollerei.com/comic/chapter/{comic_id}')
    return response.json()
PHP
// Fetch anime by genre
function getAnimeByGenre($genre) {
    $url = "https://www.sankavollerei.com/anime/genre/" . $genre;
    $response = file_get_contents($url);
    return json_decode($response, true);
}

// Get latest manga updates
function getLatestManga() {
    $url = "https://www.sankavollerei.com/comic/latest";
    $response = file_get_contents($url);
    return json_decode($response, true);
}

๐Ÿ“Š API Endpoints

๐ŸŽฌ Anime Endpoints

Endpoint Method Description
/anime - Get Dokumentasi Anime
/anime/home GET Get home anime list
/anime/schedule GET Get airing schedule
/anime/anime/{id} GET Get anime details
/anime/complete-anime/{page} GET Get complete anime
/anime/ongoing-anime?page={page} GET Get ongoing anime
/anime/genre GET Get all genre list
/anime/genre/{genre} GET Filter by genre
/anime/episode/{id} GET Get episode list
/anime/search GET Search anime by query
/anime/batch/{id} GET Get batch anime
/anime/unlimited GET Get all anime list

๐Ÿ“š Comic Endpoints

Endpoint Method Description
/comic - Get Dokumentasi Comic
/comic/unlimited GET Get all comics list
/comic/homepage GET Get homepage comics
/comic/search GET Search comics by query
/comic/comic/{id} GET Get comic details
/comic/comic/chapter/{id} GET Get chapter list
/comic/type/{type} GET Filter by type comics
/comic/genre/{genre} GET Filter by genre
/comic/terbaru GET Get latest updates
/comic/populer GET Get popular comics
/comic/trending GET Get trending comics
/comic/random GET Get random comics
/comic/recommendations GET Get recommendations comics
/comic/berwarna/{page} GET Get colored comics

๐ŸŽจ Popular Categories

๐ŸŽฌ Anime Genres


๐Ÿ“ฅ Download Quality Options


โšก Performance & Reliability

๐Ÿš€ Speed

<100ms
Average Response Time

๐Ÿ“Š Scale

10M+
Monthly API Calls

๐Ÿ›ก๏ธ Uptime

99.9%
Service Availability

๐Ÿ”„ Updates

Real-time
Content Refresh


๐Ÿ› ๏ธ Built For Developers

๐ŸŽฏ Use Cases

๐Ÿ“ฑ Mobile Apps

Build iOS & Android apps with our comprehensive API

๐ŸŒ Web Applications

Create responsive web apps with real-time data

๐Ÿค– Discord Bots

Power your Discord server with anime/comic features

๐Ÿ“Š Data Analysis

Research and analyze anime/comic trends

๐ŸŽฎ Game Development

Integrate anime/comic data into your games

๐Ÿ”” Tracking Apps

Build watchlist and reading list applications


๐Ÿ“– Documentation

๐Ÿšง Complete Documentation Coming Soon!

What to expect:

  • ๐Ÿ“ Detailed endpoint specifications
  • ๐Ÿ” Authentication & rate limiting guides
  • ๐Ÿ’ก Best practices & optimization tips
  • ๐Ÿ› ๏ธ SDK libraries for multiple languages
  • ๐Ÿ“š Code examples & tutorials
  • ๐ŸŽฏ Use case implementations

Current Resources:

  • ๐Ÿ“ง Email: support@sankavollerei.com
  • ๐Ÿ’ฌ Discord: Join our developer community
  • ๐Ÿ“ฑ WhatsApp: Quick support channel

โฌ‡๏ธ Downloader Anime

Typing SVG

Download your favorite anime instantly!



๐ŸŽฌ Sankanime - Streaming Platform

๐ŸŒŸ Streaming Anime Terlengkap & Tanpa Iklan

๐Ÿ”— Platform Streaming: sankanime.com

Keunggulan Platform:

  • โœ… Koleksi Terlengkap - Ribuan anime dari berbagai genre
  • โœ… Tanpa Iklan - Pengalaman menonton tanpa gangguan
  • โœ… Kualitas HD - Streaming dengan kualitas terbaik
  • โœ… Update Cepat - Episode terbaru langsung tersedia
  • โœ… Subtitle Indonesia - Subtitle lengkap dan akurat
  • โœ… Multi Device - Akses dari smartphone, tablet, atau PC

Perfect for:

  • ๐ŸŽฏ Menonton anime favorit tanpa gangguan iklan
  • ๐ŸŽฏ Streaming anime ongoing terbaru
  • ๐ŸŽฏ Menikmati anime klasik dan populer
  • ๐ŸŽฏ Binge-watching dengan kualitas terbaik


๐Ÿ“ฑ Connect With Us

๐Ÿ”” Stay Updated with Latest API News & Features!


๐Ÿ’ Support This Project

โญ Star This Repository

If you find SankaVollerei API useful, please give it a star!

๐Ÿš€ Contribute

We welcome contributions! Feel free to submit pull requests or report issues.

โ˜• Donate me

Support the development and server costs:


โš ๏ธ Terms of Service

Fair Use Policy

  • โœ… Free for personal and commercial use
  • โœ… No API key required for basic access
  • โš ๏ธ Rate limit: 1000 requests/hour per IP
  • โš ๏ธ Please cache responses when possible
  • โŒ Do not abuse or overload the service

Copyright Notice

All anime and comic content metadata is sourced from publicly available information. We respect intellectual property rights and will promptly address any copyright concerns.


๐Ÿ“œ License

License: MIT

This project is licensed under the MIT License - see the LICENSE file for details.


๐Ÿš€ Start Building Amazing Projects Today!



Typing SVG

ยฉ 2024-2025 SankaVollerei โ€ข All Rights Reserved

Crafted with passion by @SankaVollereii


Profile Views API Status Version