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!