Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
I see on web guide for login on Crunchyroll using API
Reference https://github.com/CloudMax94/crunchyroll-api/wiki
Support JSON and XML response
{request} = API request
{version} = your version (better use value 0)
{sess_id} = Session ID as a cookie named "sess_id"
Response Type | URL
JSON | api.crunchyroll.com/{request}.{version}.json?&session_id={sess_id}
XML | api.crunchyroll.com/{request}.{version}.xml?&session_id={sess_id}