Hello,
Is there a way to return the keywords for each movie using the discover endpoint? I couldn't find any mention of this on the docs or in the Trello roadmap.
I realised that if I only get the keywords ids I would need to cross reference the names from anoter source, but there is no endpoint to list all movie keywords. It's probably a bad idea anyways since it would add to the first loading time and require some storing/updating.
Thanks!
How I would use this feature: I'm working on an advanced search feature that highlights the movie card's title , genres, and tags that match with the search params. This would allow the user to quickly see how well each entry matches with their desired results.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2023 年 11 月 02 日 10:54上午
Hi @alexandreargm,
This is not possible. The only option you have is to make a query to the movie keywords endpoint.
In cases like this, it probably makes sense for you to bring the data in house and customize the schema to your app.
alexandreargm 的回复
于 2023 年 11 月 02 日 5:25下午
I see. Thanks for the quick reply