-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
Bryan Chen edited this page Mar 23, 2026
·
1 revision
Compares Blue and Red compositions and returns scoring + breakdown data.
{
"blue": ["Aatrox", "Vi", "Syndra", "Kai'Sa", "Nautilus"],
"red": ["K'Sante", "Sejuani", "Taliyah", "Xayah", "Rakan"]
}{
"score": 49.04,
"blue": {
"wincon": ["front_to_back"],
"synergy": 5.6,
"comfort": 0,
"counter": 0.15,
"summary": "..."
},
"red": {
"wincon": ["front_to_back"],
"synergy": 5.61,
"comfort": 0,
"counter": 0.06,
"summary": "..."
}
}