Annict Docs
  • Annict Docs
  • Languages
  • Annict Docs (日本語)
    • api
      • v1
        • GET /v1/users
        • overview
        • GET /v1/episodes
        • authentication
        • GET /v1/me
        • GET /v1/series
        • GET /v1/me/programs
        • GET /v1/records
        • GET /v1/works
        • GET /v1/staffs
        • GET /v1/organizations
        • GET /v1/me/following_activities
        • GET /v1/people
        • me-records
        • GET /v1/reviews
        • GET /v1/me/works
        • GET /v1/activities
        • GET /v1/characters
        • GET /v1/followers
        • POST /v1/me/statuses
        • me-reviews
        • GET /v1/casts
        • GET /v1/following
    • Summary
  • Annict Docs (English)
Powered by GitBook
On this page
  • パラメータ
  • リクエスト例

Was this helpful?

  1. Annict Docs (日本語)
  2. api
  3. v1

POST /v1/me/statuses

作品のステータスを設定することができます。

このリクエストには write スコープが必要になります。

パラメータ

名前

概要

データ例

work_id

[必須] 作品ID

1234

kind

[必須] ステータスの種類。wanna_watch (見たい), watching (見てる), watched (見た), on_hold (中断), stop_watching (中止), または no_select (未選択) が指定できます。

wanna_watch

リクエスト例

$ curl -X POST https://api.annict.com/v1/me/statuses?work_id=438&kind=watching&access_token=(access_token)
HTTP/1.1 204 No Content
PreviousGET /v1/followersNextme-reviews

Last updated 4 years ago

Was this helpful?