The Movie Database Support

Hi, I'm trying to use the Google sheet function IMPORTDATA to get some specific data to sheets:

IMPORTDATA("https://api.themoviedb.org/3/movie/"&A2&"&apikey=MYAPYKEY") (the idea is that formula put in B1 picks up movie ID from the cell A1)

but it's not working , error reported - "Could not fetch url: https://api.themoviedb.org/3/movie/1184918?&apikey=...."

What did I miss? In API connector extension, URL works fine, but I need that formula to pull the movie ID from the previous cell (A column) in every row

For OMDB, the same formula works fine - pulls the data with no problem: IMPORTDATA("https://omdbapi.com/?i="&A1&"&apikey=MYAPIKEY")

5 svar (på sida 1 av 1)

Jump to last post

I didn't check if IMPORTDATA is working, but your query should use "?" instead of "&".

Do you mean in A1 part where the previous cell is called, like this - "?A1?" instead of "&A1&" ?

=IMPORTDATA("https://api.themoviedb.org/3/movie/"?A1?"&apikey=MYAPYKEY")

Doesn't work either way (same if I change & to ? , before the apikey= part). I also tried with API KEY and with API Read Access Token, no success

It doesn't work even with static movie ID. like this (with or without my API key added):

=IMPORTDATA("https://api.themoviedb.org/3/movie/343611&apikey=MYAPIKEY")

Is there any other function that should be called instead to pull the data in the cell, - IMPORTXML, IMPORTHTML or what? or some parameters have to be added / changed in IMPORTDATA?

Any help highly appreciated.

No. I mean before the API key.

  • "?" should be used before the parameters
  • "&" should be used to separate the parameters.

In this case, there is only one parameter (the API key), so you should use "?" in front of it.

Also, the API key parameter is called "api_key", not "apikey".

Yes, that's it. I don't know how I missed it; should've drink the coffee first, wouldn't mess the syntax :)

It works now: =IMPORTDATA("https://api.themoviedb.org/3/movie/"&A2&"?api_key=MYAPIKEY")

Is there a way to add parameters to the function to return / call only these:

  • videos.results.1.key
  • backdrop_path
  • tagline

@vedranst said:

Is there a way to add parameters to the function to return / call only these:

  • videos.results.1.key
  • backdrop_path
  • tagline

No.

Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.

Globala

s fokus på sökrutan
p öppna profilmenyn
esc stäng ett öppet fönster
? öppna tangentbordsgenväg fönstret

På mediasidor

b gå tillbaka (eller till förälder när det är tillämpligt)
e gå till redigerings sidan

På tv-säsongssidor

(höger pil) gå till nästa säsong
(vänster pil) gå till den föregående säsongen

På tv-avsnittssidor

(höger pil) gå till nästa avsnitt
(vänster pil) gå till föregående avsnitt

På alla bildsidor

a öppna lägg till bild fönstret

På alla redigeringssidor

t öppna översättnings väljaren
ctrl+ s skicka förmulär

På diskussionssidor

n skapa ny diskussion
w växla sedd-status
p växla offentligt/privat
c växla stäng/öppna
a öppna aktivitet
r svara på diskussionen
l gå till det senaste svaret
ctrl+ enter skicka ditt meddelande
(höger pil) nästa sida
(vänster pil) föregående sida

Inställningar

Vill du betygsätta denna artikel eller lägga till den i en lista?

Logga in