---
title: "Get Equipment"
method: GET
path: "/gear/{id}"
tags: ["Gears"]
---

# Get Equipment

`GET /gear/{id}`

Returns an equipment using its identifier.

## Path parameters

- `id` string, required

## Response `200`

A representation of the gear.

- DetailedGear — unresolved $ref

## Other responses

- `default` — Unexpected error.

---

[API](https://skmtc.dev/strava/apis/strava-api-v3.md) · [All operations](https://skmtc.dev/strava/apis/strava-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/strava/strava-api-v3/revisions/cbbf5860ef72/schema)
