{
  "id": "weight-watcher-points-calculator",
  "version": "7.0.0",
  "name": "Weight Watcher Points Calculator",
  "shortName": "Weight Watcher Points",
  "description": "Calculate an unofficial nutrient-based points estimate for educational comparison.",
  "category": "Health & Fitness",
  "categorySlug": "health-fitness",
  "keywords": [
    "weight",
    "watcher",
    "points"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/weight-watcher-points-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "Unofficial estimate; not affiliated with or endorsed by WW International.",
  "urls": {
    "page": "/calculator/weight-watcher-points-calculator/",
    "definition": "/calculator/weight-watcher-points-calculator/definition.json",
    "schema": "/calculator/weight-watcher-points-calculator/schema.json",
    "llms": "/calculator/weight-watcher-points-calculator/llms.txt",
    "legacyDefinition": "/calculator/weight-watcher-points-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/weight-watcher-points-calculator/?calories=1500&fat=50&protein=80&carbs=150&fiber=25&system=smart",
  "queryParameters": {
    "calories": {
      "label": "Calories",
      "type": "number",
      "required": false,
      "default": 1500
    },
    "fat": {
      "label": "Total Fat (g)",
      "type": "number",
      "required": false,
      "default": 50
    },
    "protein": {
      "label": "Protein (g)",
      "type": "number",
      "required": false,
      "default": 80
    },
    "carbs": {
      "label": "Carbohydrates (g)",
      "type": "number",
      "required": false,
      "default": 150
    },
    "fiber": {
      "label": "Fiber (g)",
      "type": "number",
      "required": false,
      "default": 25
    },
    "system": {
      "label": "System",
      "type": "select",
      "required": false,
      "default": "smart"
    }
  },
  "inputs": [
    {
      "id": "calories",
      "label": "Calories",
      "type": "number",
      "defaultValue": 1500
    },
    {
      "id": "fat",
      "label": "Total Fat (g)",
      "type": "number",
      "defaultValue": 50
    },
    {
      "id": "protein",
      "label": "Protein (g)",
      "type": "number",
      "defaultValue": 80
    },
    {
      "id": "carbs",
      "label": "Carbohydrates (g)",
      "type": "number",
      "defaultValue": 150
    },
    {
      "id": "fiber",
      "label": "Fiber (g)",
      "type": "number",
      "defaultValue": 25
    },
    {
      "id": "system",
      "label": "System",
      "type": "select",
      "defaultValue": "smart"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Unofficial estimate: PointsPlus-like or SmartPoints-like coefficients are applied to entered calories and nutrients, then rounded and bounded at zero.",
    "note": "Unofficial educational estimate. It is not the current proprietary WW algorithm and is not affiliated with WW International."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "calories": 1500,
        "fat": 50,
        "protein": 80,
        "carbs": 150,
        "fiber": 25,
        "system": "smart"
      }
    }
  ],
  "sources": []
}
