API: How to get themes

Avatar image for nanashi001
Nanashi001

5

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I am trying to create an API wrapper to gather data for tagging comics. I have already gotten most of the data I want, but am unable to find any point where I could get the themes from. Having those would allow me to add them as genres/tags to enable finer filtering.

Is there some endpoint I can access? While I could use the site_detail_url to parse the website, I would like to avoid that and use the API.

Any answer is appreciated.