TOML

Outdoor Activities - TOML

Outdoor activities refer to recreational and sports activities conducted in natural environments. These include land-based activities such as camping, hiking, mountaineering, fishing, and cycling; water activities such as canoeing, kayaking, surfing, and scuba diving; and snow activities such as skiing and snowboarding. In recent years, with growing health consciousness and increasing demand for connecting with nature, these activities have become increasingly popular among people of all ages.

outdoor recreation sports nature camping hiking fishing
[[items]]
code = "01"
slug = "camping"
name = "Camping"
description = "An activity of staying overnight in nature using tents or camping vehicles."
category = "Land Activities"

[[items]]
code = "02"
slug = "hiking"
name = "Hiking"
description = "An activity of walking and enjoying natural trails."
category = "Land Activities"

[[items]]
code = "03"
slug = "mountaineering"
name = "Mountaineering"
description = "An activity of climbing toward mountain summits."
category = "Land Activities"

[[items]]
code = "04"
slug = "fishing"
name = "Fishing"
description = "A recreational activity of catching fish."
category = "Land & Water Activities"

[[items]]
code = "05"
slug = "cycling"
name = "Cycling"
description = "An activity of riding bicycles while enjoying the surroundings."
category = "Land Activities"

[[items]]
code = "06"
slug = "canoeing"
name = "Canoeing"
description = "An activity of propelling on water using paddles."
category = "Water Activities"

[[items]]
code = "07"
slug = "kayaking"
name = "Kayaking"
description = "An activity of propelling small decked boats with paddles."
category = "Water Activities"

[[items]]
code = "08"
slug = "surfing"
name = "Surfing"
description = "A water sport of riding and gliding on waves."
category = "Water Activities"

[[items]]
code = "09"
slug = "scuba-diving"
name = "Scuba Diving"
description = "An activity of exploring underwater using breathing apparatus."
category = "Water Activities"

[[items]]
code = "10"
slug = "rock-climbing"
name = "Rock Climbing"
description = "A sport of climbing rock walls."
category = "Land Activities"

[[items]]
code = "11"
slug = "skiing"
name = "Skiing"
description = "A winter sport of gliding on snow."
category = "Snow Activities"

[[items]]
code = "12"
slug = "snowboarding"
name = "Snowboarding"
description = "A winter sport of gliding on snow using a single board."
category = "Snow Activities"