cURL
curl --request GET \ --url https://api.example.com/v1/vinted/brands
{ "brands": [ { "id": 123, "title": "<string>", "slug": "<string>", "favourite_count": 123, "item_count": 123 } ] }
Search for Vinted brand IDs by name.
Nike
Adidas
Zara
Show Brand object
brand_ids
{ "brands": [ { "id": 53, "title": "Nike", "slug": "nike", "favourite_count": 245000, "item_count": 1823456 }, { "id": 2319, "title": "Nike ACG", "slug": "nike-acg", "favourite_count": 8700, "item_count": 12340 } ] }