Skip to content
Martijn van Exel edited this page May 5, 2013 · 6 revisions

You need to be logged in for all API calls except the first one.

GET /api/challenges

Get challenges, either one at a time, or as a list.


GET /api/challenges/<challenge_id>/meta

Metadata on a challenge identified by challenge_id


GET /api/challenges/<challenge_id>/stats

Statistics about a challenge identified by challenge_id


GET /api/challenges/<challenge_id>/tasks/<task_id>

Get a specific task identified by task_id for the challenge identified by challenge_id


PUT /api/challenges/<challenge_id>/tasks/<task_id>

Update the task identified by task_id for the challenge identified by challenge_id


GET /api/user/preferences

Get user preferences


PUT /api/user/preferences/<key> -

Update user preference identified by key

Clone this wiki locally