Duolingo courses with different base language

Is it possible to add support for all Duolingo courses regardless of your mother tongue? My language is Polish and I’d like to track Spanish (hiszpański) that’s been recently added. But I can’t select it from the dropdown unfortunately.

I’ll try to figure out myself with curlminder, in case I have a solution, I’ll post it here.

Ok, I see it takes “spanish” but whatever your current course is.

So in my case when I did 1 lesson in PL-ES, it resetted my existing goal for EN-ES.

I will find a workaround somehow :slight_smile:

I found this endpoint: https://www.duolingo.com/2017-06-30/users/XXXXX?fields=courses

that returns your courses with a field XP. From there, you can use Curl integration to scrape xp and ChatGPT will tell you correct RegEx. Also, you need to select “I report cumulative total” in goal settings.

So you can reimplement Duolingo integration with some more flexibility using Curl integration.

1 Like