---
title: "Show extra"
method: GET
path: "/extras/{id}"
tags: ["Extra Endpoints"]
---

# Show extra

`GET /extras/{id}`

Single extra with stock and pricing detail.

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Extra detail

- Extra
  - `id` integer
  - `title` string
  - `type` string
  - `code` string
  - `category` string
  - `available` boolean
  - `can_add_multiple_quantity` boolean
  - `track_stock` boolean
  - `price_per_use` integer
  - `price_per_hour` integer
  - `price_per_daily` integer
  - `price_per_weekly` integer

## Changes

> 32 revisions in range; 2 could not be searched.

- **2026-03-25** (v2) `71bc3de607c7` — 1 info
  - endpoint added
- **2022-05-05** (v2) `95c52cb13f9a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/changes/extras/:id/get.md)

---

[API](https://skmtc.dev/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/8edf08285947/schema)
