kitsu season trends
1.0.0
当前正在播放的动画的 Kitsu 季节趋势
所有数据均可免费使用,可从以下位置获取:
./data
或在线season.moe/data/{year}-{season}.json
season.moe/msgpack/{year}-{season}.msgpack
属性名称被压缩以节省存储空间和带宽。
数据按播出季节分组 - 冬季、春季、夏季和秋季/秋季。
自 2022 年 1 月起,上一赛季与当前赛季同步更新。
{
data : [
{
i : 12 , // Kitsu anime ID
t : 'One Piece' , // Canonical title
u : 0 , // Subtype (0: TV, 1: ONA)
n : 0 , // 0: Leftover, 1: New
d : [ // Data array containing each daily update
{
i : 0 , // Index
d : 450263 , // Hours since epoch (x3600000 to get datetime)
w : 82.19 , // Wilson's confidence level (0.95) out of 100 (omitted if 0)
l : 82.4 , // Laplace smoothing out of 100 (omitted if 0)
p : 100359.75 , // Upvotes, ratings >= 3 out of 5, omitted if 0)
o : 21433.25 , // Downvotes, ratings < 3 out of 5, omitted if 0)
r : 121793 , // Users Rated (omitted if 0)
u : 186101 , // Users (omitted if 0)
f : 6578 // Users Favourited (omitted if 0)
}
]
}
] ,
meta : {
current : 52 , // Total started airing this season
total : 226 // Total shows being tracked
} ,
updated : '2021-05-13T23:03:55.841Z' // ISO date of the last cron update
}
{
data : [
{
i : 0 // index
d : 450263 , // Hours since epoch (x3600000 to get datetime)
w : 82.19 // Wilson's confidence level (0.95) out of 100 (omitted if 0)
l : 82.4 // Laplace smoothing out of 100 (omitted if 0)
p : 100359.75 // Upvotes, ratings >= 3 out of 5, omitted if 0)
o : 21433.25 // Downvotes, ratings < 3 out of 5, omitted if 0)
r : 121793 // Users Rated (omitted if 0)
u : 186101 // Users (omitted if 0)
f : 6578 // Users Favourited (omitted if 0)
}
] ,
meta : {
i : 12 , // Kitsu anime ID
t : 'One Piece' , // Canonical title
u : 0 , // Subtype (0: TV, 1: ONA)
}
}
>= 2.0.0
>= 8.0.0
>= 1.0.0
yarn start
- 实时重新加载本地服务器yarn lint
- lint 源代码yarn build
- 从源代码构建yarn cron
- 手动运行 cron 任务来获取新数据分叉仓库
克隆存储库( git clone https://github.com/{yourusername}/api-docs.git
)
创建一个新分支( git checkout -b improve-docs
)
安装依赖项( yarn install
)
在源文件中进行适当的更改
检查您的更改是否存在问题( yarn test
)
提交您的更改( git commit -am 'Improve docs'
)
推送到您的分支( git push origin improve-docs
)
创建拉取请求
所有代码均在 MIT 许可下发布