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
بتاريخ نوفمبر 2, 2023 في 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
بتاريخ نوفمبر 2, 2023 في 5:25 مساءا
I see. Thanks for the quick reply