Who would like a public SoloLearn API? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Who would like a public SoloLearn API?

Wouldn't it be great if SoloLearn included a public API for use in the code playground? It would add a lot more possibilities for console based languages like C#, C++ and Java. We could use JSON for things like SoloLearn statistics, maybe even message other users to create our own chat app. Look at the SoloLearnFriendFinder I created in C# as an example: https://code.sololearn.com/cK7xYX5wQqV5/?ref=app

22nd Jan 2017, 4:40 PM
Niels Koomen
Niels Koomen - avatar
4 Answers
+ 6
SoloLearn already has a private API at https://api.sololearn.com that uses json objects to communicate with the backend of this app. But it has security tokens and we're not supposed to use it. If you use a packet sniffer with SSL capabilities you can view the communication. If they make part of it public, it would be a great training for learning to use APIs and json. Because it uses json, you can use it with any language that has web capabilities.
22nd Jan 2017, 9:30 PM
Niels Koomen
Niels Koomen - avatar
+ 5
I would do. A tutorial on it would also be nice. But since SoloLearn is about learning the basics of many languages and bringing programming to people who've never done it, not in-depth coverage of a small set of languages, it would have to be available in many languages (at least C#, C++, Python and Ruby).
22nd Jan 2017, 9:15 PM
Maike
+ 1
Hey everyone. Here is a partial SoloLearn API. See the post for further details. https://www.sololearn.com/post/2445/?ref=app
21st May 2018, 6:20 PM
Amey Bhavsar
Amey Bhavsar - avatar
0
@Amey I can't access you code example.
9th Apr 2019, 12:36 AM
John Paul Grefaldo
John Paul Grefaldo - avatar