API usage, tag's indexe (id)

Joined
Sep 20, 2018
Messages
13
I have come aware of an API hook for the mangadex website.
The only entry point that i am aware of is for mangas only, while this is great it only retrieves the indexes of tags and not their name. Is there am accessible location to find which index (id) represent which tag. Thank you.
 
Custom title
Staff
Developer
Joined
Jan 19, 2018
Messages
2,619
The API is getting a major overhaul and a public release as soon as I finish rewriting parts of the reader to work with it.
 
Joined
Sep 20, 2018
Messages
13
Thank you for sharing this little piece of information.

If there exist already any form of documentation, a link to it would very much be appreciated.

In any case, keep up the good work !
 
Custom title
Staff
Developer
Joined
Jan 19, 2018
Messages
2,619
The current API is really barebones and just exists to support the reader and tachiyomi, basically. /manga/:id and /chapter/:id are the only endpoints, and what you see is what you get.
 
Joined
Sep 20, 2018
Messages
13
I have ripped the indexes from the search page, i will leave them here in case someone reads this post and looks for it.

P.S. - This can be archived/closed if possible or of any use, the question has been answered.

Code:
[
  {
    "id": 1,
    "name": "4-Koma"
  },
  {
    "id": 2,
    "name": "Action"
  },
  {
    "id": 3,
    "name": "Adventure"
  },
  {
    "id": 4,
    "name": "Award Winning"
  },
  {
    "id": 5,
    "name": "Comedy"
  },
  {
    "id": 6,
    "name": "Cooking"
  },
  {
    "id": 7,
    "name": "Doujinshi"
  },
  {
    "id": 8,
    "name": "Drama"
  },
  {
    "id": 9,
    "name": "Ecchi"
  },
  {
    "id": 10,
    "name": "Fantasy"
  },
  {
    "id": 11,
    "name": "Gyaru"
  },
  {
    "id": 12,
    "name": "Harem"
  },
  {
    "id": 13,
    "name": "Historical"
  },
  {
    "id": 14,
    "name": "Horror"
  },
  {
    "id": 16,
    "name": "Martial Arts"
  },
  {
    "id": 17,
    "name": "Mecha"
  },
  {
    "id": 18,
    "name": "Medical"
  },
  {
    "id": 19,
    "name": "Music"
  },
  {
    "id": 20,
    "name": "Mystery"
  },
  {
    "id": 21,
    "name": "Oneshot"
  },
  {
    "id": 22,
    "name": "Psychological"
  },
  {
    "id": 23,
    "name": "Romance"
  },
  {
    "id": 24,
    "name": "School Life"
  },
  {
    "id": 25,
    "name": "Sci-Fi"
  },
  {
    "id": 28,
    "name": "Shoujo Ai"
  },
  {
    "id": 30,
    "name": "Shounen Ai"
  },
  {
    "id": 31,
    "name": "Slice of Life"
  },
  {
    "id": 32,
    "name": "Smut"
  },
  {
    "id": 33,
    "name": "Sports"
  },
  {
    "id": 34,
    "name": "Supernatural"
  },
  {
    "id": 35,
    "name": "Tragedy"
  },
  {
    "id": 36,
    "name": "Long Strip"
  },
  {
    "id": 37,
    "name": "Yaoi"
  },
  {
    "id": 38,
    "name": "Yuri"
  },
  {
    "id": 40,
    "name": "Video Games"
  },
  {
    "id": 41,
    "name": "Isekai"
  },
  {
    "id": 42,
    "name": "Adaptation"
  },
  {
    "id": 43,
    "name": "Anthology"
  },
  {
    "id": 44,
    "name": "Web Comic"
  },
  {
    "id": 45,
    "name": "Full Color"
  },
  {
    "id": 46,
    "name": "User Created"
  },
  {
    "id": 47,
    "name": "Official Colored"
  },
  {
    "id": 48,
    "name": "Fan Colored"
  },
  {
    "id": 49,
    "name": "Gore"
  },
  {
    "id": 50,
    "name": "Sexual Violence"
  },
  {
    "id": 51,
    "name": "Crime"
  },
  {
    "id": 52,
    "name": "Magical Girls"
  },
  {
    "id": 53,
    "name": "Philosophical"
  },
  {
    "id": 54,
    "name": "Superhero"
  },
  {
    "id": 55,
    "name": "Thriller"
  },
  {
    "id": 56,
    "name": "Wuxia"
  },
  {
    "id": 57,
    "name": "Aliens"
  },
  {
    "id": 58,
    "name": "Animals"
  },
  {
    "id": 59,
    "name": "Crossdressing"
  },
  {
    "id": 60,
    "name": "Demons"
  },
  {
    "id": 61,
    "name": "Delinquents"
  },
  {
    "id": 62,
    "name": "Genderswap"
  },
  {
    "id": 63,
    "name": "Ghosts"
  },
  {
    "id": 64,
    "name": "Monster Girls"
  },
  {
    "id": 65,
    "name": "Loli"
  },
  {
    "id": 66,
    "name": "Magic"
  },
  {
    "id": 67,
    "name": "Military"
  },
  {
    "id": 68,
    "name": "Monsters"
  },
  {
    "id": 69,
    "name": "Ninja"
  },
  {
    "id": 70,
    "name": "Office Workers"
  },
  {
    "id": 71,
    "name": "Police"
  },
  {
    "id": 72,
    "name": "Post-Apocalyptic"
  },
  {
    "id": 73,
    "name": "Reincarnation"
  },
  {
    "id": 74,
    "name": "Reverse Harem"
  },
  {
    "id": 75,
    "name": "Samurai"
  },
  {
    "id": 76,
    "name": "Shota"
  },
  {
    "id": 77,
    "name": "Survival"
  },
  {
    "id": 78,
    "name": "Time Travel"
  },
  {
    "id": 79,
    "name": "Vampires"
  },
  {
    "id": 80,
    "name": "Traditional Games"
  },
  {
    "id": 81,
    "name": "Virtual Reality"
  },
  {
    "id": 82,
    "name": "Zombies"
  },
  {
    "id": 83,
    "name": "Incest"
  }
]
 

Users who are viewing this thread

Top