---
title: "用户收视进度"
method: GET
path: "/user/{username}/progress"
tags: ["用户"]
---

# 用户收视进度

`GET /user/{username}/progress`

## Path parameters

- `username` string, required

## Query parameters

- `subject_id` integer

## Response `200`

返回用户收视进度

- object[]
  - `subject_id` integer — 条目 ID
  - `eps` object[] — 章节列表
    - `id` integer — 章节 ID
    - `status` object
      - `id` 2 | 1 | 3 — 章节状态 ID
      - `css_name` string
      - `url_name` 'watched' | 'queue' | 'drop' | 'remove' — 章节状态类型
      - `cn_name` '看过' | '想看' | '抛弃' | '撤销' — 章节状态名称

## Other responses

- `401` — 未授权

## Changes

- **2018-03-03** `93fb38ef89aa` — 2 warning
  - added the new `1.00` enum value to the `items/eps/items/status/id` response property for the response status `200`
  - added the new `3.00` enum value to the `items/eps/items/status/id` response property for the response status `200`
- **2018-02-26** `53c2972105dc` — 1 breaking, 2 info
  - the response's body type changed from no type to `array` for status `200`
  - the endpoint scheme security `bangumi_auth` was added to the API
  - added the non-success response with the status `401`
- **2018-02-23** `994471d1b4f1` — 1 info
  - added the new optional `query` request parameter `subject_id`
- **2018-02-23** `305d13975624` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bangumi/apis/bangumi-api/changes/user/:username/progress/get.md)

---

[API](https://skmtc.dev/bangumi/apis/bangumi-api.md) · [All operations](https://skmtc.dev/bangumi/apis/bangumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bangumi/bangumi-api/revisions/09ae99ced656/schema)
