Skip to content

Trakt Ids not uniq ? #377

Discussion options

You must be logged in to vote

Not sure if I'm looking at a different set of IDs or endpoint usage to you but it looks like you might be confusing/mixing two different source IDs?
Looks like the Lucifer episode has trakt ID 2037955 but the 9-1-1 episode has trakt ID 3875399, whereas it does have "the same" ID of 2037955 but for tmdb.

GET https://api.trakt.tv/shows/lucifer/seasons/1?extended=full

        "season": 1,
        "number": 8,
        "title": "Et Tu, Doctor?",
        "ids": {
            "trakt": 2037955,
            "tvdb": 5531464,
            "imdb": "tt4952854",
            "tmdb": 1165518,
            "tvrage": 1065885231
        },

GET https://api.trakt.tv/shows/9-1-1/seasons/3?extended=full

        "…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rectifyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants