{ "opencollection": "1.0.0", "info": { "name": "TheCocktailDB Filter Search API", "version": "1.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "TheCocktailDB Search Cocktails by Name or First Letter", "type": "http" }, "http": { "method": "GET", "url": "https://www.thecocktaildb.com/api/json/v1/1/search.php", "params": [ { "name": "s", "value": "", "type": "query", "description": "Cocktail name to search (e.g. margarita, mojito)" }, { "name": "f", "value": "", "type": "query", "description": "First letter to browse cocktails alphabetically (single letter a-z)" }, { "name": "i", "value": "", "type": "query", "description": "Ingredient name to search" } ] }, "docs": "Search for cocktails by name using the 's' parameter, or browse cocktails starting with a specific letter using the 'f' parameter. Use the 'i' parameter to search for an ingredient by name." } ] } ], "bundled": true }