UnifyAPI
← Back to catalog

wger.exercise_details

mock data$0.001 / call

Exercise Details

Get full exercise details by ID — description, primary and secondary muscles worked, required equipment (barbell/dumbbell/bodyweight/machine), and category. Use with exercise_search to build workout plans.

Healthprovider: Wger#wger#health

Input schema

idrequired

Exercise base ID from search results (e.g. 615 for Squats)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/wger.exercise_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":0}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.