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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

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