+ 26
[SOLVED] Has SoloLearn API?
How I can catch my profile's data(score, history etc)?
6 Réponses
+ 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
+ 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
+ 13
@Burey: Could you provide a little more information about that? Or a link to an explanation?
+ 11
@Burey Oh, thanks. I will try to learn this
+ 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
- 1
https://code.sololearn.com/W3uvbnR8w8tO/?ref=app