KartikTalwar / Duolingo

Unofficial Duolingo API Written in Python
MIT License
826 stars 128 forks source link

Words/Vocabulary API #16

Closed tschuy closed 9 years ago

tschuy commented 9 years ago

The various Duolingo APIs used on the /words page:

  1. https://www.duolingo.com/vocabulary/overview
  2. https://www.duolingo.com/vocabularies/size?user_id={}&language={abbreviation}
  3. https://d2.duolingo.com/api/1/dictionary/hints/{abbreviation}/{native language}?callback={callback}&tokens=[comma separated words]

If callback is null (ie, url = https://d2.duolingo.com/api/1/dictionary/hints/de/en?tokens=["am","ging","kosten"...]), it'll return just an object with the mapping.

tschuy commented 9 years ago

Implemented in #17