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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on November 2, 2023 at 10:54 AM
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.
Reply by alexandreargm
on November 2, 2023 at 5:25 PM
I see. Thanks for the quick reply