I'm looking to create some JSON that stores all of the actors in TMDB so that I can prefetch the JSON file for use with typeahead.js. Is there anyway to do that with this API?
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 19 n de 2013 a les 4:33 P.M.
You can do something like that ya. Our person search even supports an ngram search (the
search_type
parameter) so you could query it live if you were so inclined.But, downloading your own data, caching it and querying it locally is fine to. You're free to do whatever you want, basically. Just be sure to attribute TMDb as the source.