Hi, I just noticed that the endpoint is only returning
{
"media_type": "movie",
"id": 118340
},
instead of the whole object. The same applies to favorite/watchlist/rated
did something change?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 20 de abril de 2017 a las 19:15
This is fixed, it was a bug I slipped in a few days ago. Sorry about that.
Contestado por tgunguntale
el 21 de abril de 2017 a las 00:42
On a separate note, am I missing something or is there only 20 recommendations per movie ID.... For example "https://api.themoviedb.org/3/movie/9654/recommendations?api_key={APIKEY}&language=en-US&page=1" returns the same results as "https://api.themoviedb.org/3/movie/9654/recommendations?api_key={APIKEY}&language=en-US&page=2"
Contestado por Travis Bell
el 21 de abril de 2017 a las 11:20
Hi @tgunguntale At this time, we only return 20 recommended items. You'll notice that the
total_results
field says20
. This may change in the future.