I have the imdb Ids (tconst, as they call it); what I need to know is how to get the tmdb movie Id value from that imdb movie Id value (with a REST call).
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 22 n de 2020 a les 12:58 P.M.
Hi @bclayshannon,
Yes, you can use the
/find
method.As an example.
Resposta per dewanharish
el 18 i de 2023 a les 6:31 P.M.
Hi, for movies it works ... but not for shows
Resposta per Travis Bell
el 19 i de 2023 a les 3:09 P.M.
TV works just fine:
Request
Response
Resposta per jlj1950228
el 30 e de 2023 a les 6:52 P.M.
This works if pasted into the browser url window, but not with curl.
Resposta per Leon
el 31 e de 2023 a les 10:36 A.M.
It works for me with curl, using the command Travis provided above. Be sure to wrap the URL with quotation marks. If it doesn't work, provide an example curl command that doesn't work, removing your API key.
Resposta per jlj1950228
el 31 e de 2023 a les 12:43 P.M.
Hi,
Thanks for responding. I found my mistake after going through half a dozen permutations of the command line. I counted as URL from http to the question mark and quoted that and nonthing else. The entire line has to be quoted because the entire line, api key and external source option are part of the URL. Quoting the entire thing succeeded.
Thanks again, JIm J.