The Movie Database Support

I am using request /movie/ {movie id}. As a result, there are collections to which the movie belongs. BUT only their identifiers and name are there. How can I add collection details (overview) here or do I have to make two requests?

Example: ```id: 258...., "name": "collection name", "poster_path": "path", "backdrop_path": "path"


And I else need a _overview_ field

1 reply (on page 1 of 1)

Jump to last post

@higher_08 said:
Append detail of collection
I am using request /movie/ {movie id}.
As a result, there are collections to which the movie belongs.
BUT only their identifiers and name are there.
How can I add collection details (overview) here or do I have to make two requests?

Example: ```id: 258....,
"name": "collection name",
"poster_path": "path",
"backdrop_path": "path"


And I else need a _overview_ field  

Yes. Make 2 API Requests. Using your example.
For this film: https://www.themoviedb.org/movie/256-antoine-et-colette
This API Request for Movie details
https://api.themoviedb.org/3/movie/256?api_key=THE_KEY&language=en-US
In the reply you will see the Collection ID, 185682

adult   false
backdrop_path   "/ymtwNtiuZwbYa1Vetp68VOGgrw3.jpg"
belongs_to_collection   
id  185682
name    "The Adventures of Antoine Doinel"
poster_path "/66hyq0YtgBjrfT2kB1YJu33UDcy.jpg"
backdrop_path   null
budget  0
genres  

Then the API Request for the Collection details
See here https://developers.themoviedb.org/3/collections/get-collection-details
https://api.themoviedb.org/3/collection/185682?api_key=THE_KEY&language=en-US

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login