question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Anime-Planet tracker

See original GitHub issue

Issue/Request: Support for tracking manga on Anime-Planet

Other details: Currently, they have no public API. However, I believe a workaround could be done using the same method used for MAL’s current implementation.

At the top of a page for Anime-Planet, a token will be generated:

var TOKEN = '0b716xxxxxxxxxxxxxxxxxxxxxxxxxxx';

This token allows you to make requests like so: https://www.anime-planet.com/api/list/status/manga/21385/0/0b716xxxxxxxxxxxxxxxxxxxxxxxxxxx where 21385 is the manga ID and 0 is the current state of the manga.

If you want to update the manga’s current read state you can do so like this: https://www.anime-planet.com/api/list/update/manga/15429/0/19/0b716xxxxxxxxxxxxxxxxxxxxxxxxxxx where the 0 is a placeholder for # of chapters and 19 is the number of volumes or like this: https://www.anime-planet.com/api/list/update/manga/15429/211/0/0b716xxxxxxxxxxxxxxxxxxxxxxxxxxx where 211 is the chapter # and 0 is the volumes.

Anime-Planet only supports tracking of volumes or chapters, so it would probably easier for tachiyomi to send requests for only the chapters.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
loocool2commented, Jun 19, 2021

@toprak When half life 3 comes out

2reactions
Vesnyxcommented, Jan 3, 2019

@as280093 From a cursory glance at the MAL workaround, it shouldn’t be super difficult to implement. MAL uses a CSRF token to make the requests, which is acquired as a “session” token similar to Anime-Planet.

Besides, if inorichi won’t work on it, I’ll start working on it at some point. This issue is mostly for the sake of having the data easily accessible so I can debug in the future.

On that note, @inorichi are there any things you’re currently working on that might need this to wait a bit before me trying to implement?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Anime-Planet: Anime Recommendations, Reviews, Manga ...
Discover anime and manga, track your progress, watch anime, read manga. Watch anime online. Stream over 45,000 legal, industry-supported anime episodes here on ......
Read more >
MAL versus Anime Planet: Which One is the Better Anime ...
There are various ways that you can keep track of the anime you watch. ... MAL versus Anime Planet: Which One is the...
Read more >
Should I use MyAnimeList or Anime Planet to keep track of ...
I have an account on Anime Planet, but around here and /a/ MAL seems to get more attention. ... I'd say MAL because...
Read more >
anime-planet · GitHub Topics
Updated every week: A JSON based anime data set containing the most important ... Anime-Planet, LiveChart, MyDramaList to track your anime, manga and...
Read more >
Anime-Planet Alternatives - AlternativeTo
Anime -Planet alternatives are mainly Anime / Manga Tracking Apps but may also be Episode Trackers or Movie Review Sites. Filter by these...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found