item_get-获得商品详情
请求参数
请求参数:num_iid=569761018076&is_promotion=1
参数说明:num_iid:淘宝商品ID
is_promotion:是否获取取促销价
响应参数
Version: Date:2022-04-04
| 名称 | 类型 | 必须 | 示例值 | 描述 |
|---|---|---|---|---|
| item | item[] | 1 | 宝贝详情数据 | |
| num_iid | Bigint | 1 | 520813250866 | 宝贝ID |
| title | String | 1 | 三刃木折叠刀过安检创意迷你钥匙扣钥匙刀军刀随身多功能小刀包邮 | 宝贝标题 |
| desc_short | String | 0 | 商品简介 | |
| promotion_price | Int | 0 | 优惠价 | |
| price | Float | 1 | 25.8 | 价格 |
| total_price | Float | 0 | 0 | |
| suggestive_price | Float | 0 | 0 | |
| orginal_price | String | 0 | 25.80 | 原价 |
| nick | String | 0 | 欢乐购客栈 | 掌柜昵称 |
| num | Int | 0 | 3836 | 库存 |
| min_num | Int | 0 | 0 | 最小购买数 |
| detail_url | String | 0 | item.taobao.com/item.htm?id… | 宝贝链接 |
| pic_url | String | 1 | //gd2.alicdn.com/imgextra/i4/2596264565/TB2p30elFXXXXXQXpXXXXXXXXXX_!!2596264565.jpg | 宝贝图片 |
| brand | String | 0 | 三刃木 | 品牌名称 |
| brandId | Int | 0 | 8879363 | 品牌ID |
| rootCatId | Int | 0 | 50013886 | 顶级分类ID |
| cid | Int | 1 | 50014822 | |
| crumbs | Mix | 0 | [] | 导航菜单 |
| created_time | String | 0 | ||
| modified_time | String | 0 | ||
| delist_time | String | 0 | ||
| desc | String | 0 | 商品详情 | |
| desc_img | Mix | 0 | [] | 商品详情图片 |
| item_imgs | Mix | 0 | item_imgs[] | 商品图片 |
| item_weight | String | 0 | ||
| item_size | String | 0 | ||
| location | String | 0 | 发货地 | |
| express_fee | Float | 0 | 0.00 | 快递费用 |
| ems_fee | Float | 0 | EMS费用 | |
| post_fee | Float | 0 | 物流费用 | |
| shipping_to | String | 0 | 发货至 | |
| has_discount | Boolean | 0 | false | 是否有优惠 |
| video | video[] | 0 | 商品视频 | |
| is_virtual | String | 0 | ||
| sample_id | String | 0 | 商品风格标识ID | |
| is_promotion | Boolean | 0 | false | 是否促销 |
| props_name | String | 0 | 1627207:1347647754:颜色分类:长方形带开瓶器+送工具刀卡+链子;1627207:1347647753:颜色分类:椭圆形带开瓶器+送工具刀卡+链子; | 商品属性名。格式为pid1:vid1:name1:value1;pid1:vid2:name2:value2。 |
| prop_imgs | prop_imgs[] | 0 | 商品属性图片列表 | |
| property_alias | String | 0 | 20509:9974422:36;1627207:28326:红色;20509:9975710:38;1627207:28326:红色;20509:9981357:40;1627207:28326:红色 | 销售属性值别名。格式为pid1:vid1:alias1;pid1:vid2:alia2。 |
| props | Mix | 0 | [{ "name": "产地","value": "中国" }] | 商品属性 |
| total_sold | Int | 0 | ||
| skus | skus[] | 0 | 商品规格信息列表 | |
| seller_id | Int | 0 | 2844096782 | 卖家ID |
| sales | Int | 0 | 138 | 销量 |
| shop_id | Int | 0 | 151372205 | 店铺ID |
| props_list | Mix | 0 | {20509:9974422: 尺码:36} | 商品属性 |
| seller_info | seller_info[] | 1 | 卖家信息 | |
| tmall | Boolean | 0 | false | 是否天猫 |
| error | String | 0 | 错误信息 | |
| warning | String | 0 | 警告信息 | |
| url_log | Mix | 0 | [] | |
| favcount | Int | 0 | 0 | |
| fanscount | Int | 0 | 0 | |
| method | String | 0 | item_tmall:pget_item | |
| promo_type | String | 0 | ||
| props_img | Mix | 0 | 1627207:28326": "//img.alicdn.com/imgextra/i2/2844096782/O1CN01VrjpXt1zyCc9DvERE_!!2844096782.jpg | 属性图片 |
| shop_item | Mix | 0 | [] | |
| relate_items | Mix | 0 | [] |
请求示例Curl PHP PHPsdk JAVA C# Python
-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=569761018076&is_promotion=1"
示例响应
Request address:
api-gw.onebound.cn/taobao/item…
&num_iid=569761018076&is_promotion=1&cache=no&&lang=zh-CN&secret=
---------------------------------------
Result Object:
---------------------------------------
{
"item": {
"num_iid": "569761018076",
"title": "3件装蕉内501S纯棉男士内裤运动四角裤太阳棉防夹臀平角内裤头男",
"desc_short": "",
"price": 139,
"total_price": "",
"suggestive_price": "",
"orginal_price": 139,
"nick": "bananain蕉内旗舰店",
"num": 200,
"detail_url": "item.taobao.com/item.htm?id…
"pic_url": "img.alicdn.com/imgextra/i4…
"brand": null,
"brandId": "",
"rootCatId": "",
"cid": 201775802,
"desc": "",
"item_imgs": [
{
"url": "img.alicdn.com/imgextra/i4…"
},
{
"url": "img.alicdn.com/imgextra/i4…"
},
{
"url": "img.alicdn.com/imgextra/i4…"
},
{
"url": "img.alicdn.com/imgextra/i3…"
},
{
"url": "img.alicdn.com/imgextra/i3…"
}
],
"item_weight": "",
"post_fee": 0,
"freight": "",
"express_fee": "",
"ems_fee": "",
"shipping_to": "",
"video": [],
"sample_id": "",
"props_name": "20509:28315:尺码:M;20509:28315:尺码:M;20509:28315:尺码:M;20509:28315:尺码:M;20509:28315:尺码:M;20509:28315:尺码:M;20509:28316:尺码:L;20509:28316:尺码:L;20509:28316:尺码:L;20509:28316:尺码:L;20509:28316:尺码:L;20509:28316:尺码:L;20509:28317:尺码:XL;20509:28317:尺码:XL;20509:28317:尺码:XL;20509:28317:尺码:XL;20509:28317:尺码:XL;20509:28317:尺码:XL;20509:28318:尺码:XXL;20509:28318:尺码:XXL;20509:28318:尺码:XXL;20509:28318:尺码:XXL;20509:28318:尺码:XXL;20509:28318:尺码:XXL;20509:28319:尺码:XXXL;20509:28319:尺码:XXXL;20509:28319:尺码:XXXL;20509:28319:尺码:XXXL;20509:28319:尺码:XXXL;20509:28319:尺码:XXXL;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫;1627207:14481319498:颜色分类:黄腰氢90度灰3;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫;1627207:14481319498:颜色分类:黄腰氢90度灰3;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫;1627207:14481319498:颜色分类:黄腰氢90度灰3;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫;1627207:14481319498:颜色分类:黄腰氢90度灰3;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫;1627207:14481319498:颜色分类:黄腰氢90度灰3;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"prop_imgs": {
"prop_img": [
{
"properties": "1627207:2873431678",
"url": "img.alicdn.com/imgextra/i4…"
},
{
"properties": "1627207:15523884600",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:14481319498",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:2225113277",
"url": "img.alicdn.com/imgextra/i3…"
},
{
"properties": "1627207:18973492490",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:18973492491",
"url": "img.alicdn.com/imgextra/i4…"
}
]
},
"props_imgs": {
"prop_img": [
{
"properties": "1627207:2873431678",
"url": "img.alicdn.com/imgextra/i4…"
},
{
"properties": "1627207:15523884600",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:14481319498",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:2225113277",
"url": "img.alicdn.com/imgextra/i3…"
},
{
"properties": "1627207:18973492490",
"url": "img.alicdn.com/imgextra/i1…"
},
{
"properties": "1627207:18973492491",
"url": "img.alicdn.com/imgextra/i4…"
}
]
},
"property_alias": "",
"props": [
{
"name": "品牌",
"value": "Bananain/蕉内"
},
{
"name": "功能",
"value": "运动"
},
{
"name": "材质",
"value": "棉"
},
{
"name": "尺码",
"value": "M L XL XXL XXXL"
},
{
"name": "图案",
"value": "纯色"
},
{
"name": "风格",
"value": "简约"
},
{
"name": "腰型",
"value": "中腰"
},
{
"name": "适用性别",
"value": "情侣"
},
{
"name": "颜色分类",
"value": "氢30度灰+氢70度灰+黄腰氢90度灰 氢灰绿+鸦青+藕紫 黄腰氢90度灰3 氢白+氢30度灰+黄腰氢90度灰 氢白+氢30度灰+氢70度灰 氢灰绿+氢藏蓝+氢沙粉"
},
{
"name": "面料俗称",
"value": "棉质面料"
},
{
"name": "上市时间",
"value": "2018年夏季"
},
{
"name": "款号",
"value": "3T-BU501S-P"
},
{
"name": "成分含量",
"value": "81%(含)-95%(含)"
},
{
"name": "服装款式细节",
"value": "一片式"
},
{
"name": "适用对象",
"value": "青年"
},
{
"name": "款式",
"value": "平角裤"
},
{
"name": "裆部材质",
"value": "纯棉"
},
{
"name": "销售渠道类型",
"value": "商场同款(线上线下都销售)"
},
{
"name": "裆部材质成分",
"value": "棉95% 聚氨酯弹性纤维(氨纶)5%"
},
{
"name": "大身材质成分",
"value": "棉95% 聚氨酯弹性纤维(氨纶)5%"
},
{
"name": "条数",
"value": "3条"
}
],
"total_sold": "-1",
"skus": {
"sku": [
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:2873431678",
"properties_name": "20509:28315:尺码:M;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"quantity": 37,
"sku_id": "3661926921869"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:15523884600",
"properties_name": "20509:28315:尺码:M;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫",
"quantity": 19,
"sku_id": "4409117145195"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:14481319498",
"properties_name": "20509:28315:尺码:M;1627207:14481319498:颜色分类:黄腰氢90度灰3",
"quantity": 23,
"sku_id": "3661926921857"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:2225113277",
"properties_name": "20509:28315:尺码:M;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"quantity": 29,
"sku_id": "4651011082516"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:18973492490",
"properties_name": "20509:28315:尺码:M;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰",
"quantity": 0,
"sku_id": "4409117145196"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28315;1627207:18973492491",
"properties_name": "20509:28315:尺码:M;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"quantity": 13,
"sku_id": "4106666055373"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:2873431678",
"properties_name": "20509:28316:尺码:L;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"quantity": 106,
"sku_id": "3661926921870"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:15523884600",
"properties_name": "20509:28316:尺码:L;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫",
"quantity": 75,
"sku_id": "4409117145199"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:14481319498",
"properties_name": "20509:28316:尺码:L;1627207:14481319498:颜色分类:黄腰氢90度灰3",
"quantity": 86,
"sku_id": "3661926921858"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:2225113277",
"properties_name": "20509:28316:尺码:L;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"quantity": 36,
"sku_id": "4651011082522"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:18973492490",
"properties_name": "20509:28316:尺码:L;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰",
"quantity": 0,
"sku_id": "4409117145200"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28316;1627207:18973492491",
"properties_name": "20509:28316:尺码:L;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"quantity": 42,
"sku_id": "4106666055378"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:2873431678",
"properties_name": "20509:28317:尺码:XL;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"quantity": 0,
"sku_id": "3661926921871"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:15523884600",
"properties_name": "20509:28317:尺码:XL;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫",
"quantity": 0,
"sku_id": "4409117145203"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:14481319498",
"properties_name": "20509:28317:尺码:XL;1627207:14481319498:颜色分类:黄腰氢90度灰3",
"quantity": 42,
"sku_id": "3661926921859"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:2225113277",
"properties_name": "20509:28317:尺码:XL;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"quantity": 5,
"sku_id": "4651011082528"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:18973492490",
"properties_name": "20509:28317:尺码:XL;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰",
"quantity": 0,
"sku_id": "4409117145204"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28317;1627207:18973492491",
"properties_name": "20509:28317:尺码:XL;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"quantity": 0,
"sku_id": "4106666055383"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:2873431678",
"properties_name": "20509:28318:尺码:XXL;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"quantity": 0,
"sku_id": "4154661609271"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:15523884600",
"properties_name": "20509:28318:尺码:XXL;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫",
"quantity": 0,
"sku_id": "4409117145207"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:14481319498",
"properties_name": "20509:28318:尺码:XXL;1627207:14481319498:颜色分类:黄腰氢90度灰3",
"quantity": 37,
"sku_id": "3661926921860"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:2225113277",
"properties_name": "20509:28318:尺码:XXL;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"quantity": 3,
"sku_id": "4651011082534"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:18973492490",
"properties_name": "20509:28318:尺码:XXL;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰",
"quantity": 0,
"sku_id": "4409117145208"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28318;1627207:18973492491",
"properties_name": "20509:28318:尺码:XXL;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"quantity": 0,
"sku_id": "4106666055388"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:2873431678",
"properties_name": "20509:28319:尺码:XXXL;1627207:2873431678:颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"quantity": 0,
"sku_id": "4620303758795"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:15523884600",
"properties_name": "20509:28319:尺码:XXXL;1627207:15523884600:颜色分类:氢灰绿+鸦青+藕紫",
"quantity": 3,
"sku_id": "4620303758790"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:14481319498",
"properties_name": "20509:28319:尺码:XXXL;1627207:14481319498:颜色分类:黄腰氢90度灰3",
"quantity": 10,
"sku_id": "4620303758789"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:2225113277",
"properties_name": "20509:28319:尺码:XXXL;1627207:2225113277:颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"quantity": 14,
"sku_id": "4651011082540"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:18973492490",
"properties_name": "20509:28319:尺码:XXXL;1627207:18973492490:颜色分类:氢白+氢30度灰+氢70度灰",
"quantity": 39,
"sku_id": "4620303758794"
},
{
"price": 139,
"total_price": 0,
"orginal_price": 207,
"properties": "20509:28319;1627207:18973492491",
"properties_name": "20509:28319:尺码:XXXL;1627207:18973492491:颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"quantity": 0,
"sku_id": "4620303758791"
}
]
},
"seller_id": "3035493001",
"sales": 4000,
"shop_id": "336050880",
"props_list": {
"1627207:2873431678": "颜色分类:氢30度灰+氢70度灰+黄腰氢90度灰",
"1627207:15523884600": "颜色分类:氢灰绿+鸦青+藕紫",
"1627207:14481319498": "颜色分类:黄腰氢90度灰3",
"1627207:2225113277": "颜色分类:氢白+氢30度灰+黄腰氢90度灰",
"1627207:18973492490": "颜色分类:氢白+氢30度灰+氢70度灰",
"1627207:18973492491": "颜色分类:氢灰绿+氢藏蓝+氢沙粉",
"20509:28315": "尺码:M",
"20509:28316": "尺码:L",
"20509:28317": "尺码:XL",
"20509:28318": "尺码:XXL",
"20509:28319": "尺码:XXXL"
},
"seller_info": {
"nick": "bananain蕉内旗舰店",
"item_score": 4.8777,
"score_p": 4.91696,
"delivery_score": 4.92178,
"shop_type": "",
"user_num_id": "3035493001",
"sid": "336050880",
"title": "",
"zhuy": "shop336050880.taobao.com",\
"cert": null,
"open_time": "",
"credit_score": null,
"shop_name": "bananain蕉内旗舰店"
},
"tmall": true,
"error": "",
"location": "浙江杭州",
"data_from": "Ha",
"has_discount": "false",
"is_promotion": "false",
"promo_type": null,
"props_img": {
"1627207:2873431678": "img.alicdn.com/imgextra/i4…
"1627207:15523884600": "img.alicdn.com/imgextra/i1…
"1627207:14481319498": "img.alicdn.com/imgextra/i1…
"1627207:2225113277": "img.alicdn.com/imgextra/i3…
"1627207:18973492490": "img.alicdn.com/imgextra/i1…
"1627207:18973492491": "img.alicdn.com/imgextra/i4…
},
"format_check": "ok",
"desc_img": [],
"shop_item": [],
"relate_items": []
},
"error": "",
"secache": "c819cef0033a5e73a9db22ca6b042ef4",
"secache_time": 1665206574,
"secache_date": "2022-10-08 13:22:54",
"translate_status": "",
"translate_time": 0,
"language": {
"default_lang": "cn",
"current_lang": "cn"
},
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:83 max:10000 all[157=83+31+43];expires:2030-12-31",
"execution_time": "1.432",
"server_time": "Beijing/2022-10-08 13:22:54",
"client_ip": "106.6.32.64",
"call_args": {
"num_iid": "569761018076",
"is_promotion": "1"
},
"api_type": "taobao",
"translate_language": "zh-CN",
"translate_engine": "baidu_api",
"server_memory": "6.01MB",
"request_id": "gw-3.6341092d5d66b",
"last_id": "1268723153"
}