v23

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0127977.1 KB
OAuth2-specific

Get streak

Returns the current streak information (days coded in a row). Requires an OAuth2 access token (Bearer header).

get/api/v1/authenticated/streak

Response

successful

streak_daysinteger

Example response

{
  "streak_days": 5
}