Reverse Curl
A barbell curl with an overhand grip targeting the brachialis and forearm extensors.
Upper arms · Barbell · Beginner


Muscles worked by the Reverse Curl
Primary
Secondary
Also called: brachialis muscle, lower bicep, wrist extensors, extensor carpi, forearm extensors, outer forearm.
Equipment
Also called: bar, olympic barbell, straight bar, olympic bar, power bar.
How to do the Reverse Curl
- Stand and hold a barbell with an overhand grip.
- Curl the bar up toward your shoulders.
- Lower under control.
- Repeat.
Form tips
- Keep wrists straight.
- Move through a full range of motion.
At a glance
| Body part | Upper arms |
|---|---|
| Category | Strength |
| Force type | Pull |
| Mechanic | Isolation |
| Difficulty | Beginner |
| Equipment | Barbell |
| Goals | Hypertrophy |
| Tags | Arm day, Knee safe, Shoulder safe, Lower back safe, No axial load |
| MET | 5.0 (metabolic equivalent, for calorie estimates) |
| Unilateral | No |
| Bodyweight | No |
| Dataset id | reverse-curl |
Reverse Curl in German & Spanish
| German | Reverse Curl |
|---|---|
| Spanish | Curl Inverso |
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": "reverse-curl",
"name_en": "Reverse Curl",
"name_de": "Reverse Curl",
"name_es": "Curl Inverso",
"description_en": "A barbell curl with an overhand grip targeting the brachialis and forearm extensors.",
"description_de": "Ein Langhantel-Curl im Oberhandgriff, der den Brachialis und die Unterarmstrecker beansprucht.",
"description_es": "Un curl con barra en agarre prono que trabaja el braquial y los extensores del antebrazo.",
"category": "strength",
"force_type": "pull",
"mechanic": "isolation",
"difficulty": "beginner",
"equipment": "barbell",
"body_part": "upper_arms",
"primary_muscles": [
"brachialis",
"forearm_extensors"
],
"secondary_muscles": [
"biceps_brachii"
],
"goals": [
"hypertrophy"
],
"tags": [
"arm_day",
"knee_safe",
"shoulder_safe",
"lower_back_safe",
"no_axial_load"
],
"variation_group": "bicep-curl",
"is_unilateral": false,
"is_bodyweight": false,
"instructions_en": [
"Stand and hold a barbell with an overhand grip.",
"Curl the bar up toward your shoulders.",
"Lower under control.",
"Repeat."
],
"instructions_de": [
"Stehe und halte eine Langhantel im Oberhandgriff.",
"Curle die Stange in Richtung Schultern.",
"Senke kontrolliert.",
"Wiederhole."
],
"instructions_es": [
"Párate y sostén la barra con agarre prono.",
"Sube la barra hacia los hombros.",
"Baja con control.",
"Repite."
],
"tips_en": [
"Keep wrists straight.",
"Move through a full range of motion."
],
"tips_de": [
"Halte die Handgelenke gerade.",
"Führe die Bewegung durch den vollen Bewegungsumfang aus."
],
"tips_es": [
"Mantén las muñecas rectas.",
"Realiza el movimiento en un rango completo de movimiento."
],
"met": 5.0,
"images": {
"flat": {
"start": "images/flat/reverse-curl-start.webp",
"peak": "images/flat/reverse-curl-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 === "reverse-curl");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.