-3

I want to ask my students to add me as their coach at khanacademy.org.

Q: What kind of data can I get from Khan Academy's API? Can I get the videos that they've watched, or their badges?

Jeff
  • 12,147
  • 10
  • 51
  • 87
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373
  • 5
    BTW, I would consider posting some initial work or research you have done already to answer this question. @MattBusche was right. – JamesRLamar Oct 18 '12 at 15:47

2 Answers2

7

It took me 3 seconds of googling to find this

From their documentation -

Videos they've watched https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Methods#wiki-user-videos

Badges they've earned - https://github.com/Khan/khan-api/wiki/Khan-Academy-API-Methods#wiki-badges

Matt Busche
  • 14,216
  • 5
  • 36
  • 61
3

From :Kahn API Explorer

Authenticated api calls will give you information about the logged in user (either a student or a coach/parent), such as videos seen, exercises completed, playlist progress and so forth. This repository's README includes helpful instructions (and a python script) for authenticated api calls. Try it out!

JamesRLamar
  • 908
  • 1
  • 11
  • 22