GET /mealplanner/{username}/shopping-list
Get Shopping List
Get the current shopping list for the given user.
Request Traces
Request Headers
GET https://api.spoonacular.com/mealplanner/{username}/shopping-list
Accept: application/json
HTTP Response
HTTP 200
Success
{
"aisles": [
{
"aisle": "string",
"items": [
{
"aisle": "string",
"cost": 0,
"id": 0,
"ingredientId": 0,
"measures": {
"metric": {
"amount": 0,
"unit": "string",
},
"original": {
"amount": 0,
"unit": "string",
},
"us": {
"amount": 0,
"unit": "string",
},
},
"name": "string",
"pantryItem": false,
},
],
},
],
"cost": 0,
"endDate": 0,
"startDate": 0,
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
