79442482

Date: 2025-02-16 01:43:36
Score: 1
Natty:
Report link

Perhaps rather than using Python's Duolingo API, you use Duolingo's. The site, tschuy.com, has a list of options that can be used in Duolingo's own API. If you want to skip reading the article, simply use the base url of https://www.duolingo.com/api/1, and use one of these options.

  1. GET /version_info
  2. GET /users/show?id={user_id} or /users/show?username={username}
  3. GET /store/get_items
  4. POST /me/switch_language (This requires the parameter learning_language. An example of this could be learning_language: fr to change your language to French)
  5. GET /version_info/dictionary/hints/{target}/{source}?tokens=[“word1”,”word2”,...]
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: CaringCoder