Get all exercises

GET {{base_url}}/exercises

A GET to the /exercises endpoint allows your application to retrieve a list of all the details.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

[{"exercise_id":"403829","name":"exercises","description":"raising and lowering the body using the arms","muscles_worked":["pectorals","triceps","anterior deltoids"],"difficulty":"intermediate"},{"exercise_id":"403830","name":"burpees","description":"stand, move into a squat position with your hands on the ground, kick your feet back into a plank position, return your feet into squat position, stand up","muscles_worked":["arms","legs","abs"],"difficulty":"intermediate"},{"exercise_id":"403831","name":"arm circles","description":"extend your arms straight out by the sides, make circles of about 1 foot in diameter with each outstretched arm","muscles_worked":["triceps","biceps","shoulders"],"difficulty":"beginner"}]