GET
/
exercise
/
{exerciseId}
curl --request GET \
  --url https://api.wrkout.xyz/exercise/{exerciseId} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "displayName": "<string>",
  "aliases": [
    "<string>"
  ],
  "category": "STRENGTH",
  "primaryMuscle": [
    "ABDOMINALS"
  ],
  "secondaryMuscle": [
    "ABDOMINALS"
  ],
  "force": "PULL",
  "level": "BEGINNER",
  "mechanic": "COMPOUND",
  "equipment": "BODY_ONLY",
  "instructions": [
    "<string>"
  ],
  "premiumImages": [
    "<string>"
  ],
  "premiumVideos": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

exerciseId
string
required

ID or Name of the exercise

Query Parameters

lang
string

Translation language requested. Please see the list of supported languages

Response

200 - application/json

successful operation

The response is of type object.