LookSize API

LookSize API (2.3)

Download OpenAPI specification:

All requests must use UTF-8 encoding. Required: api_key is bound to your site URL. For server-to-server or cURL requests the secret parameter is also mandatory. You can find api_key and secret in your LookSize dashboard. Your LookSize account must be configured before working with the API.

getDataByBrand

Returns user sizes grouped by brand for the requested category.

query Parameters
api_key
required
string

API access key issued for the store

secret
required
string

Private key required for cURL/server requests

category
required
string

Store category identifier. One of [category, category_id] is required

category_id
required
string

LookSize category ID. One of [category, category_id] is required

userKey
required
string

Shopper profile identifier

lang
string
Enum: "ua" "en" "..."

Response language

Responses

Response samples

Content type
application/json
Example
{
  • "response": "success",
  • "run_time": 0.18348193168640137,
  • "shop_category": "Shoes",
  • "category": {
    },
  • "category_gender": "male",
  • "userSizeByBrand": {
    },
  • "time": 1763031963
}