GET /recipes/convert

Convert Amounts

Convert amounts like "2 cups of flour to grams".

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/convert
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "answer": "string",
   "sourceAmount": 0,
   "sourceUnit": "string",
   "targetAmount": 0,
   "targetUnit": "string",
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found