100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 京东商品历史价格信息API接口-(item_history_price-获取商品历史价格信息API接口) 京东API接口

京东商品历史价格信息API接口-(item_history_price-获取商品历史价格信息API接口) 京东API接口

时间:2021-08-26 10:26:40

相关推荐

京东商品历史价格信息API接口-(item_history_price-获取商品历史价格信息API接口) 京东API接口

一、京东商品历史价格信息API接口-(item_history_price-获取商品历史价格信息API接口),京东API接口代码对接

1.公共参数

2.请求参数

请求参数:num_iid=63153022346

参数说明:num_iid:商品id

3.响应示例

4.请求示例(CURL、PHP 、PHPsdk 、Java 、C# 、Python…)

# coding:utf-8"""Compatible for python2.x and python3.xrequirement: pip install requests"""from __future__ import print_functionimport requests# 请求示例 url 默认请求参数已经做URL编码url = "https://wx19970108018/jd/item_history_price/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=63153022346"headers = {"Accept-Encoding": "gzip","Connection": "close"}if __name__ == "__main__":r = requests.get(url, headers=headers)json_obj = r.json()print(json_obj)

5.响应示例

{"items": {"num_iid": "63153022346","title": "京东商城安踏女鞋跑步鞋女冬季新品轻便跑鞋皮面运动鞋子休闲鞋官方旗舰网店女子运动鞋子 (革面)藕灰-2 8.5(女40)","detail_url": "/63153022346.html","pic_url": "","lower_price": "","lower_date": "","current_price": "","change_price_remark": "","item": [{"date": "-02-24","price": "159.01","discount": ""},{"date": "-02-25","price": "159.01","discount": ""},{"date": "-02-26","price": "159.01","discount": ""},{"date": "-02-27","price": "159.01","discount": ""},{"date": "-02-28","price": "159.01","discount": ""},{"date": "-03-01","price": "159.01","discount": ""},{"date": "-03-02","price": "159.01","discount": ""},{"date": "-03-03","price": "159.01","discount": ""}],"data_from": "p_zwjhl"},"error": "","reason": "","error_code": "0000","cache": 0,"api_info": "today:15 max:10000","execution_time": 0.682,"server_time": "Beijing/-03-10 16:34:02","client_ip": "106.6.35.144","call_args": [],"api_type": "jd","translate_language": "zh-CN","translate_engine": "google_cn","server_memory": "3.11MB","request_id": "gw-1.6048847a39f60"}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。