Giter Site home page Giter Site logo

yashchaudhari008 / codechef-cards-api Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 73 KB

[NO LONGER MAINTAINED] A REST API to get codechef user details.

Home Page: https://codechef-cards-api.onrender.com/mad_008

License: MIT License

Java 96.72% Dockerfile 3.28%
java api hacktoberfest jsoup jsoup-html rest-api restful-api server spring-boot

codechef-cards-api's Introduction

Codechef Cards API

GitHub repo size GitHub

A REST API to get codechef user details. Made using Spring Boot and jsoup.


๐Ÿ“ฉ Request Format

https://codechef-cards-api.onrender.com/{username}

๐Ÿ“ Example URL

https://codechef-cards-api.onrender.com/mad_008

โœ‰๏ธ Response Format

{
    "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"
}

๐Ÿ–ฅ Apps Using This API

  1. Codechef Cards

๐Ÿƒโ€ Runnning Locally

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.

๐Ÿค Contributing

Check CONTRIBUTING.md before contributing or making a PR. ๐Ÿ‘

NOTE :- For major changes, please open an issue first to discuss and then proceed further.

๐Ÿ’โ€โ™‚๏ธ Contributors

Made with contrib.rocks.

๐Ÿ“ƒ License

Distributed under the MIT License. See LICENSE for more information.

codechef-cards-api's People

Contributors

vijay1155 avatar yashchaudhari008 avatar

Stargazers

 avatar

Watchers

 avatar

codechef-cards-api's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.