---
title: "Get Item Details"
method: GET
path: "/v1/vinted/items/{item_id}"
---

# Get Item Details

`GET /v1/vinted/items/{item_id}`

Get detailed information about a Vinted item.

## Path parameters

- `item_id` integer, required

## Query parameters

- `market` string

## Response `200`

Item details

- object
  - `id` integer — Item ID.
  - `title` string — Item title.
  - `description` string, nullable — Full item description text.
  - `price` string — Price in local currency.
  - `currency` string — ISO 4217 currency code.
  - `brand_title` string, nullable — Brand name.
  - `size_title` string, nullable — Size label.
  - `status` string, nullable — Item condition (e.g. "New with tags", "Good").
  - `color1` string, nullable — Primary color.
  - `color2` string, nullable — Secondary color.
  - `photos` VintedPhoto[] — Array of photo objects.
    - `url` string — Photo URL.
    - `width` integer, nullable — Width in pixels.
    - `height` integer, nullable — Height in pixels.
  - `url` string — Full URL to the Vinted listing.
  - `view_count` integer — Number of views.
  - `favourite_count` integer — Number of favourites.
  - `created_at` string, nullable — ISO 8601 timestamp when the item was listed.
  - `updated_at` string, nullable — ISO 8601 timestamp of the last update.
  - `user` VintedUserSummary
    - `id` integer — User ID.
    - `login` string — Username.
    - `photo` object, nullable
      - `url` string
    - `feedback_reputation` number, nullable — Reputation score between 0 and 1.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
