Get exercise by ID
Retrieve detailed information for a specific exercise. Use detail=true for additional metadata.
Path parameters
Exercise ID
Exercise ID
Query parameters
Return detailed information with additional metadata
Return detailed information with additional metadata
Filter videos by gender: 'male' or 'female'
Filter videos by gender: 'male' or 'female'
Response language code (e.g. 'en-us', 'pt-br'). Defaults to 'en-us' when omitted. See GET /languages for the full list. Non-English languages require GROWTH tier or higher (BASIC keys get them in the Playground).
Response language code (e.g. 'en-us', 'pt-br'). Defaults to 'en-us' when omitted. See GET /languages for the full list. Non-English languages require GROWTH tier or higher (BASIC keys get them in the Playground).
Response
Successful Response
Example response
{
"bodymap_female": "https://api.musclewiki.com/stream/images/bodymaps/1?gender=female",
"bodymap_male": "https://api.musclewiki.com/stream/images/bodymaps/1?gender=male",
"category": "Barbell",
"difficulty": "Intermediate",
"force": "Pull",
"grips": [
"Underhand"
],
"id": 1,
"mechanic": "Isolation",
"name": "Barbell Curl",
"primary_muscles": [
"Biceps"
],
"steps": [
"While holding the upper arms stationary, curl the weights forward.",
"Continue the movement until your biceps are fully contracted.",
"Hold the contracted position for a second.",
"Slowly bring the weight back down to the starting position."
],
"videos": [
{
"angle": "front",
"gender": "male",
"og_image": "https://api.musclewiki.com/stream/images/og_images/og-male-Barbell-barbell-curl-front.jpg",
"url": "https://api.musclewiki.com/stream/videos/branded/male-Barbell-barbell-curl-front.mp4"
},
{
"angle": "side",
"gender": "male",
"og_image": "https://api.musclewiki.com/stream/images/og_images/og-male-Barbell-barbell-curl-side.jpg",
"url": "https://api.musclewiki.com/stream/videos/branded/male-Barbell-barbell-curl-side.mp4"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.