获取当前登录用户的语言能力数据列表。
Request
HTTP request
GET https://www.featapi.com/api/user/user-language/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_language |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回当前登录用户的User.Language语言能力数据列表在响应体信息。
200 Returns list of User Language successfully
{
"data": [
{
"id": 124,
"user": 7710697714770,
"locale": "en",
"name": "English",
"level": 200
},
{
"id": 126,
"user": 7710697714770,
"locale": "zh-CN",
"name": "中文(简体)",
"level": 100
},
{
"id": 136,
"user": 7710697714770,
"locale": "ja-JP",
"name": "日本語",
"level": 0
}]
}