get
引數
意義備註
q查詢關鍵字
q和tag必傳其一
tag查詢的tag
q和tag必傳其一
start
取結果的offset
預設為0
count
取結果的條數
預設為20,最大為100
get
對於授權使用者,返回資料中會帶有該使用者對該圖書的收藏資訊:
,
"updated":"2012-11-2012:08:04",
"user_id":"33388491",
"book_id":"6548683",
"id":605519800
}}
引數:id(電影的id,數字型別)
如:電影《神秘巨星》
request properties:
property
description
type
basic
advance
premium
default
qquery string
stryyy
-tag
tag query string
stryyy
-start
start
intyyy
0count
count
intyyy
20resources properties:
property
description
type
basic
advance
premium
default
start
start
intyyy
0count
count
intyyy
20total
總數, basic最多隻返回20條記錄
intyyy
0query
搜尋字串
stryyy
-tag
搜尋標籤
stryyy
-subjects
搜尋結果列表
arrayyy
y-****** subject properties
property
description
type
basic
advance
premium
default
id條目id
stryyy
-title
中文名stryy
y-original_title
原名stryy
y''alt條目url
float(1)yy
y-images
電影海報圖,分別提供288px x 465px(大),96px x 155px(中) 64px x 103px(小)尺寸
dictyy
y-rating
評分dictyy
y-pubdates
如果條目型別是電影則為上映日期,如果是電視劇集則為首播日期
arrayny
yyear
年代stryy
y''subtype
條目分類, movie或者tv
stryyy
movie
get
搜尋**
get
?q=張韶涵&count=1
?tag=日韓 引數
意義備註
q查詢關鍵字
q和tag必傳其一
tag查詢的tag
q和tag必傳其一
start
取結果的offset
預設為0
count
取結果的條數
或者使用nginx進行** nginx**豆瓣api-解決403
最近api經常報錯(報錯資訊):原因是沒有新增apikey
解決:
在引數中新增apikey:
php 豆瓣api 本地呼叫豆瓣API
呼叫豆瓣的api,報錯 剛開始學php,求大腿幫忙解決 頁面搜尋 js go click function elseelse var sq input val ajax type get url datatype json data q sq,count 10 success function da...
豆瓣api介面
獲取正在熱映的電影 訪問引數 start 資料的開始項 count 單頁條數 city 城市 獲取電影top250 訪問引數 start 資料的開始項 count 單頁條數 獲取即將上映電影 訪問引數 start 資料的開始項 count 單頁條數 電影搜尋 訪問引數 start 資料的開始項 co...
前端開發API 豆瓣開放API
目錄前言 具體api 1 豆瓣熱映 2 電影top250 3 電影條目檢索 4 條目詳情 前後端的分離,在和後端對接之前,前端開發人員除錯的時候,總是面對沒有真實資料的尷尬地位。雖然有mock.js可以模擬資料,但是始終只是在本地進行模擬。而豆瓣提供的這些公開的介面,相信可以滿足大部分前端的開發。遺...