Open APIs or Webhooks for Student Data

I was wondering if Code.org was considering opening up some of their API endpoints or maybe make available some webhooks for teacher accounts.

Specifically I would like to:

  1. Receive notifications when students submit work.
  2. Search/filter student data. The progress dashboard is fine but something that came up last year was that I wanted to know what percentage of students completed a particular lesson or unit and the only way for me to tell was to go to the class progress and visually eyeball it or count up each lesson topic for each student.

I don’t mind working with apis or webhooks. I ended up just writing a program to scrape the data. But it would be a lot easier if there was a better dashboard, open apis, webhooks or any/all of the options.

Would you mind sharing the program you wrote? I’ve been trying to do something similar in Google Sheets by importing the data from the teacher dashboard to no avail.