JSON object of users from MLH (Including dropped applications):

Do NOT share this URL.

Get registered hackers only:

JSON CSV

Gender:

Schools:

Majors:

Counts:

Total Attendees Waitlist Checked In
{{ total_count }} {{ (total_count - waitlist_count) }} {{ waitlist_count }} {{ check_in_count }}

Shirts:

XXS XS S M L XL XXL
{{ shirt_count['XXS'] }} {{ shirt_count['XS'] }} {{ shirt_count['S'] }} {{ shirt_count['M'] }} {{ shirt_count['L'] }} {{ shirt_count['XL'] }} {{ shirt_count['XXL'] }}

Hackers:

{% for hacker in hackers %} {% endfor %}
Options Checked In? Waitlisted? Admin MLH ID Time Registered Email Name Phone Shirt Special School
{{ hacker['checked_in'] }} {{ hacker['waitlisted'] }} {{ hacker.is_admin }} {{ hacker['id'] }} {{ hacker['registration_time'] }} {{ hacker['email'] }} {{ hacker['first_name'] + ' ' + hacker['last_name'] }} {{ hacker['phone'] }} {{ hacker['shirt_size'] }} {{ hacker['accomodations'] }} {{ hacker['school'] }}