Sign in | Sign up

Nutritionix v2.0 API Endpoints

The Nutritionix Track API powers the Nutritionix Track mobile app. We recommend checking out the Nutritionix Track app to see our recommended best practices for API implementation. As of August 2017, we only support the v2.0 API endpoints, which are endpoints beginning with trackapi.nutritionix.com/v2.


Natural Language for Nutrients (v2/natural) Parse natural language requests like "1 cup flour, 1 pinch of salt, and 1 cup butter", or use in combination with the /v2/search/instant endpoint to provide nutrition information for common foods. (live demo here)
Instant Endpoint (v2/search/instant) Provides fast results for autocomplete text box interfaces.
Search-Item Endpoint (v2/search/item) Powers UPC Lookup, or use in combination with the /v2/search/instant endpoint to provide nutrition information for any branded food item.
Natural Language for Exercise (v2/natural/exercise) Parse requests like "30 minutes yoga" and calculate the calories burned. (live demo here)