Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя direction_

Автор direction_, история, 19 месяцев назад, По-английски

Is there any way still like I can get basic user information for their codechef profile like handle, contest rating, country Ranking, Globel Ranking, and the total number of questions solved all time?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
4 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hey, see if this helps- https://codechef-api.vercel.app/{username} replace {username} with your codechef id

  • »
    »
    4 месяца назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks

  • »
    »
    3 месяца назад, # ^ |
    Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

    This api doesnt work for me my username for codechef is sanjaysrocks

    API Response

    {
        "success": false,
        "error": {}
    }
    
    • »
      »
      »
      3 месяца назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      Upon checking out the github repo of the api, it seems to me that it only fetches data for user with an active rating. You can try using the api for an account with rating.

      • »
        »
        »
        »
        3 месяца назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        I am active on codechef from last 10 days and have some stats. The api doesnt work.

        • »
          »
          »
          »
          »
          3 месяца назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится

          Seriously dude are you not aware of the rating concept?

          The api ONLY works for users who have participated in a rated contest and have an ACTIVE RATING (for example I am a 4 star (rating: 1844) on codechef. You are unrated on CC.

          Atleast have complete knowledge about a platform before nullifying someone's hard work.

  • »
    »
    3 месяца назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    It's working.