- Joined
- Jan 19, 2018
- Messages
- 2,655
This isn't a 3rd party (Tachiyomi, Paperback etc) support thread for general users.Code:NOTE:
The current caching-related issues you may have with 3rd party clients are being worked on. There's nothing you can do but wait.
For the average MangaDex user, I doubt this announcement will be super relevant! You may be more interested in reading our previous announcement if you haven't already.
Launching API v2
For any developers looking at doing stuff with our data, however, we have an update to our API, making it hopefully much less of a headache to use. The previous version should be considered deprecated, but it is currently reachable at the same old URLs and is still actually in use by our reader (haven't bothered to update that thing yet), but regardless, we are planning on scrapping it eventually for performance reasons so please migrate your current code to v2.
https://api.mangadex.org/v2/
The API index should speak for itself. Documentation in JSON isn't necessarily the absolute best way to go about it, but I'm sure it's clear enough for you guys.
Now, this API is not complete and most likely won't ever entirely be. We wrote it as somewhat of a stopgap measure to both improve usability for 3rd parties as well as to create a solid base for us to work on a couple of features for the current site while we're doing the entire site rework, known as MangaDex v5. Future endpoints should include at least one for the latest updates (i.e. the frontpage chapter listing) among other , but if you have requests or improvement suggestions, let us know. By the way, you should expect the API to change again for v5 so sorry about that, but this version at least resembles the approach we're taking with that one.
Financial Situation and Contest
Finally, I'd like to quickly echo a couple of points from our previous announcement (which you can read for more information) just in case you missed it:
- After the donations unfortunately dried up due to our moving away from PayPal as well as the Current World Situation, we would greatly appreciate any crypto donations you could spare in order to keep the site running. Check out the Support page. We would be similarly grateful if you decided to sign up to host a MD@H server.
- We are holding our third Mega Anniversary Contest, so go ahead and take part in that as well for a chance to win some prizes, including a $50 Amazon/Steam gift card!
Changelog
2021-01-17
- Fixed group leaders and members still not being able to read their delayed chapters
2021-01-15
- Fixed group leaders and members not having permission to read their own delayed chapters.
- Added parameter
Code:
blockgroups
- Added parameters
Code:
type
Code:
hentai
- Added
Code:
mainCover
2021-01-11
- Added
Code:
read
Code:
false
- [Future breaking] Added
Code:
title
Code:
name
Code:
name
- Fixed the baseUrl in the index to reflect the new url.
2020-12-27
- Fixed
Code:
isHentai
- A manga's alt titles are now trimmed from surrounding whitespace
2020-11-28
- [Breaking] Changed the format of
Code:
shownChapterLangs
Code:
excludedTags
Code:
/user/{id}/settings
- Added
Code:
mangaTitle
Code:
/user/{id}/followed-manga
2020-11-26
- Fixed the
Code:
groups
- Fixed a problem that lead to chapter lists unexpectedly sometimes returning only 100 items due to a caching conflict
- Implemented a user's MDList privacy setting applying to the required authorization of
Code:
GET /user/{id}/followed-manga
2020-11-18
- Fixed chapter list pagination by using the
Code:
p
- Fixed chapter views being incremented even when the chapter was unavailable to the user
2020-11-10
- [Breaking] Changed the
Code:
{ id: "name" }
Code:
[ { id, name } ]
- [Breaking] Moved the
Code:
read
- Fixed
Code:
lastChapter
- Added
Code:
uploader
Code:
views
- Added a short explanation about authentication to the
Code:
description
- Added /relations to describe the available manga relation types
- Added /follows to describe the available follow types (consider this temporary, we may rework the endpoint)