Hi all, I'm really enjoying the /discover feature, and just discovering your API in general. Is there a way other than just searching collections to discover them?
I tried to "discover" collections but got a status 34.
@jesaispascoder said: Ways to organically discover collections?
Hi all, I'm really enjoying the /discover feature, and just discovering your API in general.
Is there a way other than just searching collections to discover them?
I tried to "discover" collections but got a status 34.
Cheers!
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
ticao2 🇧🇷 pt-BR 的回复
于 2024 年 08 月 23 日 9:53上午
Problems with API Request
In order for someone to help you with API Request questions,
it is critical that you post here the API Request you are sending to the TMDb server.
Remember to replace your Key with MY_KEY , YOUR_KEY , THE_KEY , or something like that.
Not the programming code/script you used to build the API Request.
But the API Request that is sent to the TMDb server.
Or the API Request you would like to send.
Travis Bell 的回复
于 2024 年 08 月 23 日 11:10上午
Hi @jesaispascoder,
Unfortunately, not really. There's really only 2 ways that collections are discovered right now.
belongs_to_collection
field that is returned on movie detail callsOption 2 can be made a bit easier by using our daily ID exports. Those details can be found here.
jesaispascoder 的回复
于 2024 年 09 月 04 日 6:48上午
Fantastic! Thank you both for your responses! I'm having a lot of fun working with this project!