xem
xem copied to clipboard
Feat: Get Id of other Provider from API
Hello,
I want to request a feature if possible, as XEM seems to be the only resource that has both the AniDB ID and TVDB ID for a show.
It would be a great help to many projects, especially mine (https://github.com/noggl/AniPlanrr), if there was a way to query the database for the aniDB IDs associated with a TVDBID or vice versa. Something like https://thexem.info/map/allIDs?origin=tvdb
could return "305089": [{"11370":1},{"14792":2},{"15593":3}]
.
Thank you for your consideration.
Just to confirm you did see my post here: https://github.com/noggl/AniPlanrr/issues/3#issuecomment-1581785625
I did, yes! Thank you for that, it's very helpful info.
What I'm finding is that I could get titles from the API, but not the IDs from any other provider. They do seem to be related in the database, since the webpage for shows display both, but I can't seem to get that same information via the api.
did you ever find a solution to this? i'm trying to query an absolute episode on tvdb and get the corresponding anidb id out the other side. i'm able to get the season number and episode number but not the anidb id for the season.