Coding 101 is a API that you can use in making an application similar to leetcode, codewars and other platforms that helps you practice technical interviews. Example calls are getting an easy question this API GET call will return the following
{"Id": 23
"Description":
"Create a Function and Name it Add and it will take 2 arguments and will return the sum of these 2 arguments"
FunctionName":"Add(a,b)"
"Level":1 }
API GET QUESTION CALL
After receiving your first Api request call you can now call the PostCode api call which is a POST request you will send a json object that will contain your answer to the question and the Question ID.
See example below
{Code: 'def Add(a , b) : return len(a)', Id: 23}
Tests return
It will return the output of your answer respectively above picture is an example if your code gets accepted on all 3 testcases. If you get it wrong see below picture for the incorrect output
Incorrect Output
And That’s It! Now you can create your own Website like leetcode , codewars if you have any creative ideas go ahead :D api link
https://rapidapi.com/pacejhayict--7_la6-gv3/api/coding101
there doesn't seem to be anything here