@Aman123456@ said: How I get api for searching by title of the movie
I want to make a search option such that once i type the title of the movie it will reflect me on my web page.
Title search is not for "exact titles". https://developers.themoviedb.org/3/search/search-movies
There are many homonymous films or with variations of addition in the title.
So any search usually returns several movie titles.
You can choose the first item in the JSON response but it won't necessarily be what you want.
Reply by ticao2 š§š· pt-BR
on June 8, 2022 at 10:12 AM
Title search is not for "exact titles".
https://developers.themoviedb.org/3/search/search-movies
There are many homonymous films or with variations of addition in the title.
So any search usually returns several movie titles.
You can choose the first item in the JSON response but it won't necessarily be what you want.
There are plans to change this behavior.
See the To-Do List:
https://trello.com/c/FhpxaRAx/132-support-searching-for-exact-matches
https://trello.com/c/0ygbkI4F/41-implement-search-that-factors-in-querying-language?filter=exa
You can follow and vote. More votes, faster.