get_live_scene
GET
/openapi/kwaiUser/live/scene
一级分类词汇对照表
英文 | 中文 |
---|---|
pc | PC游戏 |
pcHand | 手机游戏 |
event | 媒体和政务直播 |
pcShow | 其他 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.kuaishou.com/openapi/kwaiUser/live/scene ?app_id=string&app_id=&access_token=string&access_token='
响应示例响应示例
200 - 成功 - 示例 1
{
"result": 0,
"content": {
"games": {
"pc": [
{
"id": 0,
"name": "string",
"icon": "string",
"category": "string",
"screenType": 0,
"launchUrls": [
"string"
],
"offline": true,
"backgroundUrl": "string",
"game": true
}
],
"pcShow": [
{
"id": 0,
"name": "string"
}
],
"event": [
{
"id": 0,
"name": "string"
}
]
}
},
"hostName": "string"
}
请求参数
Query 参数
app_id
string
必需
示例值:
string
access_token
string
必需
示例值:
string
返回响应
修改于 2021-11-23 08:50:55