Get exercise details
GET {{base_url}}/exercises/:exerciseId
A GET
to the /exercises/:exerciseId
endpoint allows your application to retrieve details about the specified exercise.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
[{"exercise_id":"403829","name":"pushups","description":"raising and lowering the body using the arms","muscles_worked":["pectorals","triceps","anterior deltoids"],"difficulty":"intermediate"}]