Donkey Calf Raise
A bent-over calf raise that maximizes calf stretch by hinging at the hips.
Lower legs · Bodyweight · Intermediate


Muscles worked by the Donkey Calf Raise
Primary
Secondary
Also called: calf, calves, gastrocnemius, gastroc.
Equipment
No equipment — this is a bodyweight exercise.
How to do the Donkey Calf Raise
- Bend at the hips and rest the forearms on a bench or sturdy support.
- Place the balls of the feet on a raised platform with heels free.
- Drop the heels below platform level for a full stretch.
- Drive up onto the toes as high as possible, squeezing the calves.
- Lower under control to a deep stretch.
Form tips
- Pause briefly at the top to maximize the contraction.
- Use a slow eccentric for full stretch.
- Add a partner or weight on the lower back for resistance.
At a glance
| Body part | Lower legs |
|---|---|
| Category | Strength |
| Force type | Push |
| Mechanic | Isolation |
| Difficulty | Intermediate |
| Equipment | Bodyweight |
| Goals | Hypertrophy |
| Tags | Leg day, Calf focus |
| MET | 3.5 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | Yes |
| Dataset id | donkey-calf-raise |
Donkey Calf Raise in German & Spanish
| German | Esel-Wadenheben |
|---|---|
| Spanish | Elevación de Pantorrilla a la Burra |
Descriptions, instructions and tips ship in all three languages in the JSON.
Exercise data (JSON)
The record below is exactly what exercises.json ships for this exercise — names, descriptions, instructions and tips in English, German and Spanish.
{
"id": "donkey-calf-raise",
"name_en": "Donkey Calf Raise",
"name_de": "Esel-Wadenheben",
"name_es": "Elevación de Pantorrilla a la Burra",
"description_en": "A bent-over calf raise that maximizes calf stretch by hinging at the hips.",
"description_de": "Ein vornübergebeugtes Wadenheben, das die Wadendehnung durch das Hüftbeugen maximiert.",
"description_es": "Una elevación de pantorrilla inclinada que maximiza el estiramiento al flexionar las caderas.",
"category": "strength",
"force_type": "push",
"mechanic": "isolation",
"difficulty": "intermediate",
"body_part": "lower_legs",
"primary_muscles": [
"gastrocnemius"
],
"secondary_muscles": [
"soleus"
],
"goals": [
"hypertrophy"
],
"tags": [
"leg_day",
"calf_focus"
],
"variation_group": "calf-raise",
"is_unilateral": false,
"is_bodyweight": true,
"instructions_en": [
"Bend at the hips and rest the forearms on a bench or sturdy support.",
"Place the balls of the feet on a raised platform with heels free.",
"Drop the heels below platform level for a full stretch.",
"Drive up onto the toes as high as possible, squeezing the calves.",
"Lower under control to a deep stretch."
],
"instructions_de": [
"Beuge dich an den Hüften und lege die Unterarme auf eine Bank.",
"Stelle die Fußballen auf eine erhöhte Plattform, Fersen frei.",
"Senke die Fersen unter Plattformhöhe für volle Dehnung.",
"Drücke so hoch wie möglich auf die Zehen, spanne die Waden an.",
"Senke kontrolliert in eine tiefe Dehnung."
],
"instructions_es": [
"Flexiona las caderas y apoya los antebrazos sobre un banco.",
"Coloca las puntas de los pies en una plataforma elevada, talones al aire.",
"Baja los talones por debajo de la plataforma para un estiramiento completo.",
"Empuja arriba sobre las puntas tanto como puedas, contrayendo las pantorrillas.",
"Baja con control hasta el estiramiento profundo."
],
"tips_en": [
"Pause briefly at the top to maximize the contraction.",
"Use a slow eccentric for full stretch.",
"Add a partner or weight on the lower back for resistance."
],
"tips_de": [
"Halte oben kurz inne für maximale Kontraktion.",
"Nutze eine langsame exzentrische Phase für volle Dehnung.",
"Lass einen Partner oder ein Gewicht auf den unteren Rücken für Widerstand."
],
"tips_es": [
"Pausa brevemente arriba para maximizar la contracción.",
"Usa una excéntrica lenta para el estiramiento completo.",
"Añade un compañero o peso sobre la zona lumbar para más resistencia."
],
"met": 3.5,
"images": {
"flat": {
"start": "images/flat/donkey-calf-raise-start.webp",
"peak": "images/flat/donkey-calf-raise-peak.webp"
}
}
}Fetch just this exercise
const { exercises } = await fetch(
"https://exercise-dataset.com/exercises.json"
).then(r => r.json());
const ex = exercises.find(e => e.id === "donkey-calf-raise");Free for personal and commercial in-app use with attribution (“Exercise data by RepDB”) — see the license and ready-made attribution snippets. Redistributing the data as a dataset or API is not permitted.