How to get actors from movies? I used this https://api.themoviedb.org/3/movie/{movie_id}?api_key= but there is no actor info.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 14 august 2020 la ora 8:48 PM
Yes, it is this API Request.
Just add the resource "& append_to_response =" with the additional parameters you need or want.
Like for example Alternative Titles, Changes, Credits, External IDs, Images, Keywords, Release Dates, Videos, Translations etc...
See here https://developers.themoviedb.org/3/getting-started/append-to-response
And here https://developers.themoviedb.org/3/movies/get-movie-details
Is your previous question resolved?
https://www.themoviedb.org/talk/5f35c11cefcea900359391ed
If it is, you can close.
Răspuns de shokrani
pe data de 14 august 2020 la ora 11:13 PM
Thanks so much. Both of issue is resolved but I don't know how to close the question.
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 14 august 2020 la ora 11:19 PM
On the left side, the option Close Discussion.
Thank you.
Răspuns de colinalive
pe data de 14 decembrie 2023 la ora 6:31 AM
What values are included in the parameter append_to_response? I didn't find his exact content. Where is it?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 14 decembrie 2023 la ora 7:14 AM
Humm
It's been a while since I created this list.
I'm not really sure if it's still correct.
I believe that all that use the searched item (movie/tv/people) ID.
Separated by comma. 20 items max
Example for movie: &append_to_response=external_ids,keywords,translations
MOVIES
Get Account States = account_states
Get Alternative Titles = alternative_titles
Get Changes = changes
Get Credits = credits
Get External IDs = external_ids
Get Images = images
Get Keywords = keywords
Get Lists = lists
Get Recommendations = recommendations
Get Release Dates = release_dates
Get Reviews = reviews
Get Similar Movies = similar
Get Translations = translations
Get Videos = videos
Get Watch Providers = watch/providers
TV
Get Account States =
Get Aggregate Credits =
Get Alternative Titles =
Get Changes =
Get Content Ratings =
Get Credits =
Get Episode Groups =
Get External IDs =
Get Images =
Get Keywords =
Get Recommendations =
Get Reviews =
Get Screened Theatrically =
Get Similar TV Shows =
Get Translations =
Get Videos =
Get Watch Pro =
PEOPLE
Get Changes =
Get Movie Credits =
Get TV Credits =
Get Combined Credits =
Get External IDs =
Get Images =
Get Tagged Images =
Get Translations =