Suporte do The Movie Database

How can retrieve a list of all movies for my autocomplete box for searching purposes.

4 respostas (na página 1 de 1)

Jump to last post

Hi jobmwaniki17@yahoo.com,

We don't provide any data dumps for something like this. We do however support autocomplete searching natively with /movie/search. We even support it on the /search/multi endpoint as well.

https://api.themoviedb.org/3/search/movie?api_key=###&query=inc
https://api.themoviedb.org/3/search/movie?api_key=###&query=ince
https://api.themoviedb.org/3/search/movie?api_key=###&query=incep
https://api.themoviedb.org/3/search/movie?api_key=###&query=incept

Most JS components will support an remote data source. Keep in mind you will likely have to use JSONP with a callback.

Cheers.

Thank you Travis

@travisbell said:

Hi jobmwaniki17@yahoo.com,

We don't provide any data dumps for something like this. We do however support autocomplete searching natively with /movie/search. We even support it on the /search/multi endpoint as well.

https://api.themoviedb.org/3/search/movie?api_key=###&query=inc
https://api.themoviedb.org/3/search/movie?api_key=###&query=ince
https://api.themoviedb.org/3/search/movie?api_key=###&query=incep
https://api.themoviedb.org/3/search/movie?api_key=###&query=incept

Most JS components will support an remote data source. Keep in mind you will likely have to use JSONP with a callback.

Cheers.

Can you please tell me how can I implement autocomplete search feature in Android App, since you mentioned that autocomplete searching natively with /movie/search

Would I have to make a new search call with each letter typed to update the autocomplete suggestion list?

I have no experience with Android, but yes, you would have to issue a new search for every letter. Most autocomplete components are a bit smarter than this though, and don't send a new call for every key press. Instead, they usually use a timer and only send the input of the input every 500ms (for example).

You'll have to see what options you have for Android.

Não consegue encontrar um certo Filme ou Série? Inicie Sessão e adicione-o.

Geral

s focus the search bar
p abrir menu do perfil
esc close an open window
? open keyboard shortcut window

Em páginas de Média

b go back (or to parent when applicable)
e ir para a página de edição

Em Páginas de Temporadas de Séries

(seta para a direita) ir para a próxima temporada
(seta para a esquerda) ir para a temporada anterior

Em Páginas de Episódios de Séries

(seta para a direita) ir para o próximo episódio
(seta para a esquerda) ir para o episódio anterior

Em Todas as Páginas de Imagens

a abrir janela para adicionar imagem

Em Todas as Páginas de Edição

t open translation selector
ctrl+ s submit form

Em Páginas de Discussão

n criar uma nova discussão
w toggle watching status
p toggle public/private
c toggle close/open
a abrir actividade
r reply to discussion
l ir para a última resposta
ctrl+ enter submit your message
(seta para a direita) página seguinte
(seta para a esquerda) página anterior

Definições

Deseja classificar ou adicionar este item a uma lista?

Iniciar Sessão

Ainda não é um membro?

Crie uma Conta e Adere a Comunidade