Discover/lacroixwater.com API
live

lacroixwater.com APIwww.lacroixwater.com

Browse all LaCroix sparkling water flavors and get detailed information like pricing, stock availability, and product images for any flavor. Find exactly what you need to compare options and check what's in stock before you shop.

Endpoints
3
Updated
3h ago
Try it

No input parameters required.

api.parse.bot/scraper/7a8c4c6e-ea61-47c4-b593-d61de79aed64/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7a8c4c6e-ea61-47c4-b593-d61de79aed64/get_flavors' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Returns all available LaCroix sparkling water flavors ordered by display rank. Each flavor includes title, slug, description, SKU, pricing, stock status, color, and product image URL.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of flavors",
    "flavors": "array of flavor objects with title, slug, description, emoji_description, sku, product_type, stock_status, price, flavor_color, and image_url"
  },
  "sample": {
    "data": {
      "total": 23,
      "flavors": [
        {
          "sku": "012993401238",
          "slug": "pineapple-coconut",
          "price": {
            "value": 26,
            "currency": "USD"
          },
          "title": "Pineapple Coconut",
          "image_url": "https://cdn.sanity.io/images/hvp4ig31/production/746f6d269252a928480cd6ae8a3792e74e7f60c7-660x1260.png",
          "description": "Pineapple Coconut brings a bright pineapple sparkle with a smooth coconut finish. A refreshing tropical twist in every sip.",
          "flavor_color": "#fff081",
          "product_type": "SimpleProduct",
          "stock_status": "IN_STOCK",
          "emoji_description": "Pineapple Coconut brings a bright pineapple sparkle with a smooth coconut finish. A refreshing tropical twist in every sip. 🍍🥵"
        }
      ]
    },
    "status": "success"
  }
}

About the lacroixwater.com API

The lacroixwater.com API on Parse exposes 3 endpoints for the publicly available data on www.lacroixwater.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.