i_pranavmehta's blog

By i_pranavmehta, history, 5 months ago, In English

Hi Community,

A few college coding clubs had requested the api access for the ACD Ladders ( as they wanted to integrate it in their websites); however I felt it might help more souls hence made the endpoints publicly accessible (a few days ago). Just wanted to share incase someone might be interested in using the ladder problems here!

You can read more about the underlying algo here

The endpoints are as follows: (v2 is the version which Acodedaily.com by default uses)

for v1 https://acodedaily.com/api/v1/ladder?startRating=XXX&endRating=XXX

for v2 https://acodedaily.com/api/v2/ladder?startRating=XXX&endRating=XXX

[NOTE: replace XXX by the ratings you require] Happy coding!

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

For me acodedaily is not accessible is it taken down or something ?

  • »
    »
    4 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    It was transient because of some testing we were doing for the latest referral portal. It's back now!