kitsu season trends
1.0.0
目前正在播放的動畫的 Kitsu 季節趨勢
所有數據均可免費使用,可從以下位置取得:
./data或線上season.moe/data/{year}-{season}.jsonseason.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.0yarn 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 許可下發布