Description
Server synthesizing requests to compatible sites by providing a response in unified JSON format and offering complete information for each available media.
Supported sites
Site | URL |
---|---|
Crunchyroll | https://beta.crunchyroll.com |
Funimation | https://www.funimation.com |
ADN | https://animedigitalnetwork.fr |
API Reference
API address
Protocol | Method | URL |
---|---|---|
HTTPS | GET | https://kamyroll-server.herokuapp.com |
Description
Address of the API, it is this one that is used for all available endpoints.
Get media information
GET /v1/media
Parameter | Type | Description |
---|---|---|
channel_id |
string |
Required. Service name |
media_id |
string |
Media ID |
slug_show |
string |
Show ID |
slug_episode |
string |
Media ID |
email |
string |
Account ID |
password |
string |
Account password |
bypass |
boolean |
Premium bypass |
country |
string |
Country bypass |
Description
Returns all information related to the defined media. The media statement according to the platforms changes. If the bypass is not available or you do not want to use it but still have been to premium videos, you can use your premium account by filling in the information. If some media are not available in your area to get the video streams, used the country bypass.
Use of parameters
Channel ID | Type | Parameter |
---|---|---|
crunchyroll |
Episode | media_id |
crunchyroll |
Movie | media_id |
funimation |
Episode | slug_show , slug_episode |
adn |
Episode | media_id |
adn |
Movie | media_id |
Get subtitles
GET /v1/subtitles
Parameter | Type | Description |
---|---|---|
channel_id |
string |
Required. Service name |
url |
string |
Required. Source URL |
Description
For some streaming services such as ADN, subtitles are encrypted and/or not available in a conventional format. This request therefore allows subtitles in a style-compatible format.
Get server information
GET /ip
Description
Display some information about the server such as its IP address or location.
Get subtitles
GET /stats
Parameter | Type | Description |
---|---|---|
token |
string |
Required. Access token |
reset |
boolean |
Reset the stats |
Description
View server statistics.
Services availability
Code | Country | Crunchyroll | Funimation | ADN |
---|---|---|---|---|
at |
Argentina | :?: |
|
:?: |
at |
Austria | :?: |
|
:?: |
au |
Australia | :?: |
|
:?: |
be |
Belgium | :?: |
|
:?: |
bg |
Bulgaria | :?: |
|
:?: |
br |
Brazil |
|
|
:?: |
ca |
Canada |
|
|
:?: |
ch |
Switzerland | :?: |
|
:?: |
cl |
Chile | :?: |
|
:?: |
co |
Colombia | :?: |
|
:?: |
cz |
Czech Republic | :?: |
|
:?: |
de |
Germany |
|
|
:?: |
dk |
Denmark | :?: |
|
:?: |
es |
Spain |
|
|
:?: |
fi |
Finland | :?: |
|
:?: |
fr |
France |
|
|
|
gb |
United Kingdom |
|
|
:?: |
gr |
Greece |
|
|
:?: |
hk |
Hong Kong | :?: |
|
:?: |
hr |
Croatia | :?: |
|
:?: |
hu |
Hungary | :?: |
|
:?: |
id |
Indonesia | :?: |
|
:?: |
ie |
Ireland |
|
|
:?: |
il |
Israel | :?: |
|
:?: |
in |
India | :?: |
|
:?: |
is |
Iceland | :?: |
|
:?: |
it |
Italy | :?: |
|
:?: |
jp |
Japan |
|
|
:?: |
kr |
Korea | :?: |
|
:?: |
mx |
Mexico |
|
|
:?: |
nl |
Netherlands | :?: |
|
:?: |
no |
Norway | :?: |
|
:?: |
nz |
New Zealand |
|
|
:?: |
pl |
Poland | :?: |
|
:?: |
ro |
Romania | :?: |
|
:?: |
ru |
Russian Federation | :?: |
|
:?: |
se |
Sweden | :?: |
|
:?: |
sg |
Singapore | :?: |
|
:?: |
sk |
Slovakia | :?: |
|
:?: |
tr |
Turkey | :?: |
|
:?: |
uk |
United Kingdom |
|
|
:?: |
us |
USA |
|
|
|
Description
The region code is the value to use with the country bypass to define the region used to find the content if it is not available. It is generally not necessary to use the country bypass because the server is located in an area where the service catalogues are the most complete.
Use
Site | URL | Parameter |
---|---|---|
Crunchyroll | /watch/G2XU03VQ5/overwhelming-strength-the-straw-hats-come-together |
channel_id=crunchyroll&media_id=G2XU03VQ5 |
Funimation | /v/one-piece/overwhelming-strength-the-straw-hats-come-together |
channel_id=funimation&slug_show=one-piece&slug_episode=overwhelming-strength-the-straw-hats-come-together |
ADN | /video/one-piece/17889-episode-1000-puissance-hors-du-commun-l-equipage-du-chapeau-de-paille-au-complet |
channel_id=adn&media_id=17889 |
This script was created by the Nashi Team.
Find us on discord for more information on projects in development.