Line 1,571: |
Line 1,571: |
| =====Getting suggestions for Countries===== | | =====Getting suggestions for Countries===== |
| * http://world.openfoodfacts.org/cgi/suggest.pl?lc=fr&tagtype=countries&string=f | | * http://world.openfoodfacts.org/cgi/suggest.pl?lc=fr&tagtype=countries&string=f |
− | ==== Ingredients ==== | + | ==== Composition of a product : ingredients, detected ingredients, traces, allergens ==== |
− | ===== List of ingredients on a specific product ===== | + | |
| + | ===== Ingredients ===== |
| + | ====== List of ingredients on a specific product ====== |
| On a product '''ingredients_text''' contains the text of the ingredients. It is parsed and we construct an '''ingredients_tags''' list, but those will contain synonyms etc. We do not have a full taxonomy for ingredients yet. It's a work in progress. | | On a product '''ingredients_text''' contains the text of the ingredients. It is parsed and we construct an '''ingredients_tags''' list, but those will contain synonyms etc. We do not have a full taxonomy for ingredients yet. It's a work in progress. |
− | ===== List of detected ingredients ===== | + | ====== List of detected ingredients ====== |
| * http://world.openfoodfacts.org/ingredients.json | | * http://world.openfoodfacts.org/ingredients.json |
| * http://world.openfoodfacts.org/ingredients.xml | | * http://world.openfoodfacts.org/ingredients.xml |
| | | |
− | ===== List of products where a specific ingredient has been detected ===== | + | ====== List of products where a specific ingredient has been detected ====== |
| * http://world.openfoodfacts.org/ingredient/sucre.xml | | * http://world.openfoodfacts.org/ingredient/sucre.xml |
| * http://world.openfoodfacts.org/ingredient/sucre.json | | * http://world.openfoodfacts.org/ingredient/sucre.json |
| <pre>Do not make the assumption that the ingredient is or is not present based on this. Parsing errors happen.</pre> | | <pre>Do not make the assumption that the ingredient is or is not present based on this. Parsing errors happen.</pre> |
| | | |
− | =====Getting suggestions for ingredients (ONLY FOR OBF at the moment) ===== | + | ======Getting suggestions for ingredients (ONLY FOR OBF at the moment) ====== |
| * http://world.openbeautyfacts.org/cgi/suggest.pl?lc=fr&tagtype=ingredients&string=f | | * http://world.openbeautyfacts.org/cgi/suggest.pl?lc=fr&tagtype=ingredients&string=f |
| | | |