question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request: Call to get daily XP totals for past 7 days

See original GitHub issue

I want to recreate the Graph that displays the XP score for the last 7 days on a Tidbyt device: https://www.tidbyt.com

Currently the API let’s you get the current daily XP score for right now, but I’d really like a call that also returns the total XP achieved for each of the past 7 days. Maybe something like this:

# Sample Response
{
    'xp_1dayago': 105, 
    'xp_2daysago': 48, 
    'xp_3daysago': 207, 
    'xp_4daysago': 0, 
    'xp_5daysago': 86, 
    'xp_6daysago': 54, 
}

Would this be at all possible? Is there any way to get this data from Duolingo?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
saltedlollycommented, Apr 7, 2022

I thought you might be interested to see what I built: https://twitter.com/saltedlolly/status/1512107599747067913

1reaction
igorskhcommented, Apr 4, 2022

@igorskh, could you tell me where you took that API screenshot? I have previously searched for documentation on Duolingo’s API, but had little success. What you have in that screenshot is certainly the kind of thing I would be interested in looking at.

@golmschenk I have a repo with openAPI docs https://github.com/igorskh/duolingo-api

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spreadsheet - Total Daily XP and XP per Level - Reddit
I made a spreadsheet showing the total daily experience you can get in open beta (not including quests, which are variable ofc).
Read more >
Easy Methods to Level Up Fast in Fortnite Chapter 3 Season 3
Fortnite Chapter 3 Season 3 Level Up Guide. Easy Methods to Level Up Fast and Unlock All Rewards of the Battle Pass. In...
Read more >
Fortnite Chapter 3 Season 2 - YouTube
How to Complete All Milestones Guide in Fortnite Chapter 3 Season 2. How to Unlock & Complete All Milestone Quests.
Read more >
Pokémon Go XP sources list: How to get XP fast in Pokémon Go
How to get XP fast in Pokémon Go with various XP farming methods, as well as an XP sources list.
Read more >
Fortnite Chapter 3 Season 4: How much XP do you need to ...
Getting a lot of XP right off the bat is possible since Epic Games has released several challenges on day one. However, reaching...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found