A sandboxed REST API our advanced learners use to practice reading real documentation and building real integrations.
Authentication
Sandbox API keys are issued per cohort — ask your mentor for a training key.
Base URL
https://api.davinxicabin.example
SDKs
JavaScript and Python client wrappers, taught in the Code Creator track.
/v1/tracksList all Mastery Track study paths and their metadata./v1/tracks/{id}Fetch a single track, including lesson structure./v1/campers/{id}/progressRead a camper's completed lessons and streak data./v1/campers/{id}/submissionsSubmit a completed project for review./v1/gallery/featuredList featured camper projects shown on the homepage.This is a teaching sandbox with illustrative endpoints — not a production API. Real request handling isn't wired up in this demo.