Discover/Victorinox API
live

Victorinox APIvictorinox.com

Find Victorinox products by category and look up detailed material compositions and classifications for any item in their catalog. Get instant access to product specifications including material types and product classifications to compare items or verify what your tools are made from.

This API takes change requests — .
Endpoint health
monitored
get_product_materials
list_products
Checks pendingself-healing
Endpoints
2
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Page number (1-based).
Number of products per page. Clamped to 1–100.
Product category to list. Omitted defaults to SAK.
api.parse.bot/scraper/f24a72fa-f7fa-4dde-8ab1-a86a5ff46eb9/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/f24a72fa-f7fa-4dde-8ab1-a86a5ff46eb9/list_products?page=1&limit=5&category=SAK' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

List Victorinox products within a product category, with pagination. Returns product identifiers, names, descriptions, SEO paths, subcategories, and image URLs. The seo_path returned for each product is consumed by get_product_materials to fetch material and classification details. Each page costs one upstream request.

Input
ParamTypeDescription
pageintegerPage number (1-based).
limitintegerNumber of products per page. Clamped to 1–100.
categorystringProduct category to list. Omitted defaults to SAK.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "limit": "integer, results per page",
    "total": "integer, total number of products in the category",
    "has_more": "boolean, whether more pages follow",
    "products": "array of product objects, each with product_id, name, description, seo_path, category, subcategory, subcategory_code, image_url",
    "total_pages": "integer, total pages available"
  },
  "sample": {
    "data": {
      "page": 1,
      "limit": 5,
      "total": 239,
      "has_more": true,
      "products": [
        {
          "name": "Evoke Wood Damast Limited Edition 2026",
          "category": "SAK",
          "seo_path": "/Products/Swiss-Army-Knife%E2%84%A2-and-Tools/Outdoor/Evoke-Wood-Damast-Limited-Edition-2026",
          "image_url": "https://imageengine.victorinox.com/transform/c709ec4f-3045-4283-bda0-dc614d512bf3/SAK_0-9410-J26_S1",
          "product_id": "0.9410.J26",
          "description": "The Evoke Wood Damast Limited Edition 2026 combines modern precision with centuries-old forging mastery.",
          "subcategory": "Outdoor",
          "subcategory_code": "SAK_Outdoor"
        }
      ],
      "total_pages": 48
    },
    "status": "success"
  }
}

About the Victorinox API

The Victorinox API on Parse exposes 2 endpoints for the publicly available data on victorinox.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.