curl --request GET \
--url https://api.rewind.rest/v1/running/streaks \
--header 'Authorization: Bearer <token>'{
"data": {
"current": {
"days": 0,
"start": null,
"end": null
},
"longest": {
"days": 8,
"start": "2020-05-09",
"end": "2020-05-16"
}
}
}Returns current and longest running streaks.
curl --request GET \
--url https://api.rewind.rest/v1/running/streaks \
--header 'Authorization: Bearer <token>'{
"data": {
"current": {
"days": 0,
"start": null,
"end": null
},
"longest": {
"days": 8,
"start": "2020-05-09",
"end": "2020-05-16"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.