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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 2 novembre 2023 à 10h54
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.
Réponse de alexandreargm
le 2 novembre 2023 à 17h25
I see. Thanks for the quick reply