get_user_contest_ranking
Retrieve LeetCode user contest rankings, including participation history, overall rank, and performance metrics, tailored by username and participation status.
Instructions
Retrieves a user's contest ranking information on LeetCode, including overall ranking, participation history, and performance metrics across contests
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attended | No | Whether to include only the contests the user has participated in (true) or all contests (false); defaults to true | |
username | Yes | LeetCode username to retrieve contest ranking information for |