{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-diet-planner",
  "title": "GG402 \u00b7 Personalized Diet Plan Generator",
  "url": "https://gg402.vercel.app/diet_planner",
  "category": "ai",
  "summary": "Creates complete weekly diet plans including meal structures, nutritional analysis, and automated shopping lists based on dietary constraints.",
  "seo": {
    "title": "AI Diet Planner API - Meal Plans & Shopping Lists",
    "description": "Generate customized diet plans with meals, nutrition breakdowns, and shopping lists. $0.01 USDC per plan. AI-powered on Base."
  },
  "use_cases": [
    "Generate meal plans for health coaching apps",
    "Create shopping lists from nutrition goals",
    "Build diet adherence tracking systems"
  ],
  "ideal_buyer": "Health and wellness agents building personalized nutrition services without maintaining dietary expertise databases.",
  "example_prompt": "Create a Mediterranean diet plan for 2000 calories with vegetarian options and generate the shopping list",
  "example_request_body": {
    "calories": 2000,
    "diet_type": "mediterranean",
    "restrictions": [
      "vegetarian"
    ],
    "include_shopping_list": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x9257cd24721e3c06e9f7655b77c283bcd9652132",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Creates customized diet plans with meal ideas, nutritional breakdowns, and shopping lists based on dietary goals, preferences, and restrictions.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "goal": {
              "type": "string",
              "required": true,
              "description": "Diet goal, e.g., 'weight loss', 'muscle gain'."
            },
            "preferences": {
              "type": "array",
              "required": false,
              "description": "Dietary preferences, e.g., ['low-carb', 'high-protein']."
            },
            "restrictions": {
              "type": "array",
              "required": false,
              "description": "Dietary restrictions, e.g., ['vegan', 'gluten-free']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "plan",
            "shopping_list"
          ],
          "properties": {
            "plan": {
              "type": "object",
              "properties": {
                "weekly_meals": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "day": {
                        "type": "string",
                        "description": "Day of the week, e.g., 'Monday'."
                      },
                      "lunch": {
                        "type": "string",
                        "description": "Lunch meal idea."
                      },
                      "dinner": {
                        "type": "string",
                        "description": "Dinner meal idea."
                      },
                      "snacks": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        },
                        "description": "Snack ideas."
                      },
                      "breakfast": {
                        "type": "string",
                        "description": "Breakfast meal idea."
                      },
                      "nutritional_breakdown": {
                        "type": "object",
                        "properties": {
                          "fat": {
                            "type": "number",
                            "description": "Fat in grams."
                          },
                          "carbs": {
                            "type": "number",
                            "description": "Carbohydrates in grams."
                          },
                          "protein": {
                            "type": "number",
                            "description": "Protein in grams."
                          },
                          "calories": {
                            "type": "number",
                            "description": "Total calories."
                          }
                        },
                        "description": "Nutritional breakdown for the day."
                      }
                    }
                  },
                  "description": "List of meals for the week."
                }
              },
              "description": "Weekly diet structure with meals and nutrients."
            },
            "shopping_list": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Ingredients needed."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gg402-vercel-app",
    "host": "gg402.vercel.app",
    "title": "x402 API Marketplace | Pay-per-call APIs with Crypto",
    "description": "Discover and integrate paid APIs using the x402 protocol. Micropayments made simple with crypto.",
    "url": "https://gg402.vercel.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gg402-vercel-app-diet-planner",
    "url": "https://x402all.com/resource/gg402-vercel-app-diet-planner",
    "name": "GG402 \u00b7 Personalized Diet Plan Generator",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-diet-planner",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gg402.vercel.app/diet_planner",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gg402-vercel-app",
      "url": "https://gg402.vercel.app",
      "name": "x402 API Marketplace | Pay-per-call APIs with Crypto",
      "@type": "Organization"
    },
    "identifier": "gg402-vercel-app-diet-planner",
    "description": "Generate customized diet plans with meals, nutrition breakdowns, and shopping lists. $0.01 USDC per plan. AI-powered on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-diet-planner",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-diet-planner"
}
