Is there a simple way to select all data from tmdb and get random result? I figured how to get JSON data from the API and i'm working on putting the data in the html but i'm not an expert and i'd like ideas to do that. I'm trying to build a web app and i'm studying all day a way to do this, please help!
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 12 março 2016 às 7:01 PM
Hi there,
There isn't really with a built in TMDb way but what I have told people in the past is to use the movie latest method and then what you can do is randomize a number from 1 to the latest ID you get back. This will get you a random I'd to pull the info for.
It should be noted that there are lots of deleted movies and those will return a 404, so then you can just randomize another number and try again.
Hope that helps.
Resposta de andreatersigni
em 12 março 2016 às 9:17 PM
Thank you for replying. I already read something similar in the forum but i can't figure out a practical way to do that. I'm a newbie and i don't expect anyone to write code for me but if someone can get a little bit more specific it would be very helpful.