A REST API to get codechef user details. Made using Spring Boot and jsoup.
https://codechef-cards-api.onrender.com/{username}
https://codechef-cards-api.onrender.com/mad_008
{
"data": {
"username": {String},
"name": {String},
"isActiveUser": {Boolean},
"rating": {Integer},
"highestRating": {Integer},
"stars": {Integer},
"globalRank": {Long || null},
"countryRank": {Long || null},
"problemFullySolved": {Long},
"problemPartiallySolved": {Long},
"contestParticipated": {Integer},
"country": {String}
},
"status": "success"
}
Open project in IDE of your choice (IntelliJ Recommended) and execute main
method of CodechefCardsApiApplication.java
💡 Pro Tip - Use this JSON Formatter Chrome Extension to view in a structured format.
Check CONTRIBUTING.md before contributing or making a PR. 👍
- You can find issues to work on here.
- Found a bug? or have a good suggestion create a fresh issue here.
NOTE :- For major changes, please open an issue first to discuss and then proceed further.
Made with contrib.rocks.
Distributed under the MIT License. See LICENSE for more information.