The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/vinted/v1/item_detail2 credits
Full Vinted item detail — title, price, photos, description, color, condition and category.
Parameters
Vinted item ID — the digits in the item URL (…/items/<id>-slug). Provide id OR url (one of the two is required).
Full item URL — alternative to id.
Which Vinted site to query (sets currency and local listings).
request preview
curl -X POST https://api.reefapi.com/vinted/v1/item_detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.