- Joined
- May 3, 2018
- Messages
- 86
@Kyrokis
lastChapter and lastVolume will only return value when the manga itself is completed with known number of exact chapter and volume you can check this (https://mangadex.org/api/v2/manga/15240) and this (https://mangadex.org/manga/15240) see the reading progress you will know your progress/119.5 for chapter, same for lastVolume.
The reason why you can fetch chapter data is for pagination purpose, so your application can show maximum chapter per page, like nangadex webpage itself, using pagination with maximum 100 chapters per page
chapter language is bonded with account settings if i'm not wrong, so if you authenticated with account that showing english only on web, the api itself will following web behavior
correct me if I'm wrong
lastChapter and lastVolume will only return value when the manga itself is completed with known number of exact chapter and volume you can check this (https://mangadex.org/api/v2/manga/15240) and this (https://mangadex.org/manga/15240) see the reading progress you will know your progress/119.5 for chapter, same for lastVolume.
The reason why you can fetch chapter data is for pagination purpose, so your application can show maximum chapter per page, like nangadex webpage itself, using pagination with maximum 100 chapters per page
chapter language is bonded with account settings if i'm not wrong, so if you authenticated with account that showing english only on web, the api itself will following web behavior
correct me if I'm wrong