Bench Ankle Stretch
A standing stretch with the foot flat on a bench, driving the knee forward over the toes to flex the ankle.
Lower legs · Flat Bench · Beginner

Muscles worked by the Bench Ankle Stretch
Primary
Secondary
Also called: calf, calves, gastrocnemius, gastroc.
Equipment
Also called: bench, flat weight bench, utility bench, adjustable bench (flat).
How to do the Bench Ankle Stretch
- Place one whole foot flat on top of a bench.
- Keep your torso upright.
- Drive that knee forward over your toes.
- Hold for 20 to 30 seconds, breathing steadily.
- Switch sides and repeat.
Form tips
- Keep your heel down on the bench.
- Move slowly and keep the foot flat.
At a glance
| Body part | Lower legs |
|---|---|
| Category | Stretching |
| Force type | Static |
| Mechanic | Isolation |
| Difficulty | Beginner |
| Equipment | Flat Bench |
| Goals | Mobility |
| Tags | Mobility, Stretching |
| MET | 5.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | Yes |
| Bodyweight | No |
| Dataset id | bench-ankle-stretch |
Bench Ankle Stretch in German & Spanish
| German | Sprunggelenk-Dehnung an der Bank |
|---|---|
| Spanish | Estiramiento de Tobillo en Banco |
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": "bench-ankle-stretch",
"name_en": "Bench Ankle Stretch",
"name_de": "Sprunggelenk-Dehnung an der Bank",
"name_es": "Estiramiento de Tobillo en Banco",
"description_en": "A standing stretch with the foot flat on a bench, driving the knee forward over the toes to flex the ankle.",
"description_de": "Eine stehende Dehnung mit dem Fuß flach auf der Bank, bei der das Knie über die Zehen nach vorn geschoben wird und das Sprunggelenk beugt.",
"description_es": "Un estiramiento de pie con el pie plano en el banco, llevando la rodilla por delante de los dedos para flexionar el tobillo.",
"category": "stretching",
"force_type": "static",
"mechanic": "isolation",
"difficulty": "beginner",
"equipment": "flat_bench",
"body_part": "lower_legs",
"primary_muscles": [
"gastrocnemius"
],
"secondary_muscles": [
"soleus"
],
"goals": [
"mobility"
],
"tags": [
"mobility",
"stretching"
],
"is_unilateral": true,
"is_bodyweight": false,
"instructions_en": [
"Place one whole foot flat on top of a bench.",
"Keep your torso upright.",
"Drive that knee forward over your toes.",
"Hold for 20 to 30 seconds, breathing steadily.",
"Switch sides and repeat."
],
"instructions_de": [
"Stelle einen ganzen Fuß flach auf die Bank.",
"Halte den Oberkörper aufrecht.",
"Schiebe das Knie nach vorn über die Zehen.",
"Halte 20 bis 30 Sekunden und atme ruhig weiter.",
"Wechsle die Seite und wiederhole."
],
"instructions_es": [
"Coloca un pie entero plano sobre el banco.",
"Mantén el torso erguido.",
"Lleva esa rodilla hacia adelante por encima de los dedos.",
"Mantén de 20 a 30 segundos, respirando de forma constante.",
"Cambia de lado y repite."
],
"tips_en": [
"Keep your heel down on the bench.",
"Move slowly and keep the foot flat."
],
"tips_de": [
"Halte die Ferse auf der Bank.",
"Bewege dich langsam und halte den Fuß flach."
],
"tips_es": [
"Mantén el talón apoyado en el banco.",
"Muévete despacio y mantén el pie plano."
],
"met": 5.0,
"images": {
"flat": {
"main": "images/flat/bench-ankle-stretch-main.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 === "bench-ankle-stretch");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.