フレンドに関する情報を取得することができます。
GET friends/list
フレンド一覧を取得します。
エンドポイント
https://api.chunirec.net/1.3/friends/list.json
仕様
- 応答形式: JSON
- アクセストークン: 必須
パラメーター
名前 | 必須 | 説明 | 例 | 既定値 |
---|---|---|---|---|
token | 必須 | アクセストークン |
リクエスト例
GET https://api.chunirec.net/1.3/friends/list.json?token=YOUR_TOKEN HTTP/1.1
応答例
Status: 200 OK
{
"users" : [
{
"user_id": 2,
"user_name": "chunirec",
"player_name": "CHUNIREC",
"rating": 15.21,
"rating_max": 15.25,
"updated_on": "2020-11-04",
"is_protected": true,
"is_accepted": true,
"incoming": false
},
{
"user_id": 3595,
"user_name": "snb0sn",
"player_name": "snb0sn",
"rating": 15.01,
"rating_max": 15.19,
"updated_on": "2020-12-02",
"is_protected": true,
"is_accepted": true,
"incoming": true
}
]
}