{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gg402-vercel-app-meal-planner-dietary",
  "title": "GG402 \u00b7 Dietary Meal Planner",
  "url": "https://gg402.vercel.app/meal_planner_dietary",
  "category": "ai",
  "summary": "Create personalized weekly meal plans with recipes, nutritional breakdowns, and automated shopping lists based on dietary preferences and restrictions.",
  "seo": {
    "title": "GG402 Meal Planner API | Dietary Planning x402 $0.01",
    "description": "Generate weekly meal plans with recipes tailored to dietary restrictions via GG402's x402 API. Pay $0.01 USDC per call on Base. Includes shopping lists and nutrition summaries."
  },
  "use_cases": [
    "Generate keto meal plans with complete macros and shopping lists",
    "Create allergen-free weekly menus with nutritional tracking",
    "Plan vegetarian family meals with automated ingredient aggregation"
  ],
  "ideal_buyer": "Meal planning apps, nutrition coaches, and health platforms that need customizable weekly meal generation with integrated shopping and nutrition data.",
  "example_prompt": "Create a 7-day Mediterranean meal plan for 2 people that avoids dairy and shellfish, with calories under 2000 per day.",
  "example_request_body": {
    "days": 7,
    "servings": 2,
    "cuisine_style": "Mediterranean",
    "calorie_target": 2000,
    "dietary_restrictions": [
      "dairy-free",
      "no shellfish"
    ]
  },
  "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": "Plans weekly meals with recipes tailored to dietary restrictions, preferences, and nutritional goals.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "num_people": {
              "type": "number",
              "required": true,
              "description": "Number of people to plan for."
            },
            "preferences": {
              "type": "array",
              "required": false,
              "description": "List of preferences, e.g., ['spicy', 'quick_prep']."
            },
            "calories_per_day": {
              "type": "number",
              "required": false,
              "description": "Daily calorie target."
            },
            "dietary_restrictions": {
              "type": "array",
              "required": true,
              "description": "List of dietary restrictions, e.g., ['vegan', 'gluten_free']."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "weekly_plan",
            "shopping_list",
            "nutritional_summary",
            "tips"
          ],
          "properties": {
            "tips": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Cooking and substitution advice."
            },
            "weekly_plan": {
              "type": "object",
              "properties": {
                "friday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "monday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "sunday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "tuesday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "saturday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "thursday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "wednesday": {
                  "type": "object",
                  "properties": {
                    "lunch": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "dinner": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    },
                    "breakfast": {
                      "type": "object",
                      "properties": {
                        "name": {
                          "type": "string"
                        },
                        "calories": {
                          "type": "number"
                        },
                        "ingredients": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "instructions": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              },
              "description": "Meals for each day with recipes."
            },
            "shopping_list": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "item": {
                    "type": "string"
                  },
                  "quantity": {
                    "type": "string"
                  }
                }
              },
              "description": "Required ingredients."
            },
            "nutritional_summary": {
              "type": "object",
              "properties": {
                "fats": {
                  "type": "number"
                },
                "carbs": {
                  "type": "number"
                },
                "protein": {
                  "type": "number"
                },
                "total_calories": {
                  "type": "number"
                }
              },
              "description": "Calorie and macro breakdowns."
            }
          }
        }
      }
    }
  ],
  "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-meal-planner-dietary",
    "url": "https://x402all.com/resource/gg402-vercel-app-meal-planner-dietary",
    "name": "GG402 \u00b7 Dietary Meal Planner",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gg402-vercel-app-meal-planner-dietary",
      "@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/meal_planner_dietary",
    "@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-meal-planner-dietary",
    "description": "Generate weekly meal plans with recipes tailored to dietary restrictions via GG402's x402 API. Pay $0.01 USDC per call on Base. Includes shopping lists and nutrition summaries.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gg402-vercel-app-meal-planner-dietary",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "ai"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gg402-vercel-app-meal-planner-dietary"
}
