exercises

Get exercise videos

Retrieve only video URLs for a specific exercise.

get/exercises/{exercise_id}/videos

Path parameters

exercise_idinteger required

Exercise ID

Exercise ID

Query parameters

genderstring nullable

Filter by gender: 'male' or 'female'

Filter by gender: 'male' or 'female'

langstring nullable

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

urlstring nullable

Direct URL to the video file (can be null)

anglestring required

Camera angle: front or side

genderstring required

Gender variant: male or female

og_imagestring nullable

Open Graph image URL for preview/thumbnail

Example response

[
  {
    "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"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.