Home Plate Developer API
Access your family's meal plans, recipes, and shopping lists programmatically. Build integrations with smart home systems, custom dashboards, and more.
Terminal
curl -H "X-API-Key: hp_your_key_here" \ https://www.homeplatemeal.com/api/meal-plans/v1/current
Build with the Home Plate API
Meal Plans
Retrieve your family's current weekly meal plan with all meals organized by day and meal type.
Simple Authentication
Generate an API key from the developer portal and include it in your requests. No OAuth flows required.
Shopping Lists
Get consolidated shopping lists for your meal plan, ready for integration with grocery apps and smart home systems.
RESTful JSON API
Clean, versioned JSON endpoints. Per-resource versioning means new features never break your existing integrations.