Kitsu-Saisontrends für den aktuell ausgestrahlten Anime
Alle Daten sind kostenlos nutzbar und erhältlich bei:
./data oder online season.moe/data/{year}-{season}.jsonseason.moe/msgpack/{year}-{season}.msgpack Eigenschaftsnamen werden komprimiert, um Speicherplatz und Bandbreite zu sparen.
Daten gruppiert nach Sendesaison – Winter, Frühling, Sommer und Herbst/Herbst.
Ab Januar 2022 wird die vorherige Saison parallel zur aktuellen Saison aktualisiert.
{
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 – Live-Neuladen des lokalen Serversyarn lint – Lint-Quellcodeyarn build – aus dem Quellcode erstellenyarn cron – Cron-Task manuell ausführen, um neue Daten abzurufenForken Sie das Repo
Klonen Sie das Repo ( git clone https://github.com/{yourusername}/api-docs.git )
Erstellen Sie einen neuen Zweig ( git checkout -b improve-docs )
Abhängigkeiten installieren ( yarn install )
Nehmen Sie die entsprechenden Änderungen in den Quelldateien vor
Überprüfen Sie Ihre Änderungen auf Probleme ( yarn test )
Übernehmen Sie Ihre Änderungen ( git commit -am 'Improve docs' )
Push an deinen Zweig ( git push origin improve-docs )
Erstellen Sie eine Pull-Anfrage
Der gesamte Code wurde unter der MIT-Lizenz veröffentlicht