how to get collection id in https://api.themoviedb.org/3/collection/{collection_id}?api_key=<>&language=en-US
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 18 noiembrie 2021 la ora 7:54 AM
The ID of a collection is in the URL of the Collection itself.
Example with Star Wars Collection
https://www.themoviedb.org/collection/10
In this case the ID is 10.
Then search for the collection you want
https://www.themoviedb.org/search/collection?query=star+wars
Check the menu on the left for the option Collections
Click on that option.
You will see the list of possible Collections.
Click on the one you are looking for.
And so you will arrive at the Collection page whose URL you will see the ID.
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 18 noiembrie 2021 la ora 7:55 AM
I think this subject should be in API Support.
So I'm going to move this conversation to API Support.
Răspuns de jesaispascoder
pe data de 23 august 2024 la ora 3:51 AM
This was unclear to me too as I'm getting started today.