I Built a Free ExerciseDB Alternative (1,300+ Exercises with GIF Animations)
Furkan Uruk
A few months ago I was building a fitness app and needed a good exercise API. ExerciseDB was the obvious choice — but it routes through RapidAPI, has unpredictable pricing, and the free tier is basically unusable at 10 req/day. So I built my own: WorkoutX — a clean REST API with 1,300+ exercises, GIF animations, and transparent pricing. Here's what it looks like in practice: Get exercises by body part const res = await fetch ( ' https://api.workoutxapp.com/exercises?bodyPart=chest ' , { headers
Tags
