RepDB · Free Exercise Dataset Explore RepDB →

Landmine Press

A two-handed shoulder press using one end of a barbell anchored in a landmine attachment, allowing a natural arc that is easier on the shoulder joint.

Shoulders · Barbell · Intermediate

Landmine Press — start position, flat illustration
start
Landmine Press — peak position, flat illustration
peak

Muscles worked by the Landmine Press

Primary

Front DeltsAnterior DeltoidChestPectoralis Major

Secondary

SerratusSerratus AnteriorTricepsTriceps Brachii

Also called: front deltoid, anterior delt, front delt, anterior deltoid, pec, pecs.

Equipment

Barbell

Also called: bar, olympic barbell, straight bar, olympic bar, power bar.

How to do the Landmine Press

  1. Load one end of a barbell into a landmine attachment and load the other end with a plate.
  2. Stand in a staggered or square stance and cup the sleeve end of the barbell in both hands at chest height.
  3. Brace your core and press the bar forward and upward along its natural arc.
  4. Fully extend your arms without locking the elbows, then lower the bar back under control.
  5. Keep both hands on the bar throughout and repeat for the desired number of reps.

Form tips

  • Keep your torso upright and avoid leaning excessively into the press.
  • The angled path makes it more shoulder-friendly than a strict overhead press.
  • Use a push-press leg drive for heavier loads.

At a glance

Body partShoulders
CategoryStrength
Force typePush
MechanicCompound
DifficultyIntermediate
EquipmentBarbell
GoalsHypertrophy, Strength
TagsShoulder focus, Push day
MET6.0 (metabolic equivalent, for calorie estimates)
UnilateralYes
BodyweightNo
Dataset idlandmine-press

Landmine Press in German & Spanish

GermanLandmine Press
SpanishPress Landmine

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": "landmine-press",
  "name_en": "Landmine Press",
  "name_de": "Landmine Press",
  "name_es": "Press Landmine",
  "description_en": "A two-handed shoulder press using one end of a barbell anchored in a landmine attachment, allowing a natural arc that is easier on the shoulder joint.",
  "description_de": "Eine beidhändige Schulterdrückübung mit einer in einem Landmine-Aufsatz verankerten Langhantel, die durch den natürlichen Bogen gelenkschonend ist.",
  "description_es": "Un press de hombros a dos manos con una barra fijada en un accesorio landmine, cuyo arco natural reduce el estrés en la articulación del hombro.",
  "category": "strength",
  "force_type": "push",
  "mechanic": "compound",
  "difficulty": "intermediate",
  "equipment": "barbell",
  "body_part": "shoulders",
  "primary_muscles": [
    "anterior_deltoid",
    "pectoralis_major"
  ],
  "secondary_muscles": [
    "serratus_anterior",
    "triceps_brachii"
  ],
  "goals": [
    "hypertrophy",
    "strength"
  ],
  "tags": [
    "shoulder_focus",
    "push_day"
  ],
  "is_unilateral": true,
  "is_bodyweight": false,
  "instructions_en": [
    "Load one end of a barbell into a landmine attachment and load the other end with a plate.",
    "Stand in a staggered or square stance and cup the sleeve end of the barbell in both hands at chest height.",
    "Brace your core and press the bar forward and upward along its natural arc.",
    "Fully extend your arms without locking the elbows, then lower the bar back under control.",
    "Keep both hands on the bar throughout and repeat for the desired number of reps."
  ],
  "instructions_de": [
    "Ein Ende der Langhantel in den Landmine-Aufsatz einlegen und das freie Ende mit einer Scheibe beladen.",
    "In versetzter oder schulterbreiter Stellung stehen und das freie Ende der Stange mit beiden Händen auf Brusthöhe umfassen.",
    "Rumpf stabilisieren und die Stange entlang ihres natürlichen Bogens nach vorne und oben drücken.",
    "Die Arme vollständig strecken, ohne die Ellbogen durchzudrücken, dann kontrolliert absenken.",
    "Beide Hände bleiben an der Stange; für die gewünschte Wiederholungszahl wiederholen."
  ],
  "instructions_es": [
    "Inserta un extremo de la barra en el accesorio landmine y carga el extremo libre con un disco.",
    "Párate en postura escalonada o paralela y sujeta el extremo libre de la barra con ambas manos a la altura del pecho.",
    "Activa el core y empuja la barra hacia adelante y arriba siguiendo su arco natural.",
    "Extiende completamente los brazos sin bloquear los codos, luego baja con control.",
    "Mantén ambas manos en la barra y repite el número de repeticiones deseado."
  ],
  "tips_en": [
    "Keep your torso upright and avoid leaning excessively into the press.",
    "The angled path makes it more shoulder-friendly than a strict overhead press.",
    "Use a push-press leg drive for heavier loads."
  ],
  "tips_de": [
    "Oberkörper aufrecht halten und nicht zu weit in den Druck einlehnen.",
    "Der schräge Bewegungsweg ist schulterfreundlicher als ein strenger Overhead Press.",
    "Für schwere Lasten den Beineinsatz eines Push Press nutzen."
  ],
  "tips_es": [
    "Mantén el torso erguido y evita inclinarte excesivamente hacia el press.",
    "La trayectoria angular es más amigable para el hombro que un press estricto sobre la cabeza.",
    "Usa impulso de piernas estilo push press para cargas más pesadas."
  ],
  "met": 6.0,
  "images": {
    "flat": {
      "start": "images/flat/landmine-press-start.webp",
      "peak": "images/flat/landmine-press-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 === "landmine-press");

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.