Get authenticated Duolingo profile
duolingo_get_authenticated_profileRetrieve detailed Duolingo authenticated profile data including daily XP, streaks, and practice time by supplying a user ID or username.
Instructions
Fetch the richer authenticated profile for a Duolingo user id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | No | Duolingo numeric user id. Defaults to DUOLINGO_USER_ID. | |
| username | No | Used only to resolve userId when no userId is provided. |