You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to do 2 things which I'm not sure if it's already implemented :) :
If we need to find a product by name/term, is there a way to use
/api/v2
? The only way I found is using this one : https://fr.openfoodfacts.org/cgi/search.pl?search_terms=milk&json=1&fields=code,product_nameCan we select subfields ?
https://fr.openfoodfacts.org/api/v2/product/80135463&fields=nutriments (Will return only nutriments)
https://fr.openfoodfacts.org/api/v2/product/80135463&fields=nutriments.carbohydrates (Could we implement this or does something already exist to achieve this ? It would only keep
carbohydrates
withinnutriments
object in the JSON)The text was updated successfully, but these errors were encountered: