MoviebaseApp / tmdb-kotlin

🎬 Modern powerful TMDB API to fetch movies and TV shows for Kotlin Multiplatform.
https://www.moviebase.app
Apache License 2.0
205 stars 20 forks source link

How to Fetch Alternative Titles? #126

Closed ARSOFT1 closed 8 months ago

ARSOFT1 commented 9 months ago

Library Version: 1.2.0

Description: I am trying to fetch alternative titles for movies or shows. I've looked at the code, but I couldn't find information on how to achieve this. Can someone provide guidance to retrieve alternative titles? While I can see on TMDB Documentation API of Alternative Titles ==> https://api.themoviedb.org/3/movie/550/alternative_titles?api_key=""

ChrisKruegerDev commented 8 months ago

You can create a new instance Tmdb3().movie.getDetails(), the response should have the alternative titles. Check the doc here https://developer.themoviedb.org/reference/intro/getting-started