13 lines
355 B
Markdown
13 lines
355 B
Markdown
|
# OSAKA
|
||
|
|
||
|
## Introduction
|
||
|
|
||
|
OSAKA aims to provide an uncomplicated, seamless anime streaming backend API. OSAKA stores no copyrighted material on the server-side but rather relies on other streaming services to provide video sources.
|
||
|
|
||
|
As of now, OSAKA scrapes the following services:
|
||
|
|
||
|
## Specification
|
||
|
|
||
|
```
|
||
|
/{anime_id}/{season}/{episode} -> Vec<Episode>
|
||
|
```
|