Vinted User Info
Retrieve public Vinted seller profile by member URL or user ID. Returns the raw /api/v2/users/\{id\} object: login, photo, feedback stats, followers, verification, bundle discounts, and listing counts.
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Query Parameters
query*string
Vinted member profile URL, direct API URL, or numeric user ID.
Examples (profile URL):
https://www.vinted.fr/member/272737992-fiorediottobre7
Example (API URL):
https://www.vinted.fr/api/v2/users/272737992
Example (ID only):
272737992
Notes:
- Domain is inferred from the URL (
vinted.fr,vinted.com, …). - Accepts
/member/{id},/member/{id}-{login},/users/{id}, or a bare numeric ID. - Returns the raw Vinted user object from
/api/v2/users/{id}.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/vinted/user/info?query=string"{
"id": 272737992,
"city": "",
"path": "/member/272737992-fiorediottobre7",
"about": "Vendo articoli in ottimo stato per liberare spazio e dargli una seconda vita 🩷\n\nNON ACCETTO RESI ma sono disponibile a fornire tutte le misure e dettagli dei capi prima dell'acquisto 🤗",
"email": null,
"login": "fiorediottobre7",
"photo": {
"id": 246663068,
"url": "https://images1.vinted.net/t/01_0261e_RfD5M3mu4vbrTuNyhdvBT9A3/f800/1748634598.jpeg?s=08b7869a7ee3ff4e9524d5186cadf7f998a2714f",
"extra": {},
"width": 96,
"height": 96,
"is_hidden": false,
"temp_uuid": null,
"thumbnails": [
{
"url": "https://images1.vinted.net/t/01_0261e_RfD5M3mu4vbrTuNyhdvBT9A3/310x310/1748634598.jpeg?s=0c82ba018430138790cc09c79b96d7282a16429a",
"type": "thumb310",
"width": 310,
"height": 310,
"original_size": null
},
{
"url": "https://images1.vinted.net/t/01_0261e_RfD5M3mu4vbrTuNyhdvBT9A3/150x150/1748634598.jpeg?s=cd48303033433342956042fd45c00f6cd074d9ea",
"type": "thumb150",
"width": 150,
"height": 150,
"original_size": null
}
],
"orientation": null,
"full_size_url": "https://images1.vinted.net/tc/01_0261e_RfD5M3mu4vbrTuNyhdvBT9A3/1748634598.jpeg?s=ae1dd2e99a114d311eca7d54acc347bdfb198f40",
"is_suspicious": false,
"dominant_color": "#31abc2",
"high_resolution": {
"id": "01_0261e_RfD5M3mu4vbrTuNyhdvBT9A3",
"timestamp": 1748634598,
"orientation": null
},
"dominant_color_opaque": "#C1E6ED"
},
"locale": "it-fr",
"anon_id": "9c8cb2ee-2b7d-4390-88ca-7e9d23360a93",
"city_id": null,
"birthday": null,
"business": false,
"contacts": null,
"currency": "EUR",
"is_hated": false,
"hates_you": false,
"is_online": false,
"moderator": false,
"real_name": null,
"can_bundle": true,
"country_id": 18,
"fundraiser": {
"id": null,
"active": false,
"currency": "EUR",
"percentage": 0,
"feature_disabled": false
},
"item_count": 117,
"updated_on": 1757843003,
"profile_url": "https://www.vinted.fr/member/272737992-fiorediottobre7",
"country_code": "IT",
"is_favourite": false,
"localization": "none",
"verification": {
"email": {
"valid": true,
"available": true
},
"google": {
"valid": true,
"available": true,
"verified_at": "2025-05-30T21:49:58+02:00"
},
"facebook": {
"valid": false,
"available": true,
"verified_at": null
}
},
"country_title": "Italie",
"hide_feedback": false,
"is_on_holiday": false,
"last_loged_on": "aujourd'hui 16 h 53",
"account_status": 0,
"feedback_count": 250,
"bundle_discount": {
"id": 39006917,
"enabled": true,
"user_id": 272737992,
"fraction": "0.1",
"discounts": [
{
"fraction": "0.1",
"minimal_item_count": 2
},
{
"fraction": "0.15",
"minimal_item_count": 3
},
{
"fraction": "0.2",
"minimal_item_count": 5
}
],
"minimal_item_count": 2
},
"default_address": null,
"expose_location": false,
"followers_count": 266,
"following_count": 0,
"iso_locale_code": "it-IT",
"account_ban_date": null,
"business_account": null,
"can_view_profile": true,
"country_iso_code": "IT",
"facebook_user_id": null,
"given_item_count": 262,
"last_loged_on_ts": "2026-07-19T16:53:41+02:00",
"taken_item_count": 5,
"avg_response_time": null,
"is_account_banned": false,
"share_profile_url": "https://www.vinted.fr/member/272737992-fiorediottobre7",
"total_items_count": 379,
"action_restriction": null,
"msg_template_count": 0,
"business_account_id": null,
"contacts_permission": null,
"country_title_local": "Italie",
"feedback_reputation": 1,
"is_catalog_moderator": false,
"location_description": null,
"third_party_tracking": false,
"allow_direct_messaging": true,
"following_brands_count": 0,
"neutral_feedback_count": 1,
"negative_feedback_count": 1,
"positive_feedback_count": 248,
"is_publish_photos_agreed": true,
"is_bpf_price_prominence_applied": false,
"is_catalog_role_marketing_photos": false
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}