We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://solved.ac/api/v3/user/grass?handle=w8385&topic=default
{ "grass": List<Grass>, "theme": string, "currentStreak": number, "longestStreak": number, "topic": enum["default", "today-solved", "today-solved-max-tier"] }
{ "grass": [ { "date": "2024-10-03", "value": "frozen" }, { "date": "2023-11-25", "value": "frozen" }, { "date": "2023-08-12", "value": 8 }, ... ], "theme": "tier_diamond", "currentStreak": 758, "longestStreak": 758, "topic": "today-solved-max-tier" }
today-solved
today-solved-max-tier
The text was updated successfully, but these errors were encountered:
No branches or pull requests
예시
https://solved.ac/api/v3/user/grass?handle=w8385&topic=default
스킴
JSON
속성별 정보
today-solved
이면 value는 그 날짜에 푼 문제의 개수입니다.today-solved-max-tier
이면 value는 그 날짜에 푼 문제 중 최고 티어의 레이팅입니다.The text was updated successfully, but these errors were encountered: