Skip to content
Paul Dilyard edited this page Apr 12, 2015 · 13 revisions

NOT YET IMPLEMENTED

Number of people registered each month

GET /stats/registrations

HTTP/1.1 200 OK
{
  "months": [
    {
      "name": String,  // the name of the month
      "count": Number  // the number of registrations in that month
    }
  ]
}

Get the t-shirt size distribution

GET /stats/shirts

HTTP/1.1 200 OK
{
  "small": Number,
  "medium": Number,
  "large": Number,
  "xlarge": Number 
}

Clone this wiki locally