TOML

Fitness Equipment - TOML

Fitness equipment refers to exercise devices classified by purpose, including cardiovascular training, strength training, functional training, and recovery. This category includes cardio machines such as treadmills and exercise bikes, free weights like dumbbells and barbells, strength machines such as cable machines and leg presses, as well as recovery tools like yoga mats and foam rollers. These equipment are widely used from home gyms to commercial facilities, contributing to health improvement and physical fitness enhancement.

fitness training strength training cardio gym exercise
[[items]]
code = "C01"
slug = "treadmill"
name = "Treadmill"
description = "Cardiovascular exercise machine for indoor running and walking."
category = "Cardio Equipment"

[[items]]
code = "C02"
slug = "elliptical"
name = "Elliptical"
description = "Low-impact full-body cardiovascular exercise machine."
category = "Cardio Equipment"

[[items]]
code = "C03"
slug = "stationary-bike"
name = "Stationary Bike"
description = "Cardiovascular exercise machine for indoor cycling."
category = "Cardio Equipment"

[[items]]
code = "C04"
slug = "rowing-machine"
name = "Rowing Machine"
description = "Full-body cardiovascular exercise machine simulating rowing."
category = "Cardio Equipment"

[[items]]
code = "C05"
slug = "stair-climber"
name = "Stair Climber"
description = "Vertical cardiovascular machine simulating stair climbing."
category = "Cardio Equipment"

[[items]]
code = "S01"
slug = "dumbbell"
name = "Dumbbell"
description = "Free weight equipment held in each hand for strength training."
category = "Free Weights"

[[items]]
code = "S02"
slug = "barbell"
name = "Barbell"
description = "Long bar with weight plates for strength training."
category = "Free Weights"

[[items]]
code = "S03"
slug = "kettlebell"
name = "Kettlebell"
description = "Spherical free weight with a handle."
category = "Free Weights"

[[items]]
code = "S04"
slug = "power-rack"
name = "Power Rack"
description = "Frame structure for safe barbell training."
category = "Strength Training Equipment"

[[items]]
code = "S05"
slug = "bench"
name = "Bench"
description = "Training bench for bench press and other exercises."
category = "Strength Training Equipment"

[[items]]
code = "M01"
slug = "leg-press"
name = "Leg Press"
description = "Machine for training legs while seated."
category = "Strength Machines"

[[items]]
code = "M02"
slug = "lat-pulldown"
name = "Lat Pulldown"
description = "Pulldown machine for training latissimus dorsi muscles."
category = "Strength Machines"

[[items]]
code = "M03"
slug = "chest-press"
name = "Chest Press"
description = "Press machine for training chest muscles while seated."
category = "Strength Machines"

[[items]]
code = "M04"
slug = "cable-machine"
name = "Cable Machine"
description = "Multi-functional machine using cables and pulleys for resistance."
category = "Strength Machines"

[[items]]
code = "M05"
slug = "smith-machine"
name = "Smith Machine"
description = "Barbell machine with vertical guide rails."
category = "Strength Machines"

[[items]]
code = "F01"
slug = "trx"
name = "TRX"
description = "Suspension training device using body weight."
category = "Functional Training Equipment"

[[items]]
code = "F02"
slug = "battle-ropes"
name = "Battle Ropes"
description = "High-intensity training equipment using thick ropes."
category = "Functional Training Equipment"

[[items]]
code = "F03"
slug = "medicine-ball"
name = "Medicine Ball"
description = "Weighted spherical training ball."
category = "Functional Training Equipment"

[[items]]
code = "F04"
slug = "resistance-bands"
name = "Resistance Bands"
description = "Elastic rubber training equipment."
category = "Functional Training Equipment"

[[items]]
code = "F05"
slug = "plyo-box"
name = "Plyo Box"
description = "Box-shaped equipment for jump training."
category = "Functional Training Equipment"

[[items]]
code = "R01"
slug = "yoga-mat"
name = "Yoga Mat"
description = "Mat used for floor exercises and yoga."
category = "Recovery & Flexibility Equipment"

[[items]]
code = "R02"
slug = "foam-roller"
name = "Foam Roller"
description = "Cylindrical device used for myofascial release."
category = "Recovery & Flexibility Equipment"

[[items]]
code = "R03"
slug = "massage-gun"
name = "Massage Gun"
description = "Electric massage device using vibration to relieve muscles."
category = "Recovery & Flexibility Equipment"

[[items]]
code = "R04"
slug = "pull-up-bar"
name = "Pull-up Bar"
description = "Bar used for pull-up exercises."
category = "Bodyweight Training Equipment"