The Movie Database 支持

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 回复(第 1 页,共 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.

找不到电影或节目?登录并创建它吧。

全站通用

s 聚焦到搜索栏
p 打开个人资料菜单
esc 关闭打开的窗口
? 打开键盘快捷键窗口

在媒体页面

b 返回(或返回上级)
e 进入编辑页面

在电视季页面

(右箭头)下一季
(左箭头)前一季

在电视集页面

(右箭头)下一集
(左箭头)上一集

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

t 打开翻译选择器
ctrl+ s 提交

在讨论页面

n 创建新讨论
w 切换关注状态
p 设为公开 / 私密讨论
c 关闭 / 开放讨论
a 打开活动页
r 回复讨论
l 跳转至最新回复
ctrl+ enter 发送信息
(右箭头)下一页
(左箭头)前一页

设置

想给这个条目评分或将其添加到片单中?

登录

还不是会员?

注册加入社区