https://api.pixels.camp
POST /user/auth
You will need to send the following header 'Authorization: auth_token'
You will receive the user data, and cookie named sessionid, this cookie should be used for authenticated requests
Your auth_token is available on your profile page
GET /user/me
GET /users/[?count=0&offset=10]
You will receive a list of users
GET /users/:login
You will receive the user public data
GET /badges/list
GET /badges/owners/:badge_type
GET /badges/redeem/:login/:redeem_code
Feel free to contribute