Skip to content
shinp.info API Docs
Search
K
Main Navigation
ガイド
APIリファレンス
shinp.info
Appearance
Menu
Return to top
楽曲コメント取得
GET
/api/v1/song/{songId}/comment
指定された楽曲のコメント一覧を取得する。
Parameters
Responses
200
コメント一覧
Content-Type
application/json
Schema
JSON
JSON
{
"success"
:
true
,
"data"
:
{
"comments"
:
[
]
}
}
GET
/api/v1/song/{songId}/comment
Samples
Powered by
VitePress OpenAPI