Exercise data for products, coaches, and rehab teams
TheFitnessDB is building an exercise data platform for developers, coaches, and physios. Join the waitlist to follow the first releases.
For developer teams evaluating the API
A preview of the API shape we're building and the launch concerns we're solving before public access opens.
Structured data
Security first
Roadmap visibility
// Preview of the planned request shape
const response = await fetch(
'https://api.thefitnessdb.com/v1/exercises/{slug}',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();{
"slug": "anterior-cruciate-ligament",
"name": "Anterior Cruciate Ligament",
"anatomicalRegion": "knee",
"origin": "Anterior intercondylar fossa of the tibia",
"insertion": "Lateral surface of the medial condyle of the femur",
"function": "Resists anterior tibial translation",
"relatedExercises": ["squat", "leg-press", "hamstring-curl"],
"riskFactorOnDamage": 0.87
}For coaches planning around launch
We're shaping the coach lane around usable exercise detail, safety context, and Studio's future workflow.
Structured exercise detail
Safety context
Studio roadmap
Coach-first workflow
Frequently Asked Questions
The current direction covers exercise structure, anatomy, equipment, safety context, and multilingual content. The final launch schema will be published before public access opens.
The API is not publicly open yet. Join the waitlist and we'll send updates when early-access onboarding starts.
Rate limits are not finalized yet. We'll publish them before the first sandbox release rather than guessing early.
Typed schemas are planned, but they are not published yet. Early-access updates will cover the first developer deliverables.
No. The coach lane is being designed as a no-code workflow, and the waitlist is the best way to hear when that interface is ready.
Safety context is a core product direction, but the public coach surface is not live yet. We'll document the scope and sourcing before launch.
Not yet. Studio is the planned PDF workflow, and the waitlist is the current way to follow that release.
The public site is live in English and Spanish today. Additional exercise-content languages will follow the product launch surface.