Skip to main content

Free vs Paid

1,500 exercises with 180p GIFs. No authentication required, just call the hosted API directly.
curl -X GET "https://oss.exercisedb.dev/api/v1/exercises"

Free API Docs

Full endpoint reference for the free tier.

Schema

{
  "exerciseId": "EIeI8Vf",
  "name": "barbell bench press",
  "gifUrl": "https://static.exercisedb.dev/media/EIeI8Vf.gif",
  "targetMuscles": ["pectorals"],
  "bodyParts": ["chest"],
  "equipments": ["barbell"],
  "secondaryMuscles": ["triceps", "shoulders"],
  "instructions": [
    "Step:1 Lie flat on a bench with your feet flat on the ground...",
    "Step:2 Grasp the barbell with an overhand grip...",
    "Step:3 Lift the barbell off the rack...",
    "Step:4 Lower the barbell slowly towards your chest...",
    "Step:5 Pause for a moment when the barbell touches your chest.",
    "Step:6 Push the barbell back up to the starting position...",
    "Step:7 Repeat for the desired number of repetitions."
  ]
}
FieldTypeDescription
exerciseIdstringUnique exercise identifier
namestringExercise name
gifUrlstringSingle animated GIF URL
bodyPartsstring[]Target body regions
targetMusclesstring[]Primary muscles worked
secondaryMusclesstring[]Supporting muscles
equipmentsstring[]Required equipment
instructionsstring[]Step-by-step guide

Media

Every exercise includes rich media served from a fast CDN.
Media resolution and availability depends on your plan. The free tier includes 180p GIFs only. Multi-resolution images and GIFs (360p–1080p) are available on the paid RapidAPI tier.
A single GIF per exercise.
"gifUrl": "https://static.exercisedb.dev/media/EIeI8Vf.gif"

Perfect For

Display targeted exercise data with rich visuals, muscle diagrams, and step-by-step instructions inside your app.
Build structured programs using body part targeting, difficulty levels, and exercise types.
Equip trainers with detailed exercise breakdowns, equipment requirements, and related exercise suggestions.
Filter by equipment, difficulty, and muscle groups to build progressive overload programs.

Resources

API Reference

Full endpoint details, parameters, and response shapes.

Website

Pricing, demos, and more about EXERCISEB V1.
Last modified on March 23, 2026