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?
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 20 April 2017 kl. 7:15 PM
This is fixed, it was a bug I slipped in a few days ago. Sorry about that.
Svar av tgunguntale
den 21 April 2017 kl. 12:42 AM
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"
Svar av Travis Bell
den 21 April 2017 kl. 11:20 AM
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.