GET http://127.0.0.1:5000/api/lichess-analytics/game-length?timeControl=rapid status: 200 OK content-type: application/json; charset=utf-8 durationMs: 7
{ "data": [ { "ratingBand": "700-900", "avgMoves": 26.7, "medianMoves": null, "shortGames": 40.2, "longGames": 5, "drawAvgMoves": 48.7, "decisiveAvgMoves": 25.3, "sampleGames": 49133 }, { "ratingBand": "900-1100", "avgMoves": 28.5, "medianMoves": null, "shortGames": 34.8, "longGames": 5.6, "drawAvgMoves": 50.7, "decisiveAvgMoves": 27.3, "sampleGames": 41879 }, { "ratingBand": "1100-1300", "avgMoves": 30.1, "medianMoves": null, "shortGames": 29.4, "longGames": 5.9, "drawAvgMoves": 51.1, "decisiveAvgMoves": 29.1, "sampleGames": 35587 }, { "ratingBand": "1300-1500", "avgMoves": 31.6, "medianMoves": null, "shortGames": 25.4, "longGames": 7, "drawAvgMoves": 53.8, "decisiveAvgMoves": 30.6, "sampleGames": 29959 }, { "ratingBand": "1500-1800", "avgMoves": 33.4, "medianMoves": null, "shortGames": 20.8, "longGames": 7.5, "drawAvgMoves": 53.6, "decisiveAvgMoves": 32.5, "sampleGames": 23297 }, { "ratingBand": "1800-2000", "avgMoves": 35.7, "medianMoves": null, "shortGames": 15.9, "longGames": 9, "drawAvgMoves": 54.8, "decisiveAvgMoves": 34.6, "sampleGames": 19755 } ] }