Mountain Climbers

beginnerplyometricspullcompound
Mountain Climbers — Body Weight Quadriceps exercise demonstration
Mountain Climbers — Body Weight Quadriceps exercise demonstration
Body part
Upper Legs
Target
Quadriceps
Equipment
Body Weight
Secondary
Chest, Hamstrings, Shoulders

Instructions

  1. 1Begin in a pushup position, with your weight supported by your hands and toes. Flexing the knee and hip, bring one leg until the knee is approximately under the hip. This will be your starting position.
  2. 2Explosively reverse the positions of your legs, extending the bent leg until the leg is straight and supported by the toe, and bringing the other foot up with the hip and knee flexed. Repeat in an alternating fashion for 20-30 seconds.

Get this via the API

This exercise — and the full catalog of 873 — as structured JSON.

GET /v1/exercises/{slug}
curl -H "X-API-Key: wk_live_…" \
  "https://api.work-out-db.com/v1/exercises/mountain-climbers"

Customize the request

  • Translate the response
    /v1/exercises/mountain-climbers?lang=es
    Localized name, description & steps — en · es · pt · fr
  • Every quadriceps exercise
    /v1/exercises?target=quadriceps
    Filter the catalog by the target muscle
  • Narrow by equipment & difficulty
    /v1/exercises?equipment=body-weight&difficulty=beginner
    Filters are combinable — stack as many as you need
  • Full-text search
    /v1/exercises/search?q=Mountain%20Climbers
    Trigram + full-text ranking, accent-insensitive
  • Sort & paginate
    /v1/exercises?sort=difficulty&order=desc&limit=25
    sort=name|difficulty · order · limit · offset · cursor
All query parameters
bodyPart, target, equipment, muscle
taxonomy slug
category
strength · cardio · mobility · stretching · plyometrics
difficulty
beginner · intermediate · advanced
force
push · pull · static
mechanic
compound · isolation
q
free-text search (accent-insensitive)
sort / order
name | difficulty · asc | desc
limit / offset / cursor
pagination (limit ≤ plan cap)
lang
en · es · pt · fr
Authentication

Send your key as X-API-Key or Authorization: Bearer.

Response

Always { data, meta, requestId }. Rate-limit & quota counts ride in X-RateLimit-* / X-Quota-* headers.

Plans

Free: 5k req/mo · 30/min · 480p. Pro: 100k/mo · 120/min · 720p + commercial use.

Related exercises