kitsu season trends
1.0.0
現在放送中のアニメの木津シーズントレンド
すべてのデータは無料で使用でき、以下から入手できます。
./data
の JSON 形式、またはオンラインの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
- リントのソースコード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 ライセンスに基づいてリリースされています