annict.api.API.my_works

API.my_works(fields=None, filter_ids=None, filter_season=None, filter_title=None, filter_status=None, page=None, per_page=None, sort_id=None, sort_season=None, sort_watchers_count=None)[source]

Get the information of the work you are setting status.

Reference:

https://docs.annict.com/ja/api/v1/me-works.html

Parameters:
  • fields (list of str) – (optional) Narrow down the fields of data contained in the response body.
  • filter_ids (list of int) – (optional) Filter results by IDs.
  • filter_season (str) – (optional) Filter results by release time of season.
  • filter_title (str) – (optional) Filter results by title.
  • filter_status (str) – (optional) Filter results by status. You can specify wanna_watch, watching, watched, on_hold, stop_watching.
  • page (int) – (optional) Specify the number of pages.
  • per_page (int) – (optional) Specify how many items to acquire per page.
  • sort_id (str) – (optional) Sort the results by their ID. You can specify asc or desc.
  • sort_season (str) – (optional) Sort the results by their release time of season. You can specify asc or desc.
  • sort_watchers_count (str) – (optional) Sort the results by their watchers count. You can specify asc or desc.
Returns:

list of Work objects.

Return type:

annict.models.ResultSet