Hi, and thanks for your response.
Please note the same problem in API `recipe.get` with field `recipe_categories.recipe_category`. Example recipe ID: 41053855.
Observed:
{"recipe_category": {
"recipe_category_name": "Scone",
"recipe_category_url": "https:\/\/
www.fatsecret.com\/recipes\/collections\/meal\/bakery-and-baked-products\/scone\/Default.aspx"
} }
Expected result:
{"recipe_category": [{
"recipe_category_name": "Scone",
"recipe_category_url": "https:\/\/
www.fatsecret.com\/recipes\/collections\/meal\/bakery-and-baked-products\/scone\/Default.aspx"
} ]}
Kind regards