cURL
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>" ] }
Get exercise by ID
ID or Name of the exercise
Translation language requested. Please see the list of supported languages
successful operation
The response is of type object.
object