获取淘宝/天猫分类详情的API演示过程

cat_get-获得淘宝分类详情  注册开通

onebound.taobao.cat_get

公共参数

名称 类型 必须 描述
key String 调用key(必须以GET方式拼接在URL中)
secret String 调用密钥
api_name String API接口名称包括在请求地址中)[item_search,item_get,item_search_shop等]
cache String [yes,no]认yes,将调用缓存的数据,速度比较快
result_type String [json,jsonu,xml,serialize,var_export]返回数据格式,认为json,jsonu输出内容中文可以直接阅读
lang String [cn,en,ru]翻译语言,认cn简体中文
version String API版本

请求参数

请求参数:cid=50008141

参数说明:cid:商品分类ID,可以用cid=0来获得所有一级类目

响应参数

Version: Date:

名称 类型 必须 示例值 描述
info Mix 0 分类信息
item Mix 0 子分类id:子分类名称

请求示例

	
-- 请求示例 url 认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/cat_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&cid=50008141"

响应示例

{
	"items": {
		"item": [
			{
				"id": "50008141",
				"name": "酒类",
				"pid": "",
				"root_id": "",
				"sub": [
					{
						"id": "50008144",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "国产白酒",
						"note": ""
					},
					{
						"id": "50008146",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "啤酒",
						"note": ""
					},
					{
						"id": "50008148",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "其他酒类",
						"note": ""
					},
					{
						"id": "50013003",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "葡萄酒",
						"note": ""
					},
					{
						"id": "50514003",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "洋酒",
						"note": ""
					},
					{
						"id": "201218711",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "露酒/果酒",
						"note": ""
					},
					{
						"id": "201222505",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "酒类提货券",
						"note": ""
					},
					{
						"id": "201232704",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "黄酒/米酒",
						"note": ""
					},
					{
						"id": "201232908",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "养生酒",
						"note": ""
					},
					{
						"id": "201324202",
						"pid": "50008141",
						"root_id": "50008141",
						"name": "葡萄酒(新)",
						"note": ""
					}
				]
			}
		]
	},
	"translate_status": "",
	"translate_time": 0,
	"language": {
		"default_lang": "cn",
		"current_lang": "cn"
	},
	"error": "",
	"reason": "",
	"error_code": "0000",
	"cache": 0,
	"api_info": "today:67 max:10100 all[137=67+24+49];expires:2030-12-31",
	"execution_time": "0.059",
	"server_time": "Beijing/2022-08-24 14:18:58",
	"client_ip": "106.6.39.114",
	"call_args": [],
	"api_type": "taobao",
	"translate_language": "zh-CN",
	"translate_engine": "google_new",
	"server_memory": "0.82MB",
	"request_id": "gw-4.6305c2d2897e1",
	"last_id": "1172284360"
}

异常示例相关资料错误码解释

状态代码(error_code) 状态信息 详细描述 是否收费
0000 success 接口调用成功并返回相关数据
2000 Search success but no result 接口访问成功,但是搜索没有结果
4000 Server internal error 服务器内部错误
4001 Network error 网络错误
4002 Target server error 目标服务器错误
4003 Param error 用户输入参数错误 忽略
4004 Account not found 用户帐号不存在 忽略
4005 Invalid authentication credentials 授权失败 忽略
4006 API stopped 您的当前API已停用 忽略
4007 Account stopped 您的账户已停用 忽略
4008 API rate limit exceeded 并发已达上限 忽略
4009 API maintenance API维护中 忽略
4010 API not found with these values API不存在 忽略
4012 Please add api first 请先添加api 忽略
4013 Number of calls exceeded 调用次数超限 忽略
4014 Missing url param 参数缺失 忽略
4015 Wrong pagetoken 参数pagetoken有误 忽略
4016 Insufficient balance 余额不足 忽略
4017 timeout error 请求超时
5000 unkNown error 未知错误

相关文章

显卡天梯图2024最新版,显卡是电脑进行图形处理的重要设备,...
初始化电脑时出现问题怎么办,可以使用win系统的安装介质,连...
todesk远程开机怎么设置,两台电脑要在同一局域网内,然后需...
油猴谷歌插件怎么安装,可以通过谷歌应用商店进行安装,需要...
虚拟内存这个名词想必很多人都听说过,我们在使用电脑的时候...
win11本地账户怎么改名?win11很多操作都变了样,用户如果想要...