We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/kphrx/ZenzaWatch で使ってるAPI等書き出してトラッキング
host: https://www.nicovideo.jp
https://www.nicovideo.jp
GET /api/watch/v3/:watchId
GET /api/watch/v3_guest/:watchId
currently host: https://nv-comment.nicovideo.jp
https://nv-comment.nicovideo.jp
POST /v1/threads
POST /v1/threads/:threadId/comments
POST /v1/threads/:threadId/nicorus
host: https://nvapi.nicovideo.jp
https://nvapi.nicovideo.jp
GET /v1/comment/keys/thread
threadKey
GET /v1/comment/keys/post
postKey
GET /v1/comment/keys/nicoru
nicoruKey
POST /v1/watch/:watchId/access-rights/hls
POST /v1/watch/:watchId/access-rights/storyboard
kphrx/ZenzaWatch#9 (comment)
GET /v1/playlist/series/:seriesId
GET /v1/playlist/channel-uploaded/:channelId
GET /v1/playlist/user-uploaded/:userId
GET /v1/playlist/mylist/:mylistId
GET /v1/playlist/watch-later
GET /v1/playlist/search
GET /v1/2ab0cbaa/watch
PUT /v1/users/me/watch/history/playback-position
POST /v1/users/me/likes/items
GET /v1/videos/:videoId/tags
POST /v1/videos/:videoId/tags
DELETE /v1/videos/:videoId/tags
GET /v1/users/me/watch-later
POST /v1/users/me/watch-later
PUT /v1/users/me/deflist/items/:itemId
DELETE /v1/users/me/watch-later
POST /v1/users/me/copy-mylist-items
POST /v1/users/me/move-mylist-items
GET /v1/users/me/mylists
POST /v1/users/me/mylists
GET /v1/users/me/mylists/:mylistId
PUT /v1/users/me/mylists/:mylistId
DELETE /v1/users/me/mylists/:mylistId
POST /v1/users/me/mylists/:mylistId/items
PUT /v1/users/me/mylists/:mylistId/items/:itemId
DELETE /v1/users/me/mylists/:mylistId/items
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Endpoints
https://github.com/kphrx/ZenzaWatch で使ってるAPI等書き出してトラッキング
www api
host:
https://www.nicovideo.jp
GET /api/watch/v3/:watchId
ログイン時。視聴履歴に残る (Make API requests via wrapper library #3)GET /api/watch/v3_guest/:watchId
ゲスト時 (Make API requests via wrapper library #3)nv comment
currently host:
https://nv-comment.nicovideo.jp
POST /v1/threads
コメントスレッド (Make API requests via wrapper library #3)POST /v1/threads/:threadId/comments
コメント投稿POST /v1/threads/:threadId/nicorus
ニコるnvapi
host:
https://nvapi.nicovideo.jp
コメントキー
GET /v1/comment/keys/thread
threadKey
取得GET /v1/comment/keys/post
postKey
取得GET /v1/comment/keys/nicoru
nicoruKey
取得domand URL
POST /v1/watch/:watchId/access-rights/hls
動画URL (Make API requests via wrapper library #3)POST /v1/watch/:watchId/access-rights/storyboard
シーンサーチ画像レシピプレイリスト
kphrx/ZenzaWatch#9 (comment)
GET /v1/playlist/series/:seriesId
シリーズ (Make API requests via wrapper library #3)GET /v1/playlist/channel-uploaded/:channelId
チャンネル動画 (Make API requests via wrapper library #3)GET /v1/playlist/user-uploaded/:userId
ユーザー動画 (Make API requests via wrapper library #3)GET /v1/playlist/mylist/:mylistId
マイリスト (Make API requests via wrapper library #3)GET /v1/playlist/watch-later
あとで見る (Make API requests via wrapper library #3)GET /v1/playlist/search
キーワード検索activate license key
GET /v1/2ab0cbaa/watch
dmc.nico のサーバーで暗号化されてる?動画に必要履歴
PUT /v1/users/me/watch/history/playback-position
レジューム位置送信いいね
POST /v1/users/me/likes/items
いいね動画タグ
GET /v1/videos/:videoId/tags
タグ一覧POST /v1/videos/:videoId/tags
タグ追加DELETE /v1/videos/:videoId/tags
タグ削除あとで見る(旧・とりあえずマイリスト)
GET /v1/users/me/watch-later
あとで見る取得POST /v1/users/me/watch-later
あとで見るに追加PUT /v1/users/me/deflist/items/:itemId
あとで見る内動画のメモ編集DELETE /v1/users/me/watch-later
あとで見るから削除POST /v1/users/me/copy-mylist-items
マイリストにコピーPOST /v1/users/me/move-mylist-items
マイリストに移動マイリスト
GET /v1/users/me/mylists
マイリスト一覧POST /v1/users/me/mylists
マイリスト作成GET /v1/users/me/mylists/:mylistId
マイリスト取得PUT /v1/users/me/mylists/:mylistId
マイリスト編集DELETE /v1/users/me/mylists/:mylistId
マイリスト削除POST /v1/users/me/mylists/:mylistId/items
マイリストに追加PUT /v1/users/me/mylists/:mylistId/items/:itemId
マイリスト内動画のメモ編集DELETE /v1/users/me/mylists/:mylistId/items
マイリストから削除POST /v1/users/me/copy-mylist-items
他のマイリストにコピーPOST /v1/users/me/move-mylist-items
他のマイリストに移動The text was updated successfully, but these errors were encountered: