curl --request GET \
--url https://api.rewind.rest/v1/running/eddington \
--header 'Authorization: Bearer <token>'{
"number": 11,
"explanation": "You have run at least 11 miles on at least 11 days",
"progress": {
"target": 12,
"days_completed": 9,
"runs_needed": 3
}
}Returns the Eddington number and progress toward the next target.
curl --request GET \
--url https://api.rewind.rest/v1/running/eddington \
--header 'Authorization: Bearer <token>'{
"number": 11,
"explanation": "You have run at least 11 miles on at least 11 days",
"progress": {
"target": 12,
"days_completed": 9,
"runs_needed": 3
}
}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.