API to list streaming services on which a show/movie is available

I would like to be able to determine what services shows and movies are available on. This could be in the extended info of a show/movie:

https://api.trakt.tv/movies/id?extended=full
...
services: [
    "netflix",
    "apple-tv"
]
...

or at it’s own endpoint:

https://api.trakt.tv/services/movie/id

Thanks

Our agreement with JustWatch doesn’t allow us to pass this info through the API. Check out the TMDB API which has it.

2 Likes