[SOLVED] Has SoloLearn API? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 25

[SOLVED] Has SoloLearn API?

How I can catch my profile's data(score, history etc)?

20th Jul 2017, 9:34 PM
Вап
6 Answers
+ 35
the SL API is not publicly accessible there are other methods to get some partial information (any info that is visible in a user web page) by making request for the HTML content of a user page and filtering the data
20th Jul 2017, 10:30 PM
Burey
Burey - avatar
+ 22
@JMQ i can do better ;) a code i made some time ago to get a user name, XP, level with a known id https://code.sololearn.com/W6f4L3q0CFKI/?ref=app
4th Jan 2018, 7:59 PM
Burey
Burey - avatar
+ 13
@Burey: Could you provide a little more information about that? Or a link to an explanation?
4th Jan 2018, 5:30 PM
JMQ
JMQ - avatar
+ 11
@Burey Oh, thanks. I will try to learn this
20th Jul 2017, 10:32 PM
Вап
+ 6
Based on Burey's implementation of the API, I have made a more Graphical User Interface that feels more familiar. Leave a like if this works for you! https://code.sololearn.com/WgLl957bG3y1/?ref=app
21st May 2018, 6:06 PM
Amey Bhavsar
Amey Bhavsar - avatar
- 1
https://code.sololearn.com/W3uvbnR8w8tO/?ref=app
9th Jan 2020, 6:00 AM
Sarthak
Sarthak - avatar