File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - `tag`: 标签,可以多次出现。`且` 关系。
2727 - `air_date`: 播出日期/发售日期。`且` 关系。
2828 - `rating`: 用于搜索指定评分的条目。`且` 关系。
29+ - `rating_count`: 用于按照评分人数筛选条目。`且` 关系。
2930 - `rank`: 用于搜索指定排名的条目。`且` 关系。
3031 - `nsfw`: 使用 `include` 包含NSFW搜索结果。默认排除搜索NSFW条目。无权限情况下忽略此选项,不会返回NSFW条目。
3132
@@ -110,6 +111,14 @@ paths:
110111 - ' >=6'
111112 - <8
112113 description : 用于搜索指定评分的条目,多值之间为 `且` 关系。
114+ rating_count :
115+ type : array
116+ items :
117+ type : string
118+ example :
119+ - ' >=200'
120+ - <5000
121+ description : 用于按照评分人数筛选条目,多值之间为 `且` 关系,格式与 `rating` 相同。
113122 rank :
114123 type : array
115124 items :
@@ -4063,6 +4072,7 @@ components:
40634072 - id
40644073 - type
40654074 - staff
4075+ - eps
40664076 - name
40674077 - name_cn
40684078 type : object
@@ -4075,6 +4085,10 @@ components:
40754085 staff :
40764086 title : Staff
40774087 type : string
4088+ eps :
4089+ title : Eps
4090+ type : string
4091+ description : 参与章节/曲目
40784092 name :
40794093 title : Name
40804094 type : string
You can’t perform that action at this time.
0 commit comments