MIt app inventor + API nutrición

Es posible usar la API Edamam para crear una aplicación que me diga los valores nutricionales de la comida buscada?

la API necesita una ID , una KEY (las cuales poseo) y la comida que se desea buscar:
https://api.edamam.com/api/nutrition-data?app_id={app_id}&app_key={app_key}&ingr={Comida}

Yes, this should be possible. You'll need to construct the URL correctly and then use the Web component to initiate the request.

Maybe when you get it working, add it to our collection at