RepDB · Free Exercise Dataset Get the full dataset →

Pilates Roll Down

A standing articulation of the spine: the head leads a vertebra-by-vertebra roll towards the floor and back up, mobilising the whole back while the legs stay steady.

Back · Bodyweight · Beginner

Pilates Roll Down — start position, flat illustration
start
Pilates Roll Down — peak position, flat illustration
peak

Muscles worked by the Pilates Roll Down

Primary

Lower BackErector Spinae

Secondary

HamstringsHamstring MusclesAbsRectus Abdominis

Also called: erector spinae, spinal erectors, lower back muscles, back extensors.

Equipment

No equipment — this is a bodyweight exercise.

How to do the Pilates Roll Down

  1. Stand tall with the feet hip-width apart and the arms hanging at the sides.
  2. Drop the chin to the chest and start rolling down one vertebra at a time.
  3. Let the arms and head hang heavy once the spine is fully rolled down.
  4. Roll back up the same way, stacking the vertebrae one by one, head last.
  5. Repeat for the desired number of repetitions.

Form tips

  • Keep the knees soft so the movement comes from the spine, not the hamstrings.
  • Move slowly enough to feel each segment; speed defeats the purpose.
  • Keep the weight in the middle of the feet as you roll down.

At a glance

Body partBack
CategoryStretching
Force typeDynamic
MechanicCompound
DifficultyBeginner
EquipmentBodyweight
GoalsMobility
TagsMobility, Stretching
MET5.0 (metabolic equivalent, for calorie estimates)
UnilateralNo
BodyweightYes
Dataset idpilates-roll-down

Pilates Roll Down in German & Spanish

GermanPilates Roll Down
SpanishRoll Down de Pilates

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": "pilates-roll-down",
  "name_en": "Pilates Roll Down",
  "name_de": "Pilates Roll Down",
  "name_es": "Roll Down de Pilates",
  "description_en": "A standing articulation of the spine: the head leads a vertebra-by-vertebra roll towards the floor and back up, mobilising the whole back while the legs stay steady.",
  "description_de": "Eine stehende Artikulation der Wirbelsäule: der Kopf führt Wirbel für Wirbel nach unten und wieder hinauf und mobilisiert den ganzen Rücken, während die Beine ruhig stehen.",
  "description_es": "Una articulación de la columna de pie: la cabeza guía un descenso vértebra a vértebra hacia el suelo y de vuelta, movilizando toda la espalda mientras las piernas se mantienen estables.",
  "category": "stretching",
  "force_type": "dynamic",
  "mechanic": "compound",
  "difficulty": "beginner",
  "body_part": "back",
  "primary_muscles": [
    "erector_spinae"
  ],
  "secondary_muscles": [
    "hamstrings",
    "rectus_abdominis"
  ],
  "goals": [
    "mobility"
  ],
  "tags": [
    "mobility",
    "stretching"
  ],
  "is_unilateral": false,
  "is_bodyweight": true,
  "instructions_en": [
    "Stand tall with the feet hip-width apart and the arms hanging at the sides.",
    "Drop the chin to the chest and start rolling down one vertebra at a time.",
    "Let the arms and head hang heavy once the spine is fully rolled down.",
    "Roll back up the same way, stacking the vertebrae one by one, head last.",
    "Repeat for the desired number of repetitions."
  ],
  "instructions_de": [
    "Steh aufrecht, die Füße hüftbreit, die Arme hängen an den Seiten.",
    "Lass das Kinn zur Brust sinken und roll Wirbel für Wirbel nach unten.",
    "Lass Arme und Kopf schwer hängen, sobald die Wirbelsäule ganz abgerollt ist.",
    "Roll auf demselben Weg wieder hoch, Wirbel für Wirbel, der Kopf zuletzt.",
    "Wiederhole für die gewünschte Anzahl an Wiederholungen."
  ],
  "instructions_es": [
    "Ponte de pie con los pies a la anchura de las caderas y los brazos colgando a los lados.",
    "Lleva la barbilla al pecho y empieza a rodar hacia abajo vértebra a vértebra.",
    "Deja los brazos y la cabeza colgando pesados cuando la columna esté completamente descendida.",
    "Sube por el mismo camino, apilando las vértebras una a una, la cabeza al final.",
    "Repite las veces indicadas."
  ],
  "tips_en": [
    "Keep the knees soft so the movement comes from the spine, not the hamstrings.",
    "Move slowly enough to feel each segment; speed defeats the purpose.",
    "Keep the weight in the middle of the feet as you roll down."
  ],
  "tips_de": [
    "Halte die Knie weich, damit die Bewegung aus der Wirbelsäule kommt und nicht aus der Beinrückseite.",
    "Beweg dich langsam genug, um jedes Segment zu spüren; Tempo macht die Übung sinnlos.",
    "Halte das Gewicht beim Abrollen in der Fußmitte."
  ],
  "tips_es": [
    "Mantén las rodillas blandas para que el movimiento venga de la columna y no de los isquiotibiales.",
    "Ve lo bastante despacio como para sentir cada segmento; la velocidad arruina el ejercicio.",
    "Mantén el peso en el centro de los pies mientras bajas."
  ],
  "met": 5.0,
  "images": {
    "flat": {
      "start": "images/flat/pilates-roll-down-start.webp",
      "peak": "images/flat/pilates-roll-down-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 === "pilates-roll-down");

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.