{ "opencollection": "1.0.0", "info": { "name": "Nutritionix Track API v2 Brands Search API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-app-id", "value": "{{x-app-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Nutritionix Search Instant", "type": "http" }, "http": { "method": "GET", "url": "https://trackapi.nutritionix.com/v2/search/instant", "params": [ { "name": "query", "value": "cheese", "type": "query", "description": "The food search phrase to match against common and branded foods." }, { "name": "branded", "value": "", "type": "query", "description": "Whether to include branded foods in the results." }, { "name": "common", "value": "", "type": "query", "description": "Whether to include common foods in the results." }, { "name": "detailed", "value": "", "type": "query", "description": "Whether to return full nutrient detail for each result." }, { "name": "branded_type", "value": "", "type": "query", "description": "Filter branded results by type (1 for restaurant, 2 for grocery/CPG)." }, { "name": "locale", "value": "", "type": "query", "description": "Locale code used to localize results (e.g. en_US)." } ] }, "docs": "Typeahead search that returns matched common foods and branded foods for a partial or complete query string. Ideal for building food autocomplete experiences." } ] } ], "bundled": true }