Download OpenAPI specification:
A central data API for e-commerce integrations. Provides high-speed search functionality. Suitable for catalog matching scenarios.
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "trendyol-brands",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "trendyol-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "trendyol-attributes",
- "count": 89,
- "data": [
- {
- "id": 7,
- "categoryId": 14959,
- "name": "Beden",
- "mandatory": true,
- "forVariant": true,
- "slicer": false,
- "allowCustom": false,
- "allowMultiple": false
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "trendyol-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 137117,
- "attributeId": 2000424,
- "categoryId": 14959,
- "value": "Marine"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "boyner-brands",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "boyner-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "boyner-attributes",
- "count": 89,
- "data": [
- {
- "id": 7,
- "categoryId": 14959,
- "name": "Beden",
- "mandatory": true,
- "forVariant": true,
- "slicer": false,
- "allowCustom": false
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "boyner-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 137117,
- "attributeId": 2000424,
- "categoryId": 14959,
- "value": "Marine"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "hepsiburada-categories",
- "count": 89,
- "data": [
- {
- "id": 60003869,
- "parentId": 60000116,
- "name": "Kadın Topuklu Ayakkabı",
- "nameTree": "Giyim / Ayakkabı > Kadın > Ayakkabı > Topuklu Ayakkabı",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "hepsiburada-attributes",
- "count": 89,
- "data": [
- {
- "id": "renk_variant_property",
- "categoryId": 60003859,
- "name": "Renk",
- "mandatory": true,
- "forVariant": true,
- "type": "enum",
- "multiValue": false
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | string Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "hepsiburada-attribute-values",
- "count": 89,
- "data": [
- {
- "attributeId": "beden_variant_property",
- "categoryId": 60002737,
- "value": "S"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "ciceksepeti-categories",
- "count": 89,
- "data": [
- {
- "id": 13026,
- "parentId": 1682,
- "name": "Polar, Sweatshirt",
- "nameTree": "Hediye > Oto Aksesuar > Motosiklet Giyim, Kask > Polar, Sweatshirt",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "ciceksepeti-attributes",
- "count": 89,
- "data": [
- {
- "id": 7,
- "categoryId": 14959,
- "name": "Beden",
- "mandatory": true,
- "forVariant": true,
- "type": "Variant Özelliği"
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "ciceksepeti-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 2017059,
- "categoryId": 14959,
- "attributeId": 2000424,
- "value": "Marine"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "n11-categories",
- "count": 89,
- "data": [
- {
- "id": 1003353,
- "parentId": 1681,
- "name": "Tenis",
- "nameTree": "Spor Giyim & Ayakkabı > Spor Ayakkabı > Tenis",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "n11-attributes",
- "count": 89,
- "data": [
- {
- "id": 429,
- "categoryId": 1001982,
- "name": "Renk",
- "mandatory": true,
- "forVariant": true,
- "slicer": true,
- "allowCustom": false,
- "isN11Grouping": false
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "n11-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 1067894,
- "attributeId": 429,
- "categoryId": 1001982,
- "value": "M"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "pttavm-categories",
- "count": 89,
- "data": [
- {
- "id": 4177,
- "parentId": 32,
- "name": "Firewall",
- "nameTree": "Elektronik > Bilgisayar & Tablet > Ağ & Modem > Firewall",
- "isLeaf": true
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "lcw-brands",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "lcw-colors",
- "count": 89,
- "data": [
- {
- "code": "37338",
- "name": "KUM-BEYAZ"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "lcw-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "lcw-attributes",
- "count": 89,
- "data": [
- {
- "id": 7,
- "categoryId": 14959,
- "name": "Beden",
- "mandatory": true,
- "allowCustom": false
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "lcw-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 137117,
- "attributeId": 2000424,
- "categoryId": 0,
- "value": "Marine"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "ozon-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true,
- "disabled": false
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "temu-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true,
- "catType": 1,
- "secondHandCategory": false,
- "availableStatus": 1,
- "expandCatType": 1
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-brands",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-origin-countries",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Türkiye",
- "code": "TR"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-fabrics",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Cotton"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-seasons",
- "count": 89,
- "data": [
- {
- "id": 15,
- "name": "Summer"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-categories",
- "count": 89,
- "data": [
- {
- "id": 1682,
- "parentId": 1681,
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true
}
]
}| categoryId required | integer Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "modanisa-attributes",
- "count": 89,
- "data": [
- {
- "id": 7,
- "categoryId": 14959,
- "name": "Beden",
- "mandatory": true,
- "forVariant": true
}
]
}| categoryId required | integer Category ID of the attributes |
| attributeId required | integer Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "modanisa-attribute-values",
- "count": 89,
- "data": [
- {
- "id": 137117,
- "attributeId": 2000424,
- "categoryId": 14959,
- "value": "Marine"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "pazarama-brands",
- "count": 89,
- "data": [
- {
- "id": "4e38c9bf-e0e9-4c25-40bc-08d99f5c5782",
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "pazarama-categories",
- "count": 89,
- "data": [
- {
- "id": "3053ce72-9208-40bb-8775-001fb4ca654b",
- "parentId": "00b8be55-5ec1-46fd-97d9-1f70cfed5a12",
- "name": "Isı Sensörleri",
- "nameTree": "Otomobil, Motosiklet > Oto Yedek Parça > Elektrik Aksam > Isı Sensörleri",
- "isLeaf": true
}
]
}| categoryId required | string <uuid> Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "pazarama-attributes",
- "count": 89,
- "data": [
- {
- "id": "1694ba08-4082-4681-8a94-3f1a44b1c7fb",
- "categoryId": "3053ce72-9208-40bb-8775-001fb4ca654b",
- "name": "Model",
- "mandatory": false,
- "forVariant": false
}
]
}| categoryId required | string <uuid> Category ID of the attributes |
| attributeId required | string <uuid> Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "pazarama-attribute-values",
- "count": 89,
- "data": [
- {
- "id": "6a1f3cca-5849-4f57-b09f-00ab72f797b6",
- "attributeId": "1694ba08-4082-4681-8a94-3f1a44b1c7fb",
- "categoryId": "3053ce72-9208-40bb-8775-001fb4ca654b",
- "value": "Cr-Z"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "idefix-brands",
- "count": 89,
- "data": [
- {
- "id": "3573",
- "name": "Adidas"
}
]
}| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "idefix-categories",
- "count": 89,
- "data": [
- {
- "id": "4503124295",
- "parentId": "1681",
- "name": "Tıp Kitabı",
- "nameTree": "Kitap > Eğitim > Akademik > Tıp Kitabı",
- "isLeaf": true
}
]
}| categoryId required | string Category ID of the attributes |
| forVariant | boolean Variant attributes (true for variant only, false for non-variant only, leave empty for all) |
| mandatory | boolean Required attributes (true for required, false for non-required, leave empty for all) |
{- "success": true,
- "source": "idefix-attributes",
- "count": 89,
- "data": [
- {
- "id": "24",
- "categoryId": "546",
- "name": "Beden",
- "mandatory": true,
- "forVariant": true,
- "slicer": false,
- "allowCustom": false,
- "allowMultiple": false
}
]
}| categoryId required | string Category ID of the attributes |
| attributeId required | string Attribute ID of the values |
| query | string Search terms (case-insensitive) |
| limit | integer Size of list (default: 10, max: 50) |
{- "success": true,
- "source": "idefix-attribute-values",
- "count": 89,
- "data": [
- {
- "id": "93301",
- "attributeId": "24",
- "categoryId": "546",
- "value": "Marine"
}
]
}