{ "opencollection": "1.0.0", "info": { "name": "CalorieNinjas Imagetextnutrition Recipe API", "version": "1.0.0" }, "items": [ { "info": { "name": "Recipe", "type": "folder" }, "items": [ { "info": { "name": "CalorieNinjas Get recipes", "type": "http" }, "http": { "method": "GET", "url": "https://api.calorieninjas.com/v1/recipe", "params": [ { "name": "query", "value": "", "type": "query", "description": "A string containing a dish name. Partial match is supported." } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Retrieve a list of recipes matching the search query." } ] } ], "bundled": true }