Toggle navigation
Mr. Code's Wild Ride
Mr. Code
Curriculum
Showcase
Python
Math
Games
Typing
Sign in
Public API
The API calls below can be made with a GET request from either a browser or a server. The response will be in JSON format.
API Calls
Get Students
Get Projects
Get Students
No Sort and No Filter:
/api/students
Sort by Username:
/api/students?sort=username
Sort by Project Points:
/api/students?sort=project-points
Sort by Number of Projects:
/api/students?sort=num-projects
Sort by Challenge Points:
/api/students?sort=challenge-points
Filter by Username:
/api/students?username=nicholast
Filter by Project Points:
/api/students?project-points=500
Filter by Number of Projects:
/api/students?num-projects=50
Filter by Challenge Points:
/api/students?challenge-points=50
×
Sign in