cURL
curl --request GET \ --url https://api.example.com/v1/vinted/items/{item_id}
{ "id": 123, "title": "<string>", "description": "<string>", "price": "<string>", "currency": "<string>", "brand_title": "<string>", "size_title": "<string>", "status": "<string>", "color1": "<string>", "color2": "<string>", "photos": [ {} ], "url": "<string>", "view_count": 123, "favourite_count": 123, "created_at": "<string>", "updated_at": "<string>", "user": {} }
Get detailed information about a Vinted item.
fr
de
uk
it
es
pl
us
"New with tags"
"Good"
url
width
height
id
login
photo
feedback_reputation
{ "id": 4856231890, "title": "Nike Air Force 1 '07 White", "description": "Worn only twice, excellent condition. Size 42 EU. Original box included.", "price": "45.00", "currency": "EUR", "brand_title": "Nike", "size_title": "42", "status": "Very good", "color1": "White", "color2": null, "photos": [ { "url": "https://images1.vinted.net/t/...", "width": 1200, "height": 900 } ], "url": "https://www.vinted.fr/items/4856231890", "view_count": 234, "favourite_count": 12, "created_at": "2026-03-15T14:30:00Z", "updated_at": "2026-03-20T09:15:00Z", "user": { "id": 12345678, "login": "seller_username", "photo": { "url": "https://images1.vinted.net/t/..." }, "feedback_reputation": 0.98 } }