Skip to main content
GET
Get Item Details

Path Parameters

integer
required
The unique Vinted item ID. You can find this in search results or extract it from a Vinted listing URL.

Query Parameters

string
default:"fr"
Vinted market where the item is listed. Must match the market the item belongs to.Examples: fr, de, uk, it, es, pl, us

Response

integer
Item ID.
string
Item title.
string
Full item description text.
string
Price in local currency.
string
ISO 4217 currency code.
string
Brand name.
string
Size label.
string
Item condition (e.g. "New with tags", "Good").
string
Primary color.
string
Secondary color (nullable).
array
Array of photo objects with url, width, height.
string
Full URL to the Vinted listing.
integer
Number of views.
integer
Number of favourites.
string
ISO 8601 timestamp when the item was listed.
string
ISO 8601 timestamp of the last update.
object
Seller information with id, login, photo, feedback_reputation.

Example Response

Each item detail request costs 1 credit. Failed requests are not charged.

Authorizations

x-api-key
string
header
required

Path Parameters

item_id
integer
required

The unique Vinted item ID.

Query Parameters

market
string
default:fr

Vinted market where the item is listed (e.g. fr, de, uk).

Response

200 - application/json

Item details

id
integer

Item ID.

title
string

Item title.

description
string | null

Full item description text.

price
string

Price in local currency.

currency
string

ISO 4217 currency code.

brand_title
string | null

Brand name.

size_title
string | null

Size label.

status
string | null

Item condition (e.g. "New with tags", "Good").

color1
string | null

Primary color.

color2
string | null

Secondary color.

photos
object[]

Array of photo objects.

url
string

Full URL to the Vinted listing.

view_count
integer

Number of views.

favourite_count
integer

Number of favourites.

created_at
string | null

ISO 8601 timestamp when the item was listed.

updated_at
string | null

ISO 8601 timestamp of the last update.

user
object

Seller information.