diff --git a/lang/aa/texts/data.html b/lang/aa/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/aa/texts/data.html +++ b/lang/aa/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/aa/texts/index-pro.html b/lang/aa/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/aa/texts/index-pro.html +++ b/lang/aa/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

diff --git a/lang/aa/texts/processing/mobile-app-promo-processing.html b/lang/aa/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/aa/texts/processing/mobile-app-promo-processing.html +++ b/lang/aa/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ach/texts/data.html b/lang/ach/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ach/texts/data.html +++ b/lang/ach/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ach/texts/index-pro.html b/lang/ach/texts/index-pro.html index 22179125842d..7e408a362db9 100644 --- a/lang/ach/texts/index-pro.html +++ b/lang/ach/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ach/texts/nova.html b/lang/ach/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ach/texts/nova.html +++ b/lang/ach/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ach/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ach/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ach/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ach/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ach/texts/processing/mobile-app-promo-processing.html b/lang/ach/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ach/texts/processing/mobile-app-promo-processing.html +++ b/lang/ach/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/af/texts/data.html b/lang/af/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/af/texts/data.html +++ b/lang/af/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/af/texts/index-pro.html b/lang/af/texts/index-pro.html index 364229b1fb0b..aaaa4a1bbff6 100644 --- a/lang/af/texts/index-pro.html +++ b/lang/af/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/af/texts/nova.html b/lang/af/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/af/texts/nova.html +++ b/lang/af/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/af/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/af/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/af/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/af/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/af/texts/processing/mobile-app-promo-processing.html b/lang/af/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/af/texts/processing/mobile-app-promo-processing.html +++ b/lang/af/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ak/texts/data.html b/lang/ak/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ak/texts/data.html +++ b/lang/ak/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ak/texts/index-pro.html b/lang/ak/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ak/texts/index-pro.html +++ b/lang/ak/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ak/texts/nova.html b/lang/ak/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ak/texts/nova.html +++ b/lang/ak/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ak/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ak/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ak/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ak/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ak/texts/processing/mobile-app-promo-processing.html b/lang/ak/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ak/texts/processing/mobile-app-promo-processing.html +++ b/lang/ak/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/am/texts/data.html b/lang/am/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/am/texts/data.html +++ b/lang/am/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/am/texts/index-pro.html b/lang/am/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/am/texts/index-pro.html +++ b/lang/am/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/am/texts/nova.html b/lang/am/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/am/texts/nova.html +++ b/lang/am/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/am/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/am/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/am/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/am/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/am/texts/processing/mobile-app-promo-processing.html b/lang/am/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/am/texts/processing/mobile-app-promo-processing.html +++ b/lang/am/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ar/emails/user_welcome.html b/lang/ar/emails/user_welcome.html index 7a64015e0762..12e0c34c5fd3 100644 --- a/lang/ar/emails/user_welcome.html +++ b/lang/ar/emails/user_welcome.html @@ -21,4 +21,4 @@ }

Hi {{NAME}} and welcome to Open Food Facts! 🔎🍊

Thank you for joining our international community of people eager to see more transparency in the food industry by contributing to the world’s largest open food database!

Here is your user name: {{USERID}}

Sign in on the website to add and edit products.

📲 We also have a free, ad-free and private mobile scanning app you may like.

Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!

🌎 To discuss projects and connect as a community, join us on our Slack or our Forum.

🙋🙋‍♀️To become a volunteer for the project, sign up to the Contributor Skill Pool (4 min form)!

💫 To follow our latest news:

Please also get familiar with our community’s Code of Conduct.

Thank you for joining the food revolution and we look forward to your contribution! 🤳🥫

#YesWeScan

Stay tuned,

The Open Food Facts team

https://openfoodfacts.org

Still have a minute to read? 😉

Some further resources

Are you:

  • a producer? Discover our dedicated Pro platform to help you in your transparency journey
  • into cosmetics ? Discover the growing Open Beauty Facts database
  • a developer? Join us on Github to help improve the interfaces
  • a translator? Help make Open Food Facts available in your language via Crowdin

🌱 How can informed food choices make a difference?

What we eat matters when food accounts for 28% of C02 emissions, 70% of drinking water consumption and the majority of packaging waste globally. Each meal is an opportunity to have a positive impact on our health and that of our planet.

🧡 Open Food Facts is a non-profit organization and exists in part thanks to donations. If you like the project, please consider supporting it with a donation.

\ No newline at end of file +}

أهلاً {{NAME}} ومرحبًا بكم في حقائق غذائية مفتوحة! 🔎🍊

شكرًا لانضمامك إلى مجتمعنا الدولي الذي يضم الأشخاص المتحمسين لرؤية المزيد من الشفافية في صناعة الأغذية بواسطة المساهمة في أكبر قاعدة بيانات مفتوحة للأغذية في العالم!

هذا هو اسم المستخدم الخاص بك: {{USERID}}

سجل الدخول على الموقع لإضافة المنتجات وتعديلها.

📲 لدينا أيضًا تطبيق مسح ضوئي للهاتف المحمول مجاني وخالي من الإعلانات قد يعجبك.

Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!

🌎 لمناقشة المشروعات والتواصل كمجتمع، انضم إلينا على Slack أو منتدانا.

🙋🙋‍♀️ لتصبح متطوعًا في المشروع، سَجل في مُجَمع مهارات المساهمين (نموذج 4 دقائق)!

💫لمتابعة آخر أخبارنا:

Please also get familiar with our community’s Code of Conduct.

Thank you for joining the food revolution and we look forward to your contribution! 🤳🥫

#YesWeScan

Stay tuned,

The Open Food Facts team

https://openfoodfacts.org

Still have a minute to read? 😉

Some further resources

Are you:

  • a producer? Discover our dedicated Pro platform to help you in your transparency journey
  • into cosmetics ? Discover the growing Open Beauty Facts database
  • a developer? Join us on Github to help improve the interfaces
  • a translator? Help make Open Food Facts available in your language via Crowdin

🌱 How can informed food choices make a difference?

What we eat matters when food accounts for 28% of C02 emissions, 70% of drinking water consumption and the majority of packaging waste globally. Each meal is an opportunity to have a positive impact on our health and that of our planet.

🧡 Open Food Facts is a non-profit organization and exists in part thanks to donations. If you like the project, please consider supporting it with a donation.

\ No newline at end of file diff --git a/lang/ar/texts/data.html b/lang/ar/texts/data.html index 0630faba6abb..f61404fb06c8 100644 --- a/lang/ar/texts/data.html +++ b/lang/ar/texts/data.html @@ -1,6 +1,6 @@ -

معطيات

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

معطيات

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

جهة الاتصال

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ar/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/ar/texts/eco-score-the-environmental-impact-of-food-products.html index fefdefc96e73..0ec53fc89de6 100644 --- a/lang/ar/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/ar/texts/eco-score-the-environmental-impact-of-food-products.html @@ -116,7 +116,7 @@

-

التعبئة والتغليف

+

Packaging

diff --git a/lang/ar/texts/google-impact-challenge-on-climate.html b/lang/ar/texts/google-impact-challenge-on-climate.html index 19280d5a21fa..6f42e08ebe36 100644 --- a/lang/ar/texts/google-impact-challenge-on-climate.html +++ b/lang/ar/texts/google-impact-challenge-on-climate.html @@ -56,11 +56,11 @@

Our challenge: assess the environmental impacts of all food products in Euro
-

What is the Google.org Impact Challenge?

+

ما هو تحدي تأثير Google.org؟


-

Per Google.org’s words, “This program is designed to help scale existing initiatives to meet the demanding challenges of addressing climate change. It commits €10M to fund bold ideas that aim to use technology to accelerate Europe’s progress toward a greener, more resilient future.”

-

In other words (our own), this is a large grant (1,1 million euros) to work on the ambitious project we proposed to the Google Impact Challenge contest and accelerate the work we’ve been doing on the environment.

+

وفقًا لكلمات Google.org’، “تم تصميم هذا البرنامج للمساعدة في توسيع نطاق المبادرات الحالية لمواجهة التحديات الصعبة المتمثلة في التصدي لتغير المناخ. €تلتزم بتمويل الأفكار الجريئة التي تهدف إلى استخدام التكنولوجيا لتسريع تقدم أوروبا’نحو مستقبل أكثر اخضرارًا وأكثر مرونة.”

+

بمعنى آخر (منحتنا)، هذه منحة كبيرة (1.1 مليون يورو) للعمل في المشروع الطموح الذي اقترحناه على مسابقة Google Impact Challenge وتسريع العمل الذي’نقوم به في مجال البيئة.

@@ -72,13 +72,13 @@

What is the Google.org Impact Challenge?

-

We have already started with the Eco-Score... but it's only the start!

+

لقد بدأنا بالفعل باستخدام Eco-Score... ولكنها البداية فقط!

-

Less than 2 months after the launch of the Eco-Score in France, we have already seen consumers and producers engage with the Eco-Score and start changing their behaviours. That’s great!

-

Environmental assessments have to be adapted to each country, and to each product. For instance, depending on the transportation methods, the breeding and cultivation methods, or the origins of the ingredients, the environmental impact will vary.

+

بعد أقل من شهرين من إطلاق Eco-Score في فرنسا، رأينا بالفعل المستهلكين والمنتجين يتفاعلون مع Eco-Score ويبدأون في تغيير سلوكياتهم. That’s great!

+

ويجب أن تتكيف التقييمات البيئية مع كل بلد وكل منتج. For instance, depending on the transportation methods, the breeding and cultivation methods, or the origins of the ingredients, the environmental impact will vary.

The data we are using is also very French. We have a lot of information on the famous French cheese diversity, but very little on European specialties like the Belgian waffle or the Polish Bigos. Expanding to all European countries will require substantially more resources than the initial launch of the Eco-Score, which leveraged the incredible work by ADEME.

We want to offer producers very precise computations to help them change their products for the better and thus increase our impact beyond consumer behaviour change to systemic change.

diff --git a/lang/ar/texts/index-pro.html b/lang/ar/texts/index-pro.html index 698190838511..3bd25c54a6d8 100644 --- a/lang/ar/texts/index-pro.html +++ b/lang/ar/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ar/texts/keyfacts.html b/lang/ar/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/ar/texts/keyfacts.html +++ b/lang/ar/texts/keyfacts.html @@ -42,7 +42,7 @@

    Promoting nutritional quality indicators

    Creating and maintaining an ecosystem of uses and research

    -

    Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

    +

    Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

    Change the practices of manufacturers

    diff --git a/lang/ar/texts/nova.html b/lang/ar/texts/nova.html index 38fd5b052d9c..e078c65c8810 100644 --- a/lang/ar/texts/nova.html +++ b/lang/ar/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ar/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ar/texts/nutriscore/mobile-app-promo-nutriscore.html index efea88a34b77..068abd5e4016 100644 --- a/lang/ar/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ar/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,13 +1,8 @@ -
    +
    +

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحمول

    NutriScore on the Open Food Facts mobile app

    احصل على Nutri-Score من خلال تطبيق Open Food Facts!

    -
    - -
    - -

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحمول

    - -

    لمسح المنتجات الغذائية ، احصل على الدرجة الغذائية Nutri-Score ، ومجموعة NOVA للأطعمة فائقة المعالجة ، وتنبيهات المواد المسببة للحساسية ، وللتخلص من الإضافات الغذائية ، قم بتثبيت تطبيق Open Food Facts المجاني!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play Available for Windows 11 and up @@ -15,3 +10,4 @@

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحم

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +

    diff --git a/lang/ar/texts/processing/mobile-app-promo-processing.html b/lang/ar/texts/processing/mobile-app-promo-processing.html index 73e73f59e41f..95c413348564 100644 --- a/lang/ar/texts/processing/mobile-app-promo-processing.html +++ b/lang/ar/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
    +
    +

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحمول

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحمول

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store @@ -11,3 +10,5 @@

    قم بتثبيت تطبيق Open Food Facts على الهاتف المحم Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    + +

    diff --git a/lang/as/texts/data.html b/lang/as/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/as/texts/data.html +++ b/lang/as/texts/data.html @@ -1,6 +1,6 @@ -

    Data

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Data

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contact

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/as/texts/index-pro.html b/lang/as/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/as/texts/index-pro.html +++ b/lang/as/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

    Improvements -

    Get suggestions to easily improve your Nutri-Score

    +

    Get suggestions to easily improve your Nutri-Score

    • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
    • diff --git a/lang/as/texts/nova.html b/lang/as/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/as/texts/nova.html +++ b/lang/as/texts/nova.html @@ -14,7 +14,7 @@

      A classification in 4 groups to highlight the degre

      Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

      diff --git a/lang/as/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/as/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/as/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/as/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the Nutri-Score with the Open Food Facts app!

      -
      - -
      - -

      Install the Open Food Facts mobile app

      -

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

      Install the Open Food Facts mobile app



      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      +
    diff --git a/lang/as/texts/processing/mobile-app-promo-processing.html b/lang/as/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/as/texts/processing/mobile-app-promo-processing.html +++ b/lang/as/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    Install the Open Food Facts mobile app

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store @@ -11,3 +10,5 @@

    Install the Open Food Facts mobile app

    Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    + +
    diff --git a/lang/ast/texts/data.html b/lang/ast/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ast/texts/data.html +++ b/lang/ast/texts/data.html @@ -1,6 +1,6 @@ -

    Data

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Data

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contact

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ast/texts/index-pro.html b/lang/ast/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ast/texts/index-pro.html +++ b/lang/ast/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ast/texts/nova.html b/lang/ast/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ast/texts/nova.html +++ b/lang/ast/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ast/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ast/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ast/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ast/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ast/texts/processing/mobile-app-promo-processing.html b/lang/ast/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ast/texts/processing/mobile-app-promo-processing.html +++ b/lang/ast/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/az/texts/data.html b/lang/az/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/az/texts/data.html +++ b/lang/az/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/az/texts/index-pro.html b/lang/az/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/az/texts/index-pro.html +++ b/lang/az/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/az/texts/nova.html b/lang/az/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/az/texts/nova.html +++ b/lang/az/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/az/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/az/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/az/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/az/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/az/texts/processing/mobile-app-promo-processing.html b/lang/az/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/az/texts/processing/mobile-app-promo-processing.html +++ b/lang/az/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/be/texts/data.html b/lang/be/texts/data.html index 0ed13ac2b398..45fd1cfd20eb 100644 --- a/lang/be/texts/data.html +++ b/lang/be/texts/data.html @@ -1,6 +1,6 @@ -

Даныя

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Даныя

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/be/texts/index-pro.html b/lang/be/texts/index-pro.html index 637c4145dbd6..93f311fef42c 100644 --- a/lang/be/texts/index-pro.html +++ b/lang/be/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/be/texts/nova.html b/lang/be/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/be/texts/nova.html +++ b/lang/be/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/be/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/be/texts/nutriscore/mobile-app-promo-nutriscore.html index 710913e30f5d..e5522f220dc1 100644 --- a/lang/be/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/be/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,13 +1,8 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Атрымайце Nutri-Score з дапамогай праграмы Open Food Facts!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    - -

    Каб сканаваць харчовыя прадукты, атрымліваць іх харчовую каштоўнасць па ацэнцы Nutri-Score, групу NOVA для ультраапрацаваных прадуктаў, папярэджанні аб алергенах і расшыфроўваць харчовыя дабаўкі, усталюйце бясплатную праграму Open Food Facts!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play Available for Windows 11 and up @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/be/texts/processing/mobile-app-promo-processing.html b/lang/be/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/be/texts/processing/mobile-app-promo-processing.html +++ b/lang/be/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ber/texts/data.html b/lang/ber/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ber/texts/data.html +++ b/lang/ber/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ber/texts/index-pro.html b/lang/ber/texts/index-pro.html index 1c2f250a2771..6e43dab557a2 100644 --- a/lang/ber/texts/index-pro.html +++ b/lang/ber/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ber/texts/nova.html b/lang/ber/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ber/texts/nova.html +++ b/lang/ber/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ber/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ber/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ber/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ber/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ber/texts/processing/mobile-app-promo-processing.html b/lang/ber/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ber/texts/processing/mobile-app-promo-processing.html +++ b/lang/ber/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/bg/texts/data.html b/lang/bg/texts/data.html index 700b5b193e55..21d2407df66b 100644 --- a/lang/bg/texts/data.html +++ b/lang/bg/texts/data.html @@ -1,6 +1,6 @@ -

Данни

+

Conditions for reuse

Базата данни Open Food Facts е достъпна под лицензът Open Database.
Индивидуалното съдържание на базата данни е достъпно под Лиценз за съдържание на база данни.
Изображенията на продуктите са достъпни под лиценза Creative Commons Attribution ShareAlike. @@ -9,7 +9,8 @@

Данни

Моля, прочети Общи условия за използване и повторна употреба преди да използваш повторно данните.

-

Ние сме много заинтересовани да научим за какво се използват данните от Open Food Facts. Не е задължително, но ще бъдем много благодарни, ако ни кажете за вашите повторни употреби, за да можем да ги споделим с общността Open Food Facts.

+

Tell us about your reuse

+

Ние сме много заинтересовани да научим за какво се използват данните от Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Износ на данни от Open Food Facts

@@ -20,7 +21,12 @@

Износ на данни от Open Food Facts

Дъмп на MongoDB

Данните за всички продукти са налични в база данни на MongoDB.

- +
Връзка
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

Дъмп на MongoDB

https://static.openfoodfacts.org/data/md5sum
-

Делта Износ

- -

Предоставят се ежедневни делта износи за предходните 14 дни. Списъкът на наличните в момента делта файлове може да бъде намерен на - https://static.openfoodfacts.org/data/delta/index.txt. - Всеки ред представлява файл, който е достъпен на адрес https://static.openfoodfacts.org/data/delta/{filename}. - Името на файла съдържа UNIX времева маркировка на първата и последната промяна, съдържащи се в JSON файла, така че делта файловете могат - да бъдат внасяни (след извличане) с mongoimport по азбучен ред.

-

Моля, обърнете внимание, че поради естеството на mongoexport, делта файловете не могат да ви кажат за изтрити продукти. За да премахнете - изтрити продукта от вашата база данни, ще трябва да внесете пълния дъмп на MongoDB.

+

Daily delta exports

+

Предоставят се ежедневни делта износи за предходните 14 дни. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Всеки ред представлява файл, който е достъпен на адрес https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Моля, обърнете внимание, че поради естеството на mongoexport, делта файловете не могат да ви кажат за изтрити продукти. To remove deleted products from your database, you will need to import the full MongoDB dump.

Износ на данни в JSONL

-

Цялата база данни също е достъпна в JSONL формат (понякога наричан LDJSON или NDJSON), където всеки ред е JSON обект. - Той представлява същите данни като износа на MongoDB. Файлът се компресира с gzip.

+

Цялата база данни също е достъпна в JSONL формат (понякога наричан LDJSON или NDJSON), където всеки ред е JSON обект. Той представлява същите данни като износа на MongoDB. Файлът се компресира с gzip.

Връзка
@@ -52,11 +53,8 @@

Износ на данни в JSONL

-

Износ на CSV данни

- -

Данните за всички продукти или някои от продуктите могат да бъдат изтеглени във CSV формат (четим с OpenOffice, Excel и други софтуери) - чрез формуляра за разширено търсене.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Връзки
@@ -66,11 +64,8 @@

Износ на CSV данни

Кодирането на файла е Unicode UTF-8. Знакът, който разделя полетата, е <tab> (таблица).

- -

Експорт на RDF данни

- -

Базата данни е достъпна и в RDF формат. съобщение на френски.

+

Базата данни е достъпна и в RDF формат. You can read the announcement in French.

Връзка
@@ -78,56 +73,53 @@

Експорт на RDF данни

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

JSON и XML API на живо

+ +

OpenAPI Documentation for the JSON API

Наличен е и JSON API за четене на данните за продукт. Този API се използва по-специално в мобилното приложение Open Food Facts за iPhone и Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL за четене на данни за продукт: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Пример: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

Добре дошли сте да използвате API за производствени случаи, стига 1 API извикване да е = на 1 реално сканиране от потребител. Всеки опит за сканиране на базата данни с помощта на API много вероятно ще бъде блокиран, тъй като пълните ежедневни износи са достъпни точно на тази страница.

Освен това изпращането на HTTP хедър с вашето API извикване е добър начин да се свържем, ако възникне някакъв проблем.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Приложение за Android и iPhone

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

Можеш да използваш повторно кода (той е с отворен код) и да ни помогнеш да го подобрим за всички, на цялата планета.

Обвивки и SDK

Вероятно имаме обвивка за любимия ви език за програмиране. Ако го направим, можеш да го използваш и подобриш. Ако не го направим, можеш да помогнеш за създаването му.

Те ще ви позволят да консумирате данни, както и ще позволят на вашите потребители да предоставят нови данни

-

Основни принципи

+

General principles to make your users happy

  • Можеш да търсиш информация за продукти, включително много полезни изчислени стойности.
  • Ако не можете да получите информацията за конкретен продукт, можете да накарате вашия потребител да изпрати снимки и данни, които след това ще бъдат обработени от Open Food Facts AI и сътрудници, за да получите изчисления резултат, който искате да им покажете.
  • @@ -137,7 +129,7 @@

    Основни принципи

    Ако вашите потребители не очакват резултат веднага (напр. приложения за инвентар)

    • Изпратете снимки (отпред/храна/съставки): най-безболезненото нещо за вашите потребители
    • -
    • Open Food Facts AI Robotoff ще генерира някои извлечени данни от снимките
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • С времето, други приложения и общността на Open Food Facts ще запълнят пропуските в данните
    @@ -148,27 +140,40 @@

    Ако вашите потребители очакват резултат
  • Изпратете категория + етикети > скоро получете еко-оценка (относно въздействието върху околната среда)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

Можеш да използваш повторно кода (той е с отворен код) и да ни помогнеш да го подобрим за всички, на цялата планета.

+ +

SDKs

+ +

Обсъждане на данни, API и износ

-

Можете да се присъедините към чат Open Food Facts Slack, която е предпочитаният начин да задавате въпроси и да обсъждате API.

-

You can open a thread on our API documentation repository - -

За контакти

- -

За всякакви въпроси относно данните, можеш да се свържеш с нас на contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/bg/texts/index-pro.html b/lang/bg/texts/index-pro.html index 92b05c22a4f7..07162a673442 100644 --- a/lang/bg/texts/index-pro.html +++ b/lang/bg/texts/index-pro.html @@ -32,7 +32,7 @@

Потвърдени данни

Improvements -

Получавайте предложения за лесно подобряване на вашия Nutri-Score

+

Получавайте предложения за лесно подобряване на вашия Nutri-Score

  • Подобрете значително Nutri-Score с разумно намаляване на захарта, солта или наситените мастни киселини.
  • diff --git a/lang/bg/texts/nova.html b/lang/bg/texts/nova.html index c5ecc543016f..8a11d903537c 100644 --- a/lang/bg/texts/nova.html +++ b/lang/bg/texts/nova.html @@ -14,17 +14,17 @@

    Класификация в 4 групи, за да

    Някои страни използват групите NOVA за своите диетични насоки или цели, например:

    Класификацията на NOVA задава група на хранителните продукти въз основа на това каква трансформация са претърпели:
    -NOVA Group 1 - Unprocessed or minimally processed foods -NOVA Group 2 - Processed culinary ingredients -NOVA Group 3 - Processed foods -NOVA Group 4 - Ultra-processed food and drink products +NOVA Група 1 - Непреработени или минимално преработени храни +NOVA Група 2 - Преработени кулинарни съставки +NOVA Група 3 - Преработени храни +NOVA Група 4 - Свръхпреработени храни и напитки

    • Група 1 - Непреработени или минимално преработени храни
    • diff --git a/lang/bg/texts/numbers-selected.html b/lang/bg/texts/numbers-selected.html index 51406b709a60..5cee5921587e 100644 --- a/lang/bg/texts/numbers-selected.html +++ b/lang/bg/texts/numbers-selected.html @@ -9,7 +9,7 @@
      Open Food Facts има повече от 1 000 000 продукта в 182 страни -

      Number of languages in which Open Food Facts is available. +

      Брой езици, на който е наличен Open Food Facts.

      diff --git a/lang/bg/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/bg/texts/nutriscore/mobile-app-promo-nutriscore.html index 357bb474b220..29fd248cba57 100644 --- a/lang/bg/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/bg/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
      +
      +

      Инсталирай мобилното приложение на Open Food Facts

      NutriScore в мобилното приложение Open Food Facts

      Открий Nutri-Score с приложението Open Food Facts!

      -
      - -
      - -

      Инсталирай мобилното приложение на Open Food Facts

      - -

      За да сканираш хранителни продукти, научи техния Nutri-Score, тяхната NOVA група за високо-преработени храни, предупреждения за алергени и за разшифроване на добавки в храните, инсталирай безплатното приложение Open Food Facts!

      +

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Предлага се в App Store Предлага се в Google Play Available for Windows 11 and up APK за Android

      -

      Също така ще можеш лесно да добавяш нови продукти към Open Food Facts и да допринесеш към благородната цел за подобряване на храната и здравето на всички. Благодаря!

      +

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Благодаря!

      +

diff --git a/lang/bg/texts/processing/mobile-app-promo-processing.html b/lang/bg/texts/processing/mobile-app-promo-processing.html index 1a87f6b7163c..437fa75c87aa 100644 --- a/lang/bg/texts/processing/mobile-app-promo-processing.html +++ b/lang/bg/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

Инсталирай мобилното приложение на Open Food Facts

NutriScore в мобилното приложение Open Food Facts

Вземи групата NOVA с приложението Open Food Facts!

-
-

Инсталирай мобилното приложение на Open Food Facts

-

За да сканираш хранителни продукти, да получиш групата NOVA за свръхпреработени храни, оценката за хранително качество Nutri-Score, сигнали за алергени и за дешифриране на хранителни добавки, инсталирай безплатното приложение Open Food Facts!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Предлага се в App Store Предлага се в Google Play Windows Phone Store APK за Android

-

Също така ще можеш лесно да добавяш нови продукти към Open Food Facts и да допринесеш към благородната цел за подобряване на храната и здравето на всички. Благодаря!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Благодаря!

+ +
diff --git a/lang/bm/texts/data.html b/lang/bm/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/bm/texts/data.html +++ b/lang/bm/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/bm/texts/index-pro.html b/lang/bm/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/bm/texts/index-pro.html +++ b/lang/bm/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/bm/texts/nova.html b/lang/bm/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/bm/texts/nova.html +++ b/lang/bm/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/bm/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/bm/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/bm/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/bm/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/bm/texts/processing/mobile-app-promo-processing.html b/lang/bm/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/bm/texts/processing/mobile-app-promo-processing.html +++ b/lang/bm/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/bn/texts/data.html b/lang/bn/texts/data.html index 14b446e45d56..7447bccaa551 100644 --- a/lang/bn/texts/data.html +++ b/lang/bn/texts/data.html @@ -1,6 +1,6 @@ -

তথ্য

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

তথ্য

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/bn/texts/index-pro.html b/lang/bn/texts/index-pro.html index 7fa5df14ea1b..1d4b2c752958 100644 --- a/lang/bn/texts/index-pro.html +++ b/lang/bn/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/bn/texts/nova.html b/lang/bn/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/bn/texts/nova.html +++ b/lang/bn/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/bn/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/bn/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/bn/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/bn/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/bn/texts/processing/mobile-app-promo-processing.html b/lang/bn/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/bn/texts/processing/mobile-app-promo-processing.html +++ b/lang/bn/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/bo/texts/data.html b/lang/bo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/bo/texts/data.html +++ b/lang/bo/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/bo/texts/index-pro.html b/lang/bo/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/bo/texts/index-pro.html +++ b/lang/bo/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/bo/texts/nova.html b/lang/bo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/bo/texts/nova.html +++ b/lang/bo/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/bo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/bo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/bo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/bo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/bo/texts/processing/mobile-app-promo-processing.html b/lang/bo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/bo/texts/processing/mobile-app-promo-processing.html +++ b/lang/bo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/br/texts/data.html b/lang/br/texts/data.html index efd3fdb784a7..26fa6ac72376 100644 --- a/lang/br/texts/data.html +++ b/lang/br/texts/data.html @@ -1,6 +1,6 @@ -

Roadennoù

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Roadennoù

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Liamm
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Liamm
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Liamm
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Darempred

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/br/texts/index-pro.html b/lang/br/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/br/texts/index-pro.html +++ b/lang/br/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/br/texts/keyfacts.html b/lang/br/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/br/texts/keyfacts.html +++ b/lang/br/texts/keyfacts.html @@ -42,7 +42,7 @@

    Promoting nutritional quality indicators

    Creating and maintaining an ecosystem of uses and research

    -

    Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

    +

    Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

    Change the practices of manufacturers

    diff --git a/lang/br/texts/nova.html b/lang/br/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/br/texts/nova.html +++ b/lang/br/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/br/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/br/texts/nutriscore/mobile-app-promo-nutriscore.html index d95ebc235372..15bbb35b27e5 100644 --- a/lang/br/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/br/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Trugarez!

    +
    diff --git a/lang/br/texts/processing/mobile-app-promo-processing.html b/lang/br/texts/processing/mobile-app-promo-processing.html index df6aca9f8107..34ba37b5b073 100644 --- a/lang/br/texts/processing/mobile-app-promo-processing.html +++ b/lang/br/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    Install the Open Food Facts mobile app

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store @@ -11,3 +10,5 @@

    Install the Open Food Facts mobile app

    APK Android

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Trugarez!

    + +
    diff --git a/lang/bs/texts/contribute-to-open-food-facts-by-playing.html b/lang/bs/texts/contribute-to-open-food-facts-by-playing.html index a74be5d8407a..3ec56325284c 100644 --- a/lang/bs/texts/contribute-to-open-food-facts-by-playing.html +++ b/lang/bs/texts/contribute-to-open-food-facts-by-playing.html @@ -51,7 +51,7 @@

    2.
  • The "Edit" button: lets you edit the product on Open Food Facts,.

This last option is useful when the product requires further modification.

-

3. Annotations

+

3. Bilješke

On the far right of the screen (or at the very bottom of the screen if you are on mobile), there are annotations that let you know:

  • The number of products remaining to be treated (varies depending on the filters applied),
  • diff --git a/lang/bs/texts/data.html b/lang/bs/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/bs/texts/data.html +++ b/lang/bs/texts/data.html @@ -1,6 +1,6 @@ -

    Data

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Data

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contact

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/bs/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/bs/texts/eco-score-the-environmental-impact-of-food-products.html index 5d2a78bd12d8..44997828b2bd 100644 --- a/lang/bs/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/bs/texts/eco-score-the-environmental-impact-of-food-products.html @@ -116,7 +116,7 @@

    -

    Packaging

    +

    Ambalaža

    diff --git a/lang/bs/texts/index-pro.html b/lang/bs/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/bs/texts/index-pro.html +++ b/lang/bs/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

    Improvements -

    Get suggestions to easily improve your Nutri-Score

    +

    Get suggestions to easily improve your Nutri-Score

    • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
    • diff --git a/lang/bs/texts/nova.html b/lang/bs/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/bs/texts/nova.html +++ b/lang/bs/texts/nova.html @@ -14,7 +14,7 @@

      A classification in 4 groups to highlight the degre

      Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

      diff --git a/lang/bs/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/bs/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/bs/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/bs/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the Nutri-Score with the Open Food Facts app!

      -
      - -
      - -

      Install the Open Food Facts mobile app

      -

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

      Install the Open Food Facts mobile app



      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      +
    diff --git a/lang/bs/texts/processing/mobile-app-promo-processing.html b/lang/bs/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/bs/texts/processing/mobile-app-promo-processing.html +++ b/lang/bs/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    Install the Open Food Facts mobile app

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store @@ -11,3 +10,5 @@

    Install the Open Food Facts mobile app

    Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    + +
    diff --git a/lang/ca/texts/data.html b/lang/ca/texts/data.html index 15318aac3a2e..f686ff232d8c 100644 --- a/lang/ca/texts/data.html +++ b/lang/ca/texts/data.html @@ -1,6 +1,6 @@ -

    Dades

    +

    Conditions for reuse

    La base de dades d'Open Food Facts, està disponible sota la llicència Llicéncia de base de dades oberta .
    Els continguts individuals de la base de dades estan disponibles sota la llicència de contingut de la base de dades.
    Les imatges dels productes estan disponibles sota la llicència Creative Commons de reconeixement - compartir igual. Poden contenir elements gràfics subjectes a drets d'autor o altres drets, que en alguns casos es poden reproduir (drets de cotització o ús raonable).

    @@ -8,7 +8,8 @@

    Dades

    Si us plau, llegiu els Termes i condicions d'ús i reutilització abans de reutilitzar les dades.

    -

    Estem molt interessats a saber perquè s'utilitzen les dades d'Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    Estem molt interessats a saber perquè s'utilitzen les dades d'Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Exportacions de dades d'Open Food Facts

    @@ -19,7 +20,12 @@

    Exportacions de dades d'Open Food Facts

    Abocador de MongoDB

    Les dades de tots els productes estan disponibles en un bolcat de base de dades a MongoDB.

    - +
    Enllaç
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -29,21 +35,16 @@

    Abocador de MongoDB

    https://static.openfoodfacts.org/data/md5sum
    -

    Exportació Delta

    - -

    Les exportacions delta diàries es proporcionen durant els 14 dies anteriors. La llista dels fitxers delta disponibles actualment es pot trobar a - https://static.openfoodfacts.org/data/delta/index.txt. - Cada línia representa un fitxer que està disponible a https://static.openfoodfacts.org/data/delta/{filename}. - El nom del fitxer conté la marca de temps UNIX del primer i de l'últim canvi continguts al fitxer JSON, de manera que els fitxers delta es - poden importar (després de l'extracció) amb mongoimport en ordre alfabètic.

    -

    Tingueu en compte que a causa de la naturalesa de mongoexport, els fitxers delta no us poden informar sobre els productes suprimits. Per eliminar - productes suprimits de la vostra base de dades, haureu d'importar l'abocament complet de MongoDB.

    +

    Daily delta exports

    +

    Les exportacions delta diàries es proporcionen durant els 14 dies anteriors. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Cada línia representa un fitxer que està disponible a https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Tingueu en compte que a causa de la naturalesa de mongoexport, els fitxers delta no us poden informar sobre els productes suprimits. To remove deleted products from your database, you will need to import the full MongoDB dump.

    Exportació de dades JSONL

    -

    Tota la base de dades també està disponible en format JSONL (de vegades anomenat LDJSON o NDJSON) on cada línia és un objecte JSON. - Representa les mateixes dades que l'exportació de MongoDB. El fitxer està comprimit amb gzip.

    +

    Tota la base de dades també està disponible en format JSONL (de vegades anomenat LDJSON o NDJSON) on cada línia és un objecte JSON. Representa les mateixes dades que l'exportació de MongoDB. El fitxer està comprimit amb gzip.

    Enllaç
    @@ -51,11 +52,8 @@

    Exportació de dades JSONL

    -

    Exportació de dades CSV

    - -

    Les dades de tots els productes, o d'alguns dels productes, es poden descarregar en format CSV (llegible amb OpenOffice, Excel i molts altres programaris) - a través del formulari de cerca avançada .

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -65,11 +63,8 @@

    Exportació de dades CSV

    La codificació del fitxer és Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Enllaç
    @@ -77,56 +72,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -136,7 +128,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -147,27 +139,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contacte

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ca/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/ca/texts/eco-score-the-environmental-impact-of-food-products.html index c986f9350187..6ceac5b52afa 100644 --- a/lang/ca/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/ca/texts/eco-score-the-environmental-impact-of-food-products.html @@ -49,7 +49,7 @@

    Què és l'Eco-Score?



    -

    How is the Eco-Score calculated?

    +

    Com es calcula l'Eco-Score?

    La puntuació de referència: anàlisi del cicle de vida (ACV) amb dades de la base de dades Agribalyse

    diff --git a/lang/ca/texts/google-impact-challenge-on-climate.html b/lang/ca/texts/google-impact-challenge-on-climate.html index 52cc2d89bcd9..b47b2c8670f0 100644 --- a/lang/ca/texts/google-impact-challenge-on-climate.html +++ b/lang/ca/texts/google-impact-challenge-on-climate.html @@ -41,8 +41,8 @@

    Google.org Impact Challenge on Climate - Mesurar l'impacte ambiental dels al

    El nostre repte: avaluar els impactes ambientals de tots els productes alimentaris a Europa

    La missió d'Open Food Facts és empoderar les persones perquè prenguin millors opcions alimentàries per a elles mateixes i per al planeta, creant una transparència total del sistema alimentari.

    -

    Unlike nutrition, it’s hard to assess the exact impact of all your personal food choices on the planet and change your behaviour accordingly.

    -

    To counter this problem, we will compute environmental footprints for millions of food products across Europe, and link them to barcode scanning so that consumers and producers can take specific actions to reduce their impact.

    +

    A diferència de la nutrició, és difícil d'avaluar l'impacte exacte de totes les teves opcions alimentàries personals al planeta i canviar el teu comportament en conseqüència.

    +

    Per combatre aquest problema, calcularem les petjades ambientals de milions de productes alimentaris a tot Europa i els enllaçarem amb l'escaneig de codis de barres perquè els consumidors i productors puguin prendre mesures específiques per reduir-ne l'impacte.

    Esperem que ajudi a una recuperació econòmica més ecològica i sostenible donant poder als productors per crear o millorar ecològicament els productes que veneni als consumidors per reorientar les seves opcions alimentàries per al planeta.

    També esperem que - si tenim èxit - d'aquí a cinc anys, la majoria dels productes alimentaris venuts a Europa ensenyin l'impacte ambiental al davant de l'etiqueta reconeguda per centenars de milions consumidors, i els productors redueixin activament el seu impacte.

    @@ -77,7 +77,7 @@

    Ja hem començat amb l'Eco-Score... però només és el començament!

    -

    Menys de 2 mesos després del llançament de l'Eco-Score a França, ja hem vist consumidors i productors participar amb l'Eco-Score i començar a canviar els seus comportaments. That’s great !

    +

    Menys de 2 mesos després del llançament de l'Eco-Score a França, ja hem vist consumidors i productors participar amb l'Eco-Score i començar a canviar els seus comportaments. Genial!

    Les avaluacions ambientals s'han d'adaptar a cada país i a cada producte. Per exemple, segons els mètodes de transport, els mètodes de cria i cultiu, o l'origen dels ingredients, l'impacte ambiental variarà.

    Les dades que fem servir també són molt franceses. Tenim molta informació sobre la famosa diversitat de formatges francesos, però molt poca sobre especialitats europees com el waffle belga o el Bigos polonès. L'expansió a tots els països europeus requerirà substancialment més recursos que el llançament inicial de l'Eco-Score, que va aprofitar l'increïble treball d'ADEME.

    @@ -252,7 +252,7 @@

    Tradueix Open Food Facts al teu idioma

    diff --git a/lang/ca/texts/index-pro.html b/lang/ca/texts/index-pro.html index dc2a5b48c214..cac234a81129 100644 --- a/lang/ca/texts/index-pro.html +++ b/lang/ca/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

    Improvements -

    Get suggestions to easily improve your Nutri-Score

    +

    Get suggestions to easily improve your Nutri-Score

    • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
    • diff --git a/lang/ca/texts/nova.html b/lang/ca/texts/nova.html index 9baf9dab0685..7777597783f0 100644 --- a/lang/ca/texts/nova.html +++ b/lang/ca/texts/nova.html @@ -14,7 +14,7 @@

      Una classificació en 4 grups per ressaltar el grau

      Alguns països utilitzen els grups NOVA per a les seves pautes o objectius dietètics, per exemple:

      diff --git a/lang/ca/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ca/texts/nutriscore/mobile-app-promo-nutriscore.html index 8bf0ec643aaf..79c0082c829f 100644 --- a/lang/ca/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ca/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
      +
      +

      Instal·leu l’aplicació per a mòbils Open Food Facts

      NutriScore a l'aplicació mòbil Open Food Facts

      Obteniu el Nutri-Score amb l'aplicació d'Open Food Facts!

      -
      - -
      - -

      Instal·leu l’aplicació per a mòbils Open Food Facts

      - -

      Per escanejar productes alimentaris, obtenir el seu grau nutricional Nutri-Score, el grup NOVA d'aliments ultraprocessats, alertes d'al·lèrgens i per desxifrar additius alimentaris, instal·leu l'aplicació gratuïta d'Open Food Facts!

      +

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Disponible a l'App Store Disponible a Google Play -Disponible per a Windows 11 i posteriors +Available for Windows 11 and up APK d'Android

      -

      També podreu afegir fàcilment nous productes a Open Food Facts i ajudar a construir al bé comú per millorar l’alimentació i la salut de tothom. Gràcies!

      +

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Gràcies!

      +
    diff --git a/lang/ca/texts/nutrition-score-uk.html b/lang/ca/texts/nutrition-score-uk.html index 658626474966..66e04b141f77 100644 --- a/lang/ca/texts/nutrition-score-uk.html +++ b/lang/ca/texts/nutrition-score-uk.html @@ -1,9 +1,9 @@ -

    Nutrition traffic lights

    +

    Semàfor nutricional

    -

    A traffic lights system (red, orange, green) makes it possible to identify at a glance the amount of fat, saturated fats, sugars and salt contained in food products.

    +

    El sistema de semàfor (vermell, taronja, verd) permet identificar d'un cop d'ull la quantitat de greixos, greixos saturats, sucres i sal que contenen els productes alimentaris.

    -

    This traffic light system has been established by the United Kingdom's Food Standards Agency (FSA). -It is used by some manufacturers on a voluntary basis in Great Britain, but was rejected by the European Commission in 2010.

    +

    Aquest sistema de semàfors s'ha establert per la Food Standards Agency (FSA) del Regne Unit. +Alguns fabricants de la Gran Bretanya l'utilitzen de manera voluntària, però va ser rebutjat per la Comissió Europea el 2010.

    On Open Food Facts, when the nutritional values are known, the traffic lights are displayed on the product pages.

    diff --git a/lang/ca/texts/processing/group-3-description.html b/lang/ca/texts/processing/group-3-description.html index 97174cd06f19..ac599606bb78 100644 --- a/lang/ca/texts/processing/group-3-description.html +++ b/lang/ca/texts/processing/group-3-description.html @@ -1,3 +1,3 @@

    Grup 3. Aliments processats

    -

    Processed foods, such as bottled vegetables, canned fish, fruits in syrup, cheeses and freshly made breads, are made essentially by adding salt, oil, sugar or other substances from Group 2 to Group 1 foods.

    -

    Processes include various preservation or cooking methods, and, in the case of breads and cheese, non-alcoholic fermentation. Most processed foods have two or three ingredients, and are recognizable as modified versions of Group 1 foods. They are edible by themselves or, more usually, in combination with other foods. The purpose of processing here is to increase the durability of Group 1 foods, or to modify or enhance their sensory qualities.

    \ No newline at end of file +

    Els aliments processats, com ara les verdures envasades, el peix en llauna, les fruites en almívar, el formatge i el pa acabat de fer, s'elaboren bàsicament afegint sal, oli, sucre o altres substàncies dels aliments del grup 2 al grup 1.

    +

    Els processos inclouen diversos mètodes de conservació o cocció i, en el cas del pa i el formatge, la fermentació sense alcohol. La majoria dels aliments processats tenen dos o tres ingredients i es poden reconèixer com a versions modificades dels aliments del grup 1. Són comestibles tot sols o, més habitualment, en combinació amb altres aliments. El propòsit del processament és fer que els aliments del grup 1 durin més o per modificar o millorar les seves qualitats sensorials.

    \ No newline at end of file diff --git a/lang/ca/texts/processing/group-4-description.html b/lang/ca/texts/processing/group-4-description.html index e11c115be075..f89b0ddfbb31 100644 --- a/lang/ca/texts/processing/group-4-description.html +++ b/lang/ca/texts/processing/group-4-description.html @@ -1,8 +1,8 @@

    Grup 4. Aliments ultraprocessats

    -

    Ultra-processed foods, such as soft drinks, sweet or savoury packaged snacks, reconstituted meat products and pre-prepared frozen dishes, are not modified foods but formulations made mostly or entirely from substances derived from foods and additives, with little if any intact Group 1 food.

    +

    Els aliments ultraprocessats, com ara els refrescs, els aperitius dolços o salats envasats, els productes carnis reconstituïts i els plats congelats preparats prèviament, no són aliments modificats sinó formulacions fetes majoritàriament o totalment a partir de substàncies derivades d'aliments i additius, amb poc o cap aliment del grup intacte.

    Ingredients of these formulations usually include those also used in processed foods, such as sugars, oils, fats or salt. But ultra-processed products also include other sources of energy and nutrients not normally used in culinary preparations. Some of these are directly extracted from foods, such as casein, lactose, whey and gluten.

    Many are derived from further processing of food constituents, such as hydrogenated or interesterified oils, hydrolysed proteins, soya protein isolate, maltodextrin, invert sugar and high-fructose corn syrup.

    Additives in ultra-processed foods include some also used in processed foods, such as preservatives, antioxidants and stabilizers. Classes of additives found only in ultra-processed products include those used to imitate or enhance the sensory qualities of foods or to disguise unpalatable aspects of the final product. These additives include dyes and other colours, colour stabilizers; flavours, flavour enhancers, non-sugar sweeteners; and processing aids such as carbonating, firming, bulking and anti-bulking, de-foaming, anti-caking and glazing agents, emulsifiers, sequestrants and humectants.

    A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying.

    -

    The overall purpose of ultra-processing is to create branded, convenient (durable, ready to consume), attractive (hyper-palatable) and highly profitable (low-cost ingredients) food products designed to displace all other food groups. Ultra-processed food products are usually packaged attractively and marketed intensively.

    \ No newline at end of file +

    L'objectiu general de l'ultraprocessament és crear productes alimentaris de marca, còmodes (duradors, llestos per consumir), atractius (súper-apetitosos) i altament rendibles (ingredients barats) dissenyats per desplaçar tots els altres grups d'aliments. Els productes alimentaris ultraprocessats solen tenir envasos atractius i es comercialitzen de manera intensiva.

    \ No newline at end of file diff --git a/lang/ca/texts/processing/mobile-app-promo-processing.html b/lang/ca/texts/processing/mobile-app-promo-processing.html index 7418793ef9ff..c66345868bd5 100644 --- a/lang/ca/texts/processing/mobile-app-promo-processing.html +++ b/lang/ca/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
    +
    +

    Instal·leu l’aplicació per a mòbils Open Food Facts

    NutriScore a l'aplicació mòbil Open Food Facts

    Obteniu el grup NOVA amb l’aplicació Open Food Facts!

    -
    -

    Instal·leu l’aplicació per a mòbils Open Food Facts

    -

    Per a escanejar productes alimentaris, obteniu el grup NOVA d’aliments ultraprocessats, el seu índex nutricional Nutri-Score, alertes d’al·lèrgens i per desxifrar els additius alimentaris, instal·leu l’aplicació Open Food Facts gratuïta!

    +

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Disponible a l'App Store Disponible a Google Play -Botiga de Windows Phone +Windows Phone Store APK d'Android

    -

    També podreu afegir fàcilment nous productes a Open Food Facts i ajudar a construir al bé comú per millorar l’alimentació i la salut de tothom. Gràcies!

    +

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Gràcies!

    + +
    diff --git a/lang/ce/texts/data.html b/lang/ce/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ce/texts/data.html +++ b/lang/ce/texts/data.html @@ -1,6 +1,6 @@ -

    Data

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Data

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contact

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ce/texts/index-pro.html b/lang/ce/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ce/texts/index-pro.html +++ b/lang/ce/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

    Improvements -

    Get suggestions to easily improve your Nutri-Score

    +

    Get suggestions to easily improve your Nutri-Score

    • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
    • diff --git a/lang/ce/texts/nova.html b/lang/ce/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ce/texts/nova.html +++ b/lang/ce/texts/nova.html @@ -14,7 +14,7 @@

      A classification in 4 groups to highlight the degre

      Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

      diff --git a/lang/ce/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ce/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ce/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ce/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the Nutri-Score with the Open Food Facts app!

      -
      - -
      - -

      Install the Open Food Facts mobile app

      -

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

      Install the Open Food Facts mobile app



      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      +
    diff --git a/lang/ce/texts/processing/mobile-app-promo-processing.html b/lang/ce/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ce/texts/processing/mobile-app-promo-processing.html +++ b/lang/ce/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    Install the Open Food Facts mobile app

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store @@ -11,3 +10,5 @@

    Install the Open Food Facts mobile app

    Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    + +
    diff --git a/lang/chr/texts/data.html b/lang/chr/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/chr/texts/data.html +++ b/lang/chr/texts/data.html @@ -1,6 +1,6 @@ -

    Data

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Data

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Contact

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/chr/texts/index-pro.html b/lang/chr/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/chr/texts/index-pro.html +++ b/lang/chr/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/chr/texts/nova.html b/lang/chr/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/chr/texts/nova.html +++ b/lang/chr/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/chr/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/chr/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/chr/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/chr/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/chr/texts/processing/mobile-app-promo-processing.html b/lang/chr/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/chr/texts/processing/mobile-app-promo-processing.html +++ b/lang/chr/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/co/texts/data.html b/lang/co/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/co/texts/data.html +++ b/lang/co/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/co/texts/index-pro.html b/lang/co/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/co/texts/index-pro.html +++ b/lang/co/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/co/texts/nova.html b/lang/co/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/co/texts/nova.html +++ b/lang/co/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/co/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/co/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/co/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/co/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/co/texts/processing/mobile-app-promo-processing.html b/lang/co/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/co/texts/processing/mobile-app-promo-processing.html +++ b/lang/co/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/crs/texts/data.html b/lang/crs/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/crs/texts/data.html +++ b/lang/crs/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/crs/texts/index-pro.html b/lang/crs/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/crs/texts/index-pro.html +++ b/lang/crs/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/crs/texts/nova.html b/lang/crs/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/crs/texts/nova.html +++ b/lang/crs/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/crs/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/crs/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/crs/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/crs/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/crs/texts/processing/mobile-app-promo-processing.html b/lang/crs/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/crs/texts/processing/mobile-app-promo-processing.html +++ b/lang/crs/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/cs/texts/data.html b/lang/cs/texts/data.html index efeb318d8d2f..594734e519ad 100644 --- a/lang/cs/texts/data.html +++ b/lang/cs/texts/data.html @@ -1,6 +1,6 @@ -

Údaje

+

Podmínky pro opětovné použití

Databáze Open Food Facts je k dispozici pod Open Database License.
Jednotlivý obsah databáze je k dispozici pod licencí k obsahu databáze.
Obrázky produktů jsou k dispozici pod licencí Creative Commons Uveďte autora ShareAlike. @@ -9,7 +9,8 @@

Údaje

Před opětovným použitím dat si prosím přečtěte Podmínky používání a opětovného použití.

-

Velmi nás zajímá zjištění, k čemu se používají data Open Food Facts. To není povinné, ale velmi bychom ocenili, kdybyste nám řekli o svém opakovaném používání, abychom je mohli sdílet s komunitou Open Food Facts.

+

Řekněte nám o svém opětovném použití

+

Velmi nás zajímá zjištění, k čemu se používají data Open Food Facts. To není povinné, ale velmi bychom ocenili, kdybyste nám řekli o svém opětovném použití, abychom ho mohli sdílet s komunitou Open Food Facts. Můžete také vyplnit tento formulář a získat tak šanci, aby byla vaše aplikace doporučena.

Export dat Open Food Facts

@@ -20,7 +21,12 @@

Export dat Open Food Facts

Výpis MongoDB

Data pro všechny produkty jsou k dispozici ve výpisu databáze MongoDB.

- +
Odkaz
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,20 +36,17 @@

Výpis MongoDB

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

+

Denní delta exporty

Denní delta exporty jsou poskytovány za předchozích 14 dní. Seznam aktuálně dostupných delta souborů lze nalézt na - https://static.openfoodfacts.org/data/delta/index.txt. - Každý řádek představuje soubor, který je dostupný na adrese https://static.openfoodfacts.org/data/delta/{filename}. - Název souboru obsahuje UNIX časové razítko prvního a poslední změny obsažené v souboru JSON, aby delta soubory - mohly být importovány (po extrakci) pomocí mongoimport v abecedním pořadí.

-

Vezměte prosím na vědomí, že vzhledem k povaze mongoexportvám delta soubory nemohou říci o smazaných produktech. Chcete-li odstranit odstraněné produkty z databáze, musíte importovat celý výpis MongoDB.

- + https://static.openfoodfacts.org/data/delta/index.txt.

+

Každý řádek představuje soubor, který je dostupný na adrese https://static.openfoodfacts.org/data/delta/{filename}.

+

Název souboru obsahuje UNIX časové razítko prvního a poslední změny obsažené v souboru JSON, aby delta soubory mohly být importovány (po extrakci) pomocí mongoimport v abecedním pořadí.

+

Vezměte prosím na vědomí, že vzhledem k povaze mongoexportvám delta soubory nemohou říci o smazaných produktech. Chcete-li odebrat odstraněné produkty z databáze, musíte importovat celý výpis MongoDB.

Export dat JSONL

-

Celá databáze je k dispozici také ve formátu JSONL (někdy nazývaném LDJSON nebo NDJSON), kde je každý řádek objektem JSON. - Představuje stejná data jako export MongoDB. Soubor je komprimován pomocí gzip.

+

Celá databáze je k dispozici také ve formátu JSONL (někdy nazývaném LDJSON nebo NDJSON), kde je každý řádek objektem JSON. Představuje stejná data jako export MongoDB. Soubor je komprimován pomocí gzip.

Odkaz
@@ -51,11 +54,8 @@

Export dat JSONL

-

Export dat CSV

- -

Data pro všechny produkty nebo některé produkty lze stáhnout ve formátu CSV (čitelný pomocí OpenOffice, Excel a mnoha dalších softwarů) - prostřednictvím formuláře pro pokročilé vyhledávání.

+

Data pro všechny produkty nebo některé produkty lze stáhnout ve formátu CSV (čitelný pomocí LibreOffice, Excel a mnoha dalších tabulkových softwarů) prostřednictvím formuláře pro pokročilé vyhledávání.

Odkazy
@@ -65,11 +65,8 @@

Export dat CSV

Kódování souboru je Unicode UTF-8. Znak, který odděluje pole, je <tab> (tabulka).

- -

Export dat RDF

- -

Databáze je dostupná také ve formátu RDF. oznámení ve francouzštině.

+

Databáze je dostupná také ve formátu RDF. Můžete si přečíst oznámení ve francouzštině.

Odkaz
@@ -77,56 +74,53 @@

Export dat RDF

Export obrazových dat

-

Všechny obrázky a výsledky OCR lze stáhnout z našeho serveru nebo z AWS (prostřednictvím AWS Open Data Program). Podívejte se na naši dokumentaci a zjistěte více o tom, jak stahovat obrázky.

-

Živé JSON a XML API

+ + +

Dokumentace OpenAPI pro JSON API

K dispozici je také JSON API pro čtení dat pro produkt. Toto API se používá zejména v mobilní aplikaci Open Food Facts pro iPhone a Android.

-

API v průběhu času vylepšujeme, ale dbáme na zachování zpětné kompatibility. Prosím, kontaktujte nás, pokud ho používáte, abychom Vám mohli sdělit o možných změnách.

+

API v průběhu času vylepšujeme, ale dbáme na zachování zpětné kompatibility. Prosím, kontaktujte nás, pokud ho používáte, abychom Vás mohli informovat o možných změnách.

Adresa URL pro čtení dat o produktu: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Příklad: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Výsledek můžete také získat v XML pomocí .xml

-

Příklad: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Všimněte si, že pokud je výstup příliš zahlcující, můžete jej filtrovat – jak je popsáno v dokumentaci API.

+

Hledáme pomoc s OpenAPI

+Jsme dychtiví dokončit dokumentaci API, přidat případy použití a automatizovat generování SDK. Pokud jste znalci OpenAPI, rádi si necháme pomoct. +

Je velmi vítáno používat API pro produkční případy, pokud 1 volání API = 1 skutečné skenování uživatelem. Jakýkoli pokus o stažení databáze pomocí API bude velmi pravděpodobně zablokován, protože právě na této stránce jsou k dispozici úplné denní exporty.

Také odeslání HTTP hlavičky s vaším voláním API je dobrý způsob, jak se s námi spojit, pokud by nastal nějaký problém.

Pokud si nejste jistí, nebo máte nějaké dotazy (není tu žádná pošetilá otázka), Neváhejte se zeptat na kanálu #api na Slack :-)

-

Mobilní aplikace pro Android a iPhone

- -

Kód pro mobilní aplikaci Open Food Facts je dostupný na GitHubu (Flutter, Android a iOS). -Aplikace umožňuje uživatelům naskenovat čárový kód produktů, zobrazit informace o produktu a pořídit a odeslat obrázky a data pro chybějící produkty.

+

Experimentální XML API

+

Výsledek můžete také získat v XML pomocí .xml

+

Příklad: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+Toto API není aktivně udržováno a není oficiálně zdokumentováno. -

Klasická aplikace pro iOS je vyvinuta ve Swiftu.

-

Klasická aplikace pro Android je vyvinuta v Kotlin.

-

Nová aplikace pro různé platformy je aplikace Dart/Flutter.

-

Můžete znovu použít kód (je to open source) a pomoci nám jej vylepšit, pro každého na celé planetě.

Obaly a sady SDK

Pravděpodobně máme wrapper pro váš oblíbený programovací jazyk. Pokud ano, můžete to využít a vylepšit. Pokud ne, můžete pomoci s jeho vytvořením.

Umožní vám spotřebovávat data a také umožní vašim uživatelům přispívat novými daty

-

Obecné zásady

+

Obecné zásady, aby byli vaši uživatelé spokojeni

  • Můžete vyhledávat informace o produktech, včetně mnoha užitečných vypočtených hodnot.
  • Pokud nemůžete získat informace o konkrétním produktu, můžete přimět uživatele, aby poslal fotografie a data, která pak zpracuje Open Food Facts AI a přispěvatelé, aby získali vypočítaný výsledek, který jim chcete ukázat.
  • @@ -136,7 +130,7 @@

    Obecné zásady

    Pokud vaši uživatelé neočekávají výsledek okamžitě (např. aplikace Inventory)

    • Odešlete fotografie (přední strana/výživa/ingredience): pro vaše uživatele naprosto bezbolestná věc
    • -
    • Open Food Facts AI Robotoff vygeneruje některá odvozená data z fotografií
    • +
    • Open Food Facts AI „Robotoff“ vygeneruje některá odvozená data z fotografií
    • Časem mezery v datech zaplní další aplikace a komunita Open Food Facts
    @@ -147,27 +141,40 @@

    Pokud vaši uživatelé očekávají výsledek okamžitě (např. aplikace p
  • Odešlete kategorii + štítky > brzy získáte Eco-Score (o dopadu na životní prostředí)
+

Mobilní aplikace pro Android/iPhone/Flutter

+ +

Kódy pro oficiální mobilní aplikace Open Food Facts jsou dostupné na GitHubu: + Flutter, + Kotlin Android a + Swift iOS + +

Uvažujeme o přeměně zastaralých kódových základen Kotlinu a Swiftu na SDK Kotlinu a Swiftu, pomoc vítána :-)

+

Aplikace umožňuje uživatelům naskenovat čárový kód produktů, zobrazit informace o produktu a pořídit a odeslat obrázky a data pro chybějící produkty.

+ +

Můžete znovu použít kód (je to open source) a pomoci nám jej vylepšit, pro každého na celé planetě.

+ +

SDK

+ +

Diskuse o datech, API a exportu

-

Můžete se připojit k chatovací místnosti Open Food Facts Slack, což je preferovaný způsob, jak klást otázky a diskutovat o API.

-

Můžete otevřít vlákno v našem úložišti dokumentace API - -

Kontakt

- -

V případě jakýchkoli dotazů ohledně údajů nás můžete kontaktovat na contact@openfoodfacts.org +

Můžete se podívat na nejčastější dotazy týkající se API a exportů dat a běžné otázky týkající se Open Food Facts

+

Můžete se připojit k Slackové chatovací místnosti Open Food Facts, což je preferovaný způsob, jak klást otázky a diskutovat o API. Prosím položte své otázky v kanálu #api

+

Můžete otevřít vlákno v našem úložišti dokumentace API +

V případě jakýchkoli dotazů ohledně údajů nás můžete kontaktovat na reuse@openfoodfacts.org diff --git a/lang/cs/texts/index-pro.html b/lang/cs/texts/index-pro.html index 0a184cca280e..0144d9f10136 100644 --- a/lang/cs/texts/index-pro.html +++ b/lang/cs/texts/index-pro.html @@ -32,7 +32,7 @@

Ověřená data

Vylepšení -

Získejte návrhy, jak snadno zlepšit své Nutri-Score

+

Získejte návrhy, jak snadno zlepšit své Nutri-Score

  • Výrazně vylepšete Nutri-Score přiměřeným snížením cukru, soli nebo nasycených mastných kyselin.
  • diff --git a/lang/cs/texts/nova.html b/lang/cs/texts/nova.html index f8ae52ce67f0..d1346685b74b 100644 --- a/lang/cs/texts/nova.html +++ b/lang/cs/texts/nova.html @@ -14,7 +14,7 @@

    Rozdělení do 4 skupin pro zvýraznění stupně z

    Některé země používají třídy NOVA pro svá výživové doporučení nebo cíle, například:

    diff --git a/lang/cs/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/cs/texts/nutriscore/mobile-app-promo-nutriscore.html index 5f43a1071fce..7a274027505b 100644 --- a/lang/cs/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/cs/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    Nainstalujte si mobilní aplikaci Open Food Facts

    NutriScore v mobilní aplikaci Open Food Facts

    Získejte Nutri-Score s aplikací Open Food Facts!

    -
    - -
    - -

    Nainstalujte si mobilní aplikaci Open Food Facts

    - -

    Pro naskenování potravinářských výrobků získejte nutriční hodnotu Nutri-Score a skupinu NOVA pro ultrazpracované potraviny, alergeny upozornění a deyfer potravinářské přídatné látky, nainstalujte zdarma aplikaci Open Food Facts!

    +

    Pro naskenování potravinářských výrobků, získání jejich nutričních hodnot Nutri-Score a skupiny NOVA pro ultrazpracované potraviny, upozornění na alergeny a dešifrování potravinářských přídaných látek, nainstalujte zdarma aplikaci Open Food Facts!

    Dostupné na App Store Dostupné na Google Play Dostupné pro Windows 11 a vyšší Android APK

    -

    Budete také moci snadno přidávat nové produkty do Open Food Facts a pomáhat budovat společné dobro pro zlepšení jídla a zdraví všech. Děkujeme!

    +

    Budete také moci snadno přidávat nové produkty do Open Food Facts a pomáhat budovat společné dobro pro zlepšení potravin a zdraví všech. Děkujeme!

    +
diff --git a/lang/cs/texts/processing/mobile-app-promo-processing.html b/lang/cs/texts/processing/mobile-app-promo-processing.html index 1261cee3143d..4bf174c9fddb 100644 --- a/lang/cs/texts/processing/mobile-app-promo-processing.html +++ b/lang/cs/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Nainstalujte si mobilní aplikaci Open Food Facts

NutriScore v mobilní aplikaci Open Food Facts

Zjistěte třídu NOVA pomocí aplikace Open Food Facts!

-
-

Nainstalujte si mobilní aplikaci Open Food Facts

Chcete-li skenovat potraviny, získat skupinu NOVA pro ultra zpracované potraviny, jejich nutriční hodnocení Nutri-Score, upozornění na alergeny a dešifrovat potravinářská aditiva, nainstalujte si bezplatnou aplikaci Open Food Facts!

Dostupné na App Store @@ -10,4 +9,6 @@

Nainstalujte si mobilní aplikaci Open Food Facts

Windows Phone Store Android APK

-

Budete také moci snadno přidávat nové produkty do Open Food Facts a pomáhat budovat společné dobro pro zlepšení jídla a zdraví všech. Děkujeme!

+

Budete také moci snadno přidávat nové produkty do Open Food Facts a pomáhat budovat společné dobro pro zlepšení potravin a zdraví všech. Děkujeme!

+ +
diff --git a/lang/cv/texts/data.html b/lang/cv/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/cv/texts/data.html +++ b/lang/cv/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/cv/texts/index-pro.html b/lang/cv/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/cv/texts/index-pro.html +++ b/lang/cv/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/cv/texts/nova.html b/lang/cv/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/cv/texts/nova.html +++ b/lang/cv/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/cv/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/cv/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/cv/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/cv/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/cv/texts/processing/mobile-app-promo-processing.html b/lang/cv/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/cv/texts/processing/mobile-app-promo-processing.html +++ b/lang/cv/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/cy/texts/data.html b/lang/cy/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/cy/texts/data.html +++ b/lang/cy/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/cy/texts/index-pro.html b/lang/cy/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/cy/texts/index-pro.html +++ b/lang/cy/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/cy/texts/nova.html b/lang/cy/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/cy/texts/nova.html +++ b/lang/cy/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/cy/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/cy/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/cy/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/cy/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/cy/texts/processing/mobile-app-promo-processing.html b/lang/cy/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/cy/texts/processing/mobile-app-promo-processing.html +++ b/lang/cy/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/da/texts/data.html b/lang/da/texts/data.html index be67b69d36f7..d5e7e248476d 100644 --- a/lang/da/texts/data.html +++ b/lang/da/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

OFF-databasen er tilgængelig under Open Database License.
Databasens individuelle indhold er tilgængeligt under Database Content License.
Produktfotos er tilgængelige under Creative Commons Attribution ShareAlike-licensen. @@ -9,7 +9,8 @@

Data

Læs venligst Vilkår og betingelser for brug og genbrug før genbrug af ​​dataene.

-

Vi er meget interesserede i at erfare, hvad Open Food Facts-dataene anvendes til. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

Vi er meget interesserede i at erfare, hvad Open Food Facts-dataene anvendes til. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts-dataekport

@@ -20,7 +21,12 @@

Open Food Facts-dataekport

MongoDB-udtræk

Data til alle produkter er tilgængelig i et MongoDB-databaseudtræk.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,20 +36,16 @@

MongoDB-udtræk

https://static.openfoodfacts.org/data/md5sum
-

Deltaeksport

- -

Daglig deltaeksporter er tilgængelige for de foregående 14 dage. Listen over de aktuelt tilgængelige deltafiler fremgår via - https://static.openfoodfacts.org/data/delta/index.txt. - Hver linje repræsenterer en fil, der er tilgængelig via https://static.openfoodfacts.org/data/delta/{filename}. - Filnavnet indeholder UNIX-tidsstempler for den første og den sidste ændring i JSON-filen, så deltafilerne kan importeres (efter ekstraktion) med mongoimport i alfabetisk rækkefølge.

-

Bemærk, at grundet funktionaliteten af ​​mongoexport kan deltafilerne ikke oplyse dig om slettede produkter. For at fjerne - slettede produkter fra din database skal du importere et komplet MongoDB-udtræk.

+

Daily delta exports

+

Daglig deltaeksporter er tilgængelige for de foregående 14 dage. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Hver linje repræsenterer en fil, der er tilgængelig via https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Bemærk, at grundet funktionaliteten af ​​mongoexport kan deltafilerne ikke oplyse dig om slettede produkter. To remove deleted products from your database, you will need to import the full MongoDB dump.

CSV-dataeksport

-

Hele databasen er også tilgængelig i JSONL-format (undertiden betegnet LDJSON eller NDJSON), hvor hver linje er et JSON-objekt. - Det repræsenterer de samme data som MongoDB-eksporten. Filen komprimeres med gzip.

+

Hele databasen er også tilgængelig i JSONL-format (undertiden betegnet LDJSON eller NDJSON), hvor hver linje er et JSON-objekt. Det repræsenterer de samme data som MongoDB-eksporten. Filen komprimeres med gzip.

Link
@@ -51,11 +53,8 @@

CSV-dataeksport

-

CSV-dataeksport

- -

Data for alle produkter, eller nogle heraf, kan downloades i CSV-format (læsbart med OpenOffice, Excel og meget anden software) - via den avancerede søgeformular.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -65,11 +64,8 @@

CSV-dataeksport

Filindkodningen er Unicode UTF-8. Skilletegn for felter er <tab> (tabulering).

- -

RDF-dataeksport

- -

Databasen er også tilgængelig i RDF-format. announcement in French.

+

Databasen er også tilgængelig i RDF-format. You can read the announcement in French.

Link
@@ -77,56 +73,53 @@

RDF-dataeksport

Billeddataeksport

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Tjek dokumentationen for at læse mere om, hvordan billeder downloades.

+ -

Alle billeder og OCR-resultater kan enten downloades fra vores server eller fra AWS (via AWS Open Data Program). Tjek dokumentationen for at læse mere om, hvordan billeder downloades.

-

Live JSON og XML API

+

OpenAPI Documentation for the JSON API

En JSON API er også tilgængelig til læsning af et produkts data. Denne API bruges især i Open Food Facts mobil-appen (Android og iPhone).

-

API'en forbedres over tid samtidig med, at bagudkompatibiliteten bevares. Kontakt os, såfremt den anvendes, så vi kan informere om potentielle ændringer.

+

API'en forbedres over tid samtidig med, at bagudkompatibiliteten bevares. Please get in touch if you use it, so that we can tell you about potential changes.

Eksempel: https://world.openfoodfacts.org/api/v2/product/737628064502.json

Eks.: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Resultatet kan også fås i XML ved at bruge .xml

-

Eksempel: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

Du er meget velkommen til at bruge API'en til produktionssager, så længe 1 API-kald = 1 reel skanning fra en bruger. Ethvert forsøg på "scrap" af databasen vha. API'en blokeres sandsynligvis, da fuld daglig eksport er tilgængelig fra netop denne side.

Hvis du er usikker på noget eller har spørgsmål (der findes ingen fjollede spørgsmål), er du velkommen til at stille dem på Slack :-)

I tvivlstilfælde eller ved spørgsmål (dumme af slagsen findes ikke), så tøv ikke med at spørge i #api-kanalen på Slack :-)

-

Android- og iPhone-app

- -

Koden til Open Food Facts-apperne er tilgængelig via GitHub (Flutter, Android og iOS). -Apperne lader brugere skanne produktstregkoder, se produktoplysninger samt tage og indsende fotos og data for manglende produkter.

+

Experimental XML API

+

Resultatet kan også fås i XML ved at bruge .xml

+

Eksempel: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

Basis iOS-appen er udviklet i Swift.

-

Basis Android-appen er udviklet i Kotlin.

-

Den nye multiplatforms-app er udviklet i Dart/Flutter.

-

Du er velkommen til at genbruge kildekoderne (de er open-source) og hjælpe os med at forbedre dem for alle på hele planeten.

Wrappers og SDK'er

Vi har sandsynligvis en wrapper til dit yndlingsprogrammeringssprog. Har vi det, kan du bruge og forbedre den. Har vi ikke det, kan du hjælpe med at kreere den.

Du kan også deltage i Open Food Facts Slack-chatroom, som er den foretrukne måde at stille spørgsmål på og debattere API'en.

-

Generelle principper

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • DART: GitHub
  • @@ -136,7 +129,7 @@

    Generelle principper

    Hvis dine brugere ikke forventer et resultat med det samme (f.eks. lager-apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • Open Food Facts AI Robotoff genererer nogle afledte data fra fotoene
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over tid vil andre apps og Open Food Facts-fællesskabet udfylde datahullerne
    @@ -147,27 +140,40 @@

    Forventer dine brugere et resultat straks (f.eks. ernærings-apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

Apperne lader brugere skanne produktstregkoder, se produktoplysninger samt tage og indsende fotos og data for manglende produkter.

+ +

Du er velkommen til at genbruge kildekoderne (de er open-source) og hjælpe os med at forbedre dem for alle på hele planeten.

+ +

SDKs

+ +

Debattere data, API og eksport

-

Du kan deltage i Open Food Facts Slack-chatrum, der er den foretrukne måde til spørgsmål og debat af API'en.

-

Du kan åbne en tråd på vores API-dokumentationsrepo - -

Kontakt

- -

For ethvert spørgsmål vedr. dataene kan du kontakte os på contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

Du kan åbne en tråd på vores API-dokumentationsrepo +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/da/texts/index-pro.html b/lang/da/texts/index-pro.html index 7b2de8493a3c..35e0aee677a9 100644 --- a/lang/da/texts/index-pro.html +++ b/lang/da/texts/index-pro.html @@ -32,7 +32,7 @@

Valideret data

Improvements -

Få forslag til nemt at forbedre Nutri-scoren

+

Få forslag til nemt at forbedre Nutri-scoren

  • Forbedr Nutri-Score markant med en rimelig reduktion i sukker, salt eller mættede fedtsyrer.
  • diff --git a/lang/da/texts/nova.html b/lang/da/texts/nova.html index 1b2f9bba83c0..e30d5f911744 100644 --- a/lang/da/texts/nova.html +++ b/lang/da/texts/nova.html @@ -14,7 +14,7 @@

    En klassifikation i 4 grupper for at fremhæve grad

    Visse lande benytter NOVA-grupperne til deres kostvejledning eller -mål, f.eks.:

    diff --git a/lang/da/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/da/texts/nutriscore/mobile-app-promo-nutriscore.html index 6a5594246f21..398504772111 100644 --- a/lang/da/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/da/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    InstallérOpen Food Facts mobil-app'en

    Nutri-Score i Open Food Facts' apps

    Få Nutri-Score med Open Food Facts-app'en!

    -
    - -
    - -

    InstallérOpen Food Facts mobil-app'en

    - -

    For at skanne fødevarer, få deres Nutri-Score karakter, NOVA-gruppe for ultraforarbejdet fødevare, allergenadvarsler samt dechifrere fødevaretilsætningsstoffer, så installér den gratis Open Food Facts-app!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Tilgængelig i App Store Tilgængelig i Google Play Butik -Tilgængelig for Windows 11 og senere +Available for Windows 11 and up Android APK

    -

    Du vil også være i stand til nemt at tilføje nye produkter til Open Food Facts og hjælpe med at opbygge en fælles gode til forbedring af alles fødevarer og sundhed. Tak!

    +

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Tak!

    +
diff --git a/lang/da/texts/processing/mobile-app-promo-processing.html b/lang/da/texts/processing/mobile-app-promo-processing.html index 9236c188692c..2da02ce6c1da 100644 --- a/lang/da/texts/processing/mobile-app-promo-processing.html +++ b/lang/da/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

InstallérOpen Food Facts mobil-app'en

Nutri-Score i Open Food Facts' apps

Få NOVA-gruppen med Open Food Facts-appen!

-
-

InstallérOpen Food Facts mobil-app'en

-

For at skanne fødevareprodukter, få NOVA-gruppen for ultraforarbejdede fødevarer, deres Nutri-Score ernæringskvalitet, allergenadvarsler, samt for at dechifrere fødevaretilsætningsstoffer, installér den gratis Open Food Facts-app!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Tilgængelig i App Store Tilgængelig i Google Play Butik -Windows Phone Butik +Windows Phone Store Android APK

-

Du vil også være i stand til nemt at tilføje nye produkter til Open Food Facts og hjælpe med at opbygge en fælles gode til forbedring af alles fødevarer og sundhed. Tak!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Tak!

+ +
diff --git a/lang/de/texts/contact.html b/lang/de/texts/contact.html index fb54ea102a8e..64a72d459614 100644 --- a/lang/de/texts/contact.html +++ b/lang/de/texts/contact.html @@ -2,8 +2,8 @@

Wenden Sie sich an das Team von Open Food Facts

Wenn Sie eine Frage, einen Kommentar oder einen Vorschlag zu Open Food Facts haben, können Sie uns eine E-Mail an contact@openfoodfacts.org senden.

-

We already have answered many common questions in our FAQ

-FAQ (Frequently Asked Questions) +

Viele häufig gestellte Fragen haben wir bereits in unseren FAQ beantwortet

+FAQ (häufig gestellte Fragen)

Wenn Sie Produzent sind, senden Sie uns bitte eine E-Mail an producers@openfoodfacts.org.

Wenn Sie Journalist sind, senden Sie uns bitte eine E-Mail an presse@openfoodfacts.org.

diff --git a/lang/de/texts/data.html b/lang/de/texts/data.html index 098c8b03ee1b..aa62afe6e945 100644 --- a/lang/de/texts/data.html +++ b/lang/de/texts/data.html @@ -1,6 +1,6 @@ -

Daten

+

Bedingungen für die Weiterverwendung

Die Datenbank von „Open Food Facts” ist unter der Open Database License verfügbar.
Die einzelnen Inhalte der Datenbank stehen unter dem Menüpunkt Database Contents License (Lizenz für Datenbankinhalte) zur Verfügung.
Die Produktfotos sind unter der Creative Commons Attribution ShareAlike Lizenz verfügbar. @@ -9,7 +9,8 @@

Daten

Bitte lesen Sie Nutzungsbedingungen und Wiederverwendung bevor Sie die Daten wiederverwenden.

-

Wir sind sehr daran interessiert zu erfahren, wofür die Daten von Open Food Facts verwendet werden. Es ist nicht verpflichtend, aber wir würden es sehr begrüßen, wenn Sie uns über Ihre Wiederverwendung informieren, damit wir sie mit der Open Food Facts-Gemeinschaft teilen können.

+

Erzählen Sie uns von Ihrer Weiterverwendung

+

Wir sind sehr daran interessiert zu erfahren, wofür die Daten von Open Food Facts verwendet werden. Es ist nicht verpflichtend, aber wir würden es sehr begrüßen, wenn Sie uns über Ihre Weiterverwendung informieren, damit wir sie mit der Open Food Facts Gemeinschaft teilen können. Sie können auch das Formular ausfüllen, um eine Gelegenheit zu bekommen, dass Ihre App vorgestellt wird.

Open Food Facts - Datenexporte

@@ -20,7 +21,12 @@

Open Food Facts - Datenexporte

MongoDB-Datenbankauszug

Die Daten für alle Produkte sind in einem MongoDB-Datenbankdump verfügbar.

- +
Herunterladen
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,18 +36,16 @@

MongoDB-Datenbankauszug

https://static.openfoodfacts.org/data/md5sum
-

Delta-Export

- -

Tägliche Delta-Exporte werden für die letzten 14 Tage bereitgestellt. Die Liste der aktuell verfügbaren Delta-Dateien finden Sie unter https://static.openfoodfacts.org/data/delta/index.txt. - Jede Zeile repräsentiert eine Datei, die unter https://static.openfoodfacts.org/data/delta/{filename} verfügbar ist. - Der Dateiname enthält den UNIX-Zeitstempel der ersten und letzten in der JSON-Datei enthaltenen Änderung, so dass die Delta-Dateien (nach der Ausleitung) mit mongoimport in alphabetischer Reihenfolge importiert werden können.

-

Bitte beachten Sie, dass die Delta-Dateien aufgrund der Natur von mongoexport nicht über gelöschte Produkte informieren können. Um gelöschte Produkte aus Ihrer Datenbank zu entfernen, müssen Sie den gesamten MongoDB-Datenbankauszug importieren.

+

Tägliche Delta-Exporte

+

Tägliche Delta-Exporte werden für die letzten 14 Tage bereitgestellt. Die Liste der derzeit verfügbaren Deltadateien finden Sie unter https://static.openfoodfacts.org/data/delta/index.txt.

+

Jede Zeile repräsentiert eine Datei, die unter https://static.openfoodfacts.org/data/delta/{filename} verfügbar ist.

+

Der Dateiname enthält den UNIX-Zeitstempel der ersten und der letzten in der JSON-Datei enthaltenen Änderung, so dass die Deltadateien (nach der Extraktion) mit mongoimport in alphabetischer Reihenfolge importiert werden können.

+

Bitte beachten Sie, dass die Delta-Dateien aufgrund der Natur von mongoexport nicht über gelöschte Produkte informieren können. Um gelöschte Produkte aus Ihrer Datenbank zu entfernen, müssen Sie den vollständigen MongoDB-Dump importieren.

CSV-Datenexport

-

Die gesamte Datenbank ist auch im Format JSONL (manchmal auch LDJSON oder NDJSON genannt) verfügbar, wobei jede Zeile ein JSON-Objekt entspricht. - Dies entspricht den gleichen Daten wie der MongoDB-Export. Die Datei wird mit gzip komprimiert.

+

Die gesamte Datenbank ist auch im Format JSONL (manchmal auch LDJSON oder NDJSON genannt) verfügbar, wobei jede Zeile ein JSON-Objekt entspricht. Dies entspricht den gleichen Daten wie der MongoDB-Export. Die Datei wird mit gzip komprimiert.

Herunterladen
@@ -49,10 +53,8 @@

CSV-Datenexport

-

CSV-Daten-Export

- -

Daten für alle Produkte oder einige der Produkte können im CSV-Format (lesbar mit OpenOffice, Excel und vielen anderen Programmen) über die erweiterte Suchmaske heruntergeladen werden.

+

Die Daten für alle oder einige der Produkte können im CSV-Format (lesbar mit LibreOffice, Excel und vielen anderen Tabellenkalkulationsprogrammen) über das Formular Erweiterte Suche heruntergeladen werden.

Links
@@ -62,11 +64,8 @@

CSV-Daten-Export

Als Dateikodierung wird Unicode UTF-8 verwendet. Als Trennzeichen für die Felder wird <tab> (Tabellierung) verwendet.

- -

RDF-Daten-Export

- -

Die Datenbank ist außerdem im RDF-Format verfügbar. Ankündigung in französischer Sprache.

+

Die Datenbank ist außerdem im RDF-Format verfügbar. Sie können die Ankündigung auf Französisch lesen.

Herunterladen
@@ -74,56 +73,53 @@

RDF-Daten-Export

Export von Bilddaten

-

Alle Bilder und OCR-Ergebnisse können entweder von unserem Server oder von AWS (über das AWS Open Data Program) heruntergeladen werden. In unserer Dokumentation erfahren Sie mehr darüber, wie Sie Bilder herunterladen können.

-

Live JSON- und XML-API

+ + +

OpenAPI-Dokumentation für die JSON-API

Eine JSON-API ist ebenfalls verfügbar, um die Daten für ein Produkt auszulesen. Diese API wird insbesondere in der mobilen App „Open Food Facts” für iPhone und Android verwendet.

-

Wir verbessern die API im Laufe der Zeit, achten aber darauf, die Rückwärtskompatibilität zu wahren. Bitte melden Sie sich, wenn Sie es benutzen, damit wir Sie über mögliche Änderungen informieren können.

+

Wir verbessern die API im Laufe der Zeit, achten aber darauf, die Rückwärtskompatibilität zu wahren. Bitte melden Sie sich, wenn Sie es verwenden, damit wir Sie über mögliche Änderungen informieren können.

-

Beispiel: https://world.openfoodfacts.org/api/v2/product/737628064502.json

+

URL zum Lesen der Daten für ein Produkt: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Beispiel: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Sie können das Ergebnis auch als XML-Datei erhalten, indem Sie .xml verwenden

-

Beispiel: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Wenn die Ausgabe zu umfangreich ist, können Sie sie filtern - wie in der API-Dokumentation beschrieben.

+

OpenAPI-Hilfe gesucht

+Wir sind bestrebt, die Dokumentation der API fertigzustellen, Anwendungsfälle hinzuzufügen und die SDK-Generierung zu automatisieren. Wenn Sie ein OpenAPI-Kenner sind, sind Sie herzlich eingeladen, uns zu helfen. +

Sie können die API gerne für Produktionsabläufe verwenden, sofern 1 API-Aufruf = 1 realer Scan durch einen Benutzer entspricht. Jeder Versuch, die Datenbank auf diese Weise abzuschöpfen, wird sehr wahrscheinlich verhindert, da vollständige tägliche Exporte auf dieser Seite verfügbar sind.

Auch das Senden eines HTTP-Headers mit Ihrem API-Aufruf ist eine gute Möglichkeit, mit uns in Kontakt zu treten, falls irgendwelche Probleme auftreten sollten.

Wenn Sie unsicher sind oder eine Frage haben (es gibt keine dummen Fragen), können Sie sie im #api-Kanal auf Slack stellen 🙂

-

Android- und iPhone-App für Mobilgeräte

- -

Der Code für die Open Food Facts Mobile App ist auf GitHub verfügbar (Flutter, Android und iOS). -Die App ermöglicht es den Nutzern, den Barcode von Produkten zu erfassen, die Produktinformationen einzusehen und Bilder und Daten zu fehlenden Produkten aufzunehmen und zu übermitteln.

+

Experimentelle XML-API

+

Sie können das Ergebnis auch als XML-Datei erhalten, indem Sie .xml verwenden

+

Beispiel: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+Diese API wird nicht aktiv gepflegt und ist nicht offiziell dokumentiert. -

Die klassische App für iOS wird in Swift entwickelt.

-

Die klassische App für Android wird in Kotlin entwickelt.

-

Die neue plattformübergreifende Anwendung ist eine Dart/Flutter-Anwendung.

-

Sie können den Quellcode (es ist Open Source) gerne wiederverwenden und uns helfen, ihn für alle auf der ganzen Welt zu verbessern.

Wrappers und SDKs

Wir haben wahrscheinlich einen Wrapper für Ihre bevorzugte Programmiersprache. Wenn wir dies tun, können Sie es nutzen und verbessern. Wenn wir es nicht tun, können Sie uns helfen, ihn zu erstellen.

Sie können dem Open Food Facts Chatroom auf Slack beitreten, der unser bevorzugter Weg ist, um Fragen zu stellen und die über die API zu diskutieren.

-

Allgemeine Grundsätze

+

Allgemeine Grundsätze, um Ihre Nutzer zufrieden zu stellen

  • Sie können nach Informationen von Produkten suchen, einschließlich vieler nützlicher Berechnungswerte.
  • Wenn Sie die Informationen über ein bestimmtes Produkt nicht abrufen können, können Sie Ihre Nutzer auffordern, Fotos und Daten zu senden, die dann von der künstlichen Intelligenz von Open Food Facts und den Mitwirkenden verarbeitet werden, um das berechnete Ergebnis zu erhalten, das Sie ihnen zeigen möchten.
  • @@ -133,7 +129,7 @@

    Allgemeine Grundsätze

    Wenn Ihre Benutzer nicht sofort ein Ergebnis erwarten (z. B. Inventarisierungs-Apps)

    • Fotos einreichen (Vorderseite/Nährwertangaben/Zutaten): dies ist für Ihre Nutzer am einfachsten
    • -
    • Die Open Food Facts AI Robotoff generiert abgeleitete Daten aus den Fotos
    • +
    • Die KI von Open Food Facts - Robotoff - wird einige abgeleitete Daten aus den Fotos generieren
    • Mit der Zeit werden andere Apps und die Open Food Facts-Community die Datenlücken füllen
    @@ -144,27 +140,40 @@

    Wenn Ihre Benutzer sofort ein Ergebnis erwarten (z. B. Ernährungs-Apps)

    Kategorie + Etiketten einreichen ➜ demnächst den Eco-Score (über die Umweltauswirkungen) erhalten
+

Mobile Anwendung für Android/iPhone/Flutter

+ +

Der Code für die offiziellen Open Food Facts Mobile Apps ist auf GitHub verfügbar + Flutter + Kotlin Android + Swift iOS + +

Wir wollen die veralteten Kotlin- und Swift-Codebasen in Kotlin- und Swift-SDKs umwandeln, Hilfe ist willkommen 🙂

+

Die App ermöglicht es den Nutzern, den Barcode von Produkten zu erfassen, die Produktinformationen einzusehen und Bilder und Daten zu fehlenden Produkten aufzunehmen und zu übermitteln.

+ +

Sie können den Quellcode (es ist Open Source) gerne wiederverwenden und uns helfen, ihn für alle auf der ganzen Welt zu verbessern.

+ +

SDKs

+ +

Über Daten, API und Exportfunktionen diskutieren

-

Sie können dem Open Food Facts Chatroom auf Slack beitreten, der unser bevorzugter Weg ist, um Fragen zu stellen und die über die API zu diskutieren.

-

Sie können ein Thema in unserem API-Dokumentations-Repository eröffnen - -

Kontakt

- -

Wenn Sie Fragen zu den Daten haben, können Sie uns unter contact@openfoodfacts.org kontaktieren. +

Sie können sich allgemeine FAQ-Fragen zur API und zum Datenexport und allgemeine Fragen zu Open Food Facts ansehen

+

Sie können dem Open Food Facts Slack-Chatroom beitreten, der der bevorzugte Weg ist, um Fragen zu stellen und die API zu diskutieren. Bitte stellen Sie Ihre Fragen im #api channel

+

Sie können ein Thema in unserem API-Dokumentations-Repository eröffnen +

Bei Fragen zu den Daten können Sie uns unter reuse@openfoodfacts.org kontaktieren. diff --git a/lang/de/texts/index-pro.html b/lang/de/texts/index-pro.html index 2f13e5992d46..3d572331df23 100644 --- a/lang/de/texts/index-pro.html +++ b/lang/de/texts/index-pro.html @@ -32,7 +32,7 @@

Geprüfte Daten

Verbesserungen -

Sie erhalten Vorschläge zur einfachen Verbesserung Ihres Nutri-Scores

+

Sie erhalten Vorschläge zur einfachen Verbesserung Ihres Nutri-Scores

  • Verbessern Sie den Nutri-Score deutlich durch eine angemessene Reduzierung von Zucker, Salz oder gesättigten Fettsäuren.
  • diff --git a/lang/de/texts/keyfacts.html b/lang/de/texts/keyfacts.html index 3bf2a4a2f69d..b6168be7c049 100644 --- a/lang/de/texts/keyfacts.html +++ b/lang/de/texts/keyfacts.html @@ -42,7 +42,7 @@

    Förderung von Indikatoren für die Nahrungsmittelqualität

    Schaffung und Aufrechterhaltung eines Ökosystems von Nutzung und Forschung

    -

    Seit seiner Gründung hat Open Food Facts ein echtes Ökosystem für die Wiederverwendung seiner Daten entwickelt. Da die Daten von Open Food Facts frei weiterverwendbar sind, haben mehrere Informationsseiten, Start-ups, Forschungslabors, Lehrer, usw. ihre Aktivitäten aufgenommen und/oder verwenden die Daten von Open Food Facts täglich: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (Was ist drin) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

    +

    Da die Daten von Open Food Facts frei weiterverwendbar sind, haben mehrere Informationsseiten, Start-ups, Forschungslabors, Lehrer, usw. ihre Aktivitäten aufgenommen und/oder verwenden die Daten von Open Food Facts täglich: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (Was ist drin) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Seit seiner Gründung hat Open Food Facts ein echtes Ökosystem für die Wiederverwendung seiner Daten entwickelt.

    Änderung der Verfahren der Hersteller

    diff --git a/lang/de/texts/nova.html b/lang/de/texts/nova.html index 640821b4133b..3adc15639419 100644 --- a/lang/de/texts/nova.html +++ b/lang/de/texts/nova.html @@ -13,7 +13,7 @@

    Eine Klassifizierung in 4 Gruppen, um den Grad der

    Einige Länder nutzen die NOVA-Gruppen beispielsweise für ihre Ernährungsrichtlinien oder -ziele:

    diff --git a/lang/de/texts/nutriscore.html b/lang/de/texts/nutriscore.html index da8c848684bc..49932a4a8415 100644 --- a/lang/de/texts/nutriscore.html +++ b/lang/de/texts/nutriscore.html @@ -94,13 +94,13 @@

    Mehr über Nutri-Score erfahren

    diff --git a/lang/de/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/de/texts/nutriscore/mobile-app-promo-nutriscore.html index bf53acc4ea43..f2f75bd9f46b 100644 --- a/lang/de/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/de/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    „Open Food Facts” für Mobilgeräte installieren

    NutriScore der mobilen App Open Food Facts

    Erleben Sie den Nutri-Score mit der Open Food Facts App!

    -
    - -
    - -

    „Open Food Facts” für Mobilgeräte installieren

    - -

    Um Lebensmittel zu erfassen, deren Nährwertklasse Nutri-Score zu erhalten, die NOVA-Gruppe für hochverarbeitete Lebensmittel, Allergenwarnungen und zum Entschlüsseln von Lebensmittelzusatzstoffen, installieren Sie die kostenlose App Open Food Facts!

    +

    Um Lebensmittel zu scannen, ihre Nutri-Score-Nährwertnote, die NOVA-Gruppe für ultra-verarbeitete Lebensmittel, Allergenwarnungen und die Entschlüsselung von Lebensmittelzusatzstoffen zu erhalten, installieren Sie die kostenlose App „Open Food Facts”!

    Im App Store erhältlich Bei Google Play erhältlich Verfügbar für Windows 11 und höher Android APK

    -

    Sie werden auch in der Lage sein, neue Produkte leicht zu Open Food Facts hinzuzufügen und zum Aufbau eines Gemeinwohls beizutragen, um die Ernährung und Gesundheit aller zu verbessern. Vielen Dank!

    +

    Sie werden dadurch in der Lage sein, auf einfache Weise neue Produkte zu Open Food Facts hinzuzufügen und dazu beizutragen, ein gemeinsames Gut zu schaffen, um die Ernährung und die Gesundheit aller zu verbessern. Vielen Dank!

    +
    diff --git a/lang/de/texts/processing/mobile-app-promo-processing.html b/lang/de/texts/processing/mobile-app-promo-processing.html index 41868ffee9d4..c19e379023ff 100644 --- a/lang/de/texts/processing/mobile-app-promo-processing.html +++ b/lang/de/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
    +
    +

    „Open Food Facts” für Mobilgeräte installieren

    NutriScore der mobilen App Open Food Facts

    NOVA-Gruppe mit der App „Open Food Facts” erfahren!

    -
    -

    „Open Food Facts” für Mobilgeräte installieren

    -

    Um Lebensmittel einzulesen, die NOVA-Gruppe für hochverarbeitete Lebensmittel, deren Nährwert Nutri-Score, Allergenwarnungen abzurufen und zum Entschlüsseln von Lebensmittelzusatzstoffen, installieren Sie die kostenlose App „Open Food Facts”!

    +

    Um Lebensmittelprodukte zu scannen, NOVA-Gruppen für hochverarbeitete Lebensmittel, deren Nährwertgehalt im Nutri-Score und Allergenwarnungen hinzuweisen und Lebensmittelzusatzstoffe zu entschlüsseln, installieren Sie die kostenlose Open Food Facts-App!

    Im App Store erhältlich Bei Google Play erhältlich Windows Phone Store Android APK

    -

    Sie werden auch in der Lage sein, neue Produkte leicht zu Open Food Facts hinzuzufügen und zum Aufbau eines Gemeinwohls beizutragen, um die Ernährung und Gesundheit aller zu verbessern. Vielen Dank!

    +

    Sie werden dadurch in der Lage sein, auf einfache Weise neue Produkte zu Open Food Facts hinzuzufügen und dazu beizutragen, ein gemeinsames Gut zu schaffen, um die Ernährung und die Gesundheit aller zu verbessern. Vielen Dank!

    + +
    diff --git a/lang/de/texts/who-we-are.html b/lang/de/texts/who-we-are.html index 7a981dd9162a..c1d786c564c1 100644 --- a/lang/de/texts/who-we-are.html +++ b/lang/de/texts/who-we-are.html @@ -1,7 +1,7 @@

    Das Team von Open Food Facts

    -

    Looking to contact us ?

    +

    Möchten Sie Kontakt mit uns aufnehmen?

    Kontakt diff --git a/lang/el/texts/data.html b/lang/el/texts/data.html index 8feed2b540ef..493d077eefda 100644 --- a/lang/el/texts/data.html +++ b/lang/el/texts/data.html @@ -1,6 +1,6 @@ -

    Δεδομένα

    +

    Conditions for reuse

    The Open Food Facts database is available under the Open Database License.
    The individual contents of the database are available under the Database Contents License.
    Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

    Δεδομένα

    Please read Terms and conditions of use and re-use before re-using the data.

    -

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

    +

    Tell us about your reuse

    +

    We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

    Open Food Facts data exports

    @@ -20,7 +21,12 @@

    Open Food Facts data exports

    MongoDB dump

    Data for all products is available in a MongoDB database dump.

    - +
    Link
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,21 +36,16 @@

    MongoDB dump

    https://static.openfoodfacts.org/data/md5sum
    -

    Delta Export

    - -

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

    -

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

    +

    Daily delta exports

    +

    Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

    +

    The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

    +

    Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

    JSONL data export

    -

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

    +

    The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

    Link
    @@ -52,11 +53,8 @@

    JSONL data export

    -

    CSV Data Export

    - -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

    Links
    @@ -66,11 +64,8 @@

    CSV Data Export

    The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

    - -

    RDF Data Export

    - -

    The database is also available in the RDF format. announcement in French.

    +

    The database is also available in the RDF format. You can read the announcement in French.

    Link
    @@ -78,56 +73,53 @@

    RDF Data Export

    Image Data Export

    +

    All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

    -

    Live JSON and XML API

    + +

    OpenAPI Documentation for the JSON API

    A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

    -

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    +

    We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

    URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    You can also get the result in XML by using .xml

    -

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

    +

    OpenAPI help wanted

    +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

    You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

    Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

    If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

    -

    Android and iPhone mobile app

    - -

    The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    +

    Experimental XML API

    +

    You can also get the result in XML by using .xml

    +

    Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +This API is not actively maintained, and not officially documented. -

    The classic app for iOS is developed in Swift.

    -

    The classic app for Android is developed in Kotlin.

    -

    The new cross-platform app is a Dart/Flutter app.

    -

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    Wrappers and SDKs

    We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

    They will let you consume data, as well as let your users contribute new data

    -

    General principles

    +

    General principles to make your users happy

    • You can search for information about products, including many useful computed values.
    • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
    • @@ -137,7 +129,7 @@

      General principles

      If your users do not expect a result immediately (e.g. Inventory apps)

      • Submit photos (front/nutrition/ingredients): most painless thing for your users
      • -
      • The Open Food Facts AI Robotoff will generate some derived data from the photos
      • +
      • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
      • Over time, other apps, and the Open Food Facts community will fill the data gaps
      @@ -148,27 +140,40 @@

      If your users expect a result immediately (e.g. Nutrition apps)

    • Submit category + labels > soon get the Eco-Score (about environmental impact)
    +

    Android/iPhone/Flutter mobile app

    + +

    The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

    We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

    +

    The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

    + +

    You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

    + +

    SDKs

    + +

    Discussing data, API and exports

    -

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    You can open a thread on our API documentation repository - -

    Επικοινωνία

    - -

    For any question regarding the data, you can contact us at contact@openfoodfacts.org +

    You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

    +

    You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

    +

    You can open a thread on our API documentation repository +

    For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/el/texts/index-pro.html b/lang/el/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/el/texts/index-pro.html +++ b/lang/el/texts/index-pro.html @@ -32,7 +32,7 @@

    Validated data

    Improvements -

    Get suggestions to easily improve your Nutri-Score

    +

    Get suggestions to easily improve your Nutri-Score

    • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
    • diff --git a/lang/el/texts/nova.html b/lang/el/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/el/texts/nova.html +++ b/lang/el/texts/nova.html @@ -14,7 +14,7 @@

      A classification in 4 groups to highlight the degre

      Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

      diff --git a/lang/el/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/el/texts/nutriscore/mobile-app-promo-nutriscore.html index 96ceddc46266..066ab01b5722 100644 --- a/lang/el/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/el/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the Nutri-Score with the Open Food Facts app!

      -
      - -
      - -

      Install the Open Food Facts mobile app

      -

      To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store Available on Google Play -Available for Windows 11 and up +Available for Windows 11 and up Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      +
    diff --git a/lang/el/texts/processing/mobile-app-promo-processing.html b/lang/el/texts/processing/mobile-app-promo-processing.html index 46cf78bf4df3..2ab4cd56ed01 100644 --- a/lang/el/texts/processing/mobile-app-promo-processing.html +++ b/lang/el/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the NOVA group with the Open Food Facts app!

    -
    -

    Install the Open Food Facts mobile app

    To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play -Windows Phone Store +Windows Phone Store Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    + +
    diff --git a/lang/en/texts/data.html b/lang/en/texts/data.html index 262e4c083ded..e63980b643a5 100644 --- a/lang/en/texts/data.html +++ b/lang/en/texts/data.html @@ -90,7 +90,7 @@

    OpenAPI Documentation for the JSON API

    OpenAPI help wanted

    @@ -140,12 +140,9 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
-

Android/iPhone/Flutter mobile app

+

Android and iPhone mobile app

-

The code for the official Open Food Facts mobile apps is available on GitHub - Flutter - Kotlin Android - Swift iOS +

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Kotlin Android and Swift iOS).

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

diff --git a/lang/en_AU/texts/data.html b/lang/en_AU/texts/data.html index 26f9d7548fcc..8a8b7a09f93f 100644 --- a/lang/en_AU/texts/data.html +++ b/lang/en_AU/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -32,19 +38,14 @@

MongoDB dump

Delta Export

-

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

- +

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

+ -

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

Live JSON and XML API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,38 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android and iPhone mobile app

+ +

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Kotlin Android and Swift iOS). + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-) +The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/en_AU/texts/index-pro.html b/lang/en_AU/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/en_AU/texts/index-pro.html +++ b/lang/en_AU/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/en_AU/texts/nova.html b/lang/en_AU/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/en_AU/texts/nova.html +++ b/lang/en_AU/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/en_AU/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/en_AU/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/en_AU/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/en_AU/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/en_AU/texts/processing/mobile-app-promo-processing.html b/lang/en_AU/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/en_AU/texts/processing/mobile-app-promo-processing.html +++ b/lang/en_AU/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/en_GB/texts/data.html b/lang/en_GB/texts/data.html index 26f9d7548fcc..8a8b7a09f93f 100644 --- a/lang/en_GB/texts/data.html +++ b/lang/en_GB/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -32,19 +38,14 @@

MongoDB dump

Delta Export

-

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

- +

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

+ -

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

Live JSON and XML API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,38 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android and iPhone mobile app

+ +

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Kotlin Android and Swift iOS). + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-) +The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/en_GB/texts/index-pro.html b/lang/en_GB/texts/index-pro.html index 8839b1278396..d18f8298275d 100644 --- a/lang/en_GB/texts/index-pro.html +++ b/lang/en_GB/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/en_GB/texts/nova.html b/lang/en_GB/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/en_GB/texts/nova.html +++ b/lang/en_GB/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/en_GB/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/en_GB/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/en_GB/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/en_GB/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/en_GB/texts/processing/mobile-app-promo-processing.html b/lang/en_GB/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/en_GB/texts/processing/mobile-app-promo-processing.html +++ b/lang/en_GB/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/eo/texts/data.html b/lang/eo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/eo/texts/data.html +++ b/lang/eo/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/eo/texts/index-pro.html b/lang/eo/texts/index-pro.html index b447e68947f6..1a655ee6345e 100644 --- a/lang/eo/texts/index-pro.html +++ b/lang/eo/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/eo/texts/nova.html b/lang/eo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/eo/texts/nova.html +++ b/lang/eo/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/eo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/eo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/eo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/eo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/eo/texts/processing/mobile-app-promo-processing.html b/lang/eo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/eo/texts/processing/mobile-app-promo-processing.html +++ b/lang/eo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/es/emails/user_welcome.html b/lang/es/emails/user_welcome.html index 908200d6aa33..9ccae73c724c 100644 --- a/lang/es/emails/user_welcome.html +++ b/lang/es/emails/user_welcome.html @@ -21,4 +21,4 @@ }

Hola, {{NAME}} ¡Te damos la bienvenida a Open Food Facts!🔎🍊

Gracias por unirte a nuestra comunidad internacional de personas deseosas por ver más transparencia en la industria alimentaria, contribuyendo a la mayor base de datos de alimentos abierta del mundo.

Este es tu nombre de usuario: {{USERID}}

Inicia sesión en la página web para añadir o editar productos.

📲 También disponemos una aplicación móvil de escaneo que te puede interesar. Es gratuita, sin anuncios y privada.

Open Food Facts es un proyecto colaborativo al que puedes aportar mucho más que nuevos productos: ¡tu energía, entusiasmo e ideas!

🌎 Para hablar sobre los proyectos y conectar con la comunidad, únete a nuestro Slack o a nuestro foro.

🙋🙋‍♀️Si quieres formar parte del voluntariado del proyecto, regístrate en el Grupo de Habilidades de Colaboradores (formulario de 4 minutos).

💫 Para mantenerte al día sobre nuestras novedades:

Te recomendamos que te familiarices con el Código de conducta de nuestra comunidad.

Gracias por unirte a la revolución alimentaria. ¡Esperamos tus contribuciones! 🤳🥫

#YesWeScan

¡Mantente al tanto!

El equipo de Open Food Facts

https://openfoodfacts.org

¿Tienes un minuto? 😉 😉 😉

Otros recursos

¿Eres...

  • ... productor/a? Descubre nuestra Plataforma Pro que te ayudará a través de tu viaje hacia la transparencia.
  • ... amante de los cosméticos? Descrube la base de datos en crecimiento de Open Beauty Facts.
  • ... desarrollador/a? Únete a nuestro equipo en Github y ayúdanos a mejorar la interfaz.
  • ... traductor/a? Haz a que Open Food Facts esté disponible en tu idioma a través de Crowdin.

🌱 ¿Cómo puede marcar la diferencia una elección de alimentos informada?

Saber lo que comemos es importante cuando los alimentos representan el 28 % de las emisiones de C02, el 70 % del consumo de agua potable y la mayoría de los residuos de envases en todo el mundo. Cada comida es una oportunidad para generar un impacto positivo en nuestra salud y en la de nuestro planeta.

🧡 Open Food Facts es una organización sin ánimo de lucro que existe en parte gracias a las donaciones. Si te gusta el proyecto, puedes apoyarlo con una donación.

\ No newline at end of file +}

Hola, {{NAME}} ¡Te damos la bienvenida a Open Food Facts!🔎🍊

Gracias por unirte a nuestra comunidad internacional de personas con ganas de ver más transparencia en la industria alimentaria y que contribuyen a la base de datos abiertos de alimentos más grande del mundo.

Este es tu nombre de usuario: {{USERID}}

Inicia sesión en la web para añadir o editar productos.

📲 También disponemos de una aplicación móvil de escaneo que te puede interesar. Es gratuita, sin anuncios y privada.

Open Food Facts es un proyecto colaborativo al que puedes aportar mucho más que nuevos productos: ¡tu energía, entusiasmo e ideas!

🌎 Para hablar sobre los proyectos y conectar con la comunidad, puedes unirte a nuestro Slack o a nuestro foro.

🙋🙋‍♀️Si quieres formar parte del voluntariado del proyecto, no dudes en registrarte en el Grupo de Habilidades de Colaboradores (formulario de 4 minutos).

💫 Para mantenerte al día sobre nuestras novedades:

Te recomendamos que te familiarices con el Código de conducta de nuestra comunidad.

Gracias por unirte a la revolución alimentaria. ¡Esperamos tus contribuciones! 🤳🥫

#YesWeScan

¡Mantente al tanto!

El equipo de Open Food Facts

https://openfoodfacts.org

¿Tienes un minuto? 😉

Otros recursos

¿Eres...

  • productor/a? Descubre nuestra Plataforma Pro que te ayudará a través de tu viaje hacia la transparencia.
  • amante de los cosméticos? Descubre la base de datos en crecimiento de Open Beauty Facts.
  • desarrollador/a? Únete a nuestro equipo en Github y ayúdanos a mejorar la interfaz.
  • traductor/a? Haz que Open Food Facts esté disponible en tu idioma a través de Crowdin.

🌱 ¿Cómo puede marcar la diferencia una elección de alimentos bien informada?

Saber lo que comemos es importante, especialmente, cuando los alimentos representan el 28 % de las emisiones de CO₂, el 70 % del consumo de agua potable y generan la mayoría de los residuos de envases en todo el mundo. Cada comida es una oportunidad para generar un impacto positivo en nuestra salud y en la de nuestro planeta.

🧡 Open Food Facts es una organización sin ánimo de lucro que existe en parte gracias a las donaciones. Si te gusta el proyecto puedes apoyarlo con una donación.

\ No newline at end of file diff --git a/lang/es/texts/blog/pages/press-release-new-app.html b/lang/es/texts/blog/pages/press-release-new-app.html index 82141cc2a82a..812f99fc3e97 100644 --- a/lang/es/texts/blog/pages/press-release-new-app.html +++ b/lang/es/texts/blog/pages/press-release-new-app.html @@ -2,7 +2,7 @@

Para celebrar su décimo aniversario, Open Food Facts se renueva con una nueva versión de la aplicación móvil y una nueva identidad visual.

Inventamos la aplicación colaborativa de escaneo de alimentos en 2012, y hoy la estamos reinventando desde cero.

-

Esta nueva aplicación, disponible para iPhone y Android, es personalizada y más educativa, y te acompañará en tu viaje para ayudarte tomar mejores decisiones alimentarias.

+

Esta nueva aplicación, disponible para iPhone y Android, es personalizada y más educativa, y te acompañará en tu viaje para ayudarte a tomar mejores decisiones alimentarias.

Llévala en el bolsillo: es la compañía de perfecta para tomar tus decisiones relacionadas con la comida y tu compromiso ecológico. ¡Únete a la aventura! 🤳🥗

Conócenos en Vivatech (de 15 al 18 de junio) donde presentaremos la nueva aplicación. 

@@ -11,7 +11,7 @@
-

Interpreta la información de los alimentos según tus preferencias, de una manera mucho más educativa y sintética. Esto es posible gracias al escaneo y búsqueda ultrapersonalizados que te permiten ver primero lo que más te importa. Crea listas personales y añade productos. Y, por supuesto, el historial ilimitado y la búsqueda en ente más de 2,3 millones de productossigue ahí para todos.

+

Interpreta la información de los alimentos según tus preferencias, de una manera mucho más educativa y sintética. Esto es posible gracias al escaneo y búsqueda ultrapersonalizados que te permiten ver primero lo que más te importa. Crea listas personales y añade productos. Y, por supuesto, el historial ilimitado y la búsqueda en ente más de 2,3 millones de productos sigue ahí para todos.

¿Hay un producto que’no es exactamente lo más adecuado para ti? Encuentra productos similares que se ajusten a tus preferencias.

Finalmente, nuestra nueva función insignia te permite escanear y comparar varios productos, uno al lado del otro, de acuerdo con tus preferencias, para que cuando tengas dudas entre varios productos de una tienda, puedas elegir según lo que realmente haya delante de ti.

@@ -20,7 +20,7 @@
-

¡El planeta no puede esperar más! En todo el mundo, los alimentos representan el 28 % de las emisiones de gases de efecto invernadero, el 70% del consumo de agua potable y la mayoría de los residuos de envases. Nosotros calculamos y mostramos el Eco-Score para cientos de miles de productos, incluso cuando aún no aparece en el envase.

+

¡El planeta no puede esperar más! En todo el mundo, los alimentos representan el 28 % de las emisiones de gases de efecto invernadero, el 70 % del consumo de agua potable y la mayoría de los residuos de envases. Nosotros calculamos y mostramos el Eco-Score para cientos de miles de productos, incluso cuando aún no aparece en el envase.

Fuente: https://docs.score-environnemental.com/v/en/

@@ -65,7 +65,7 @@
-

Open Food Facts es gratuito, no tiene publicidad y no necesitas registrarte. También mantiene la privacidad: los datos alimentarios están ahí para servirte, no al revés, y tus datos personales, como el historial de escaneo permanecen privados en tu teléfono móvil. Nunca se envían a ningún otro lugar.

+

Open Food Facts es gratuito, no tiene publicidad y no necesitas registrarte. También mantiene la privacidad: los datos alimentarios están ahí para servirte, no al revés, y tus datos personales, como el historial de escaneo, permanecen privados en tu teléfono móvil. Nunca se envían a ningún otro lugar.

@@ -77,7 +77,7 @@
-

Desarrollo internacional, colaborativo y de código abierto gracias a muchas personas que se dedican al desarrollo voluntario en todo el mundo y que han participado en el desarrollo de todas estas nuevas características. La «Wikipedia de los alimentos» ya está disponible y próximamente lo estará en 30 idiomas.

+

Desarrollo internacional, colaborativo y de código abierto, gracias a muchas personas que se dedican al desarrollo voluntario en todo el mundo y que han participado en el desarrollo de todas estas nuevas características. La «Wikipedia de los alimentos» ya está disponible y próximamente lo estará en 30 idiomas.

@@ -88,12 +88,12 @@
-

Open Food Facts estará presente en Vivatechy se exhibirá en el stand de Google.org. El proyecto de Open Food Facts ganó el Google.org’s Impact Challenge y recibió 1,1 millones de euros en subvenciones y una beca de Google.org en la que un equipo de 10 miembros de Google se unió a Open Food Facts de forma gratuita y a tiempo completo por un periodo de 6 meses para ayudarnos a desarrollar:

+

Open Food Facts estará presente en Vivatechy se exhibirá en el estand de Google.org. El proyecto de Open Food Facts ganó el Google.org’s Impact Challenge y recibió 1,1 millones de euros en subvenciones y una beca de Google.org en la que un equipo de 10 miembros de Google se unió a Open Food Facts de forma gratuita y a tiempo completo por un periodo de 6 meses para ayudarnos a desarrollar:

    -
  • El cálculo del Eco-Score, gracias a Machine Learning, en más de 50 países y en más de 600 mil productos alimenticios disponibles para mil millones de personas.
  • +
  • El cálculo del Eco-Score, gracias a Machine Learning, en más de 50 países y en más de 600 000 productos alimenticios disponibles para mil millones de personas.
  • La nueva versión de la aplicación móvil Open Food Facts (UX & desarrollo)
  • @@ -120,7 +120,7 @@

    Open Food Facts es el
  • Colaborativo: compuesto por más de 20 000 colaboradores.
    -
  • Internacional: nuestra base de datos es consultada por 2 millones de visitantes al mes y tiene más de 2,3 millones de productos en 180 países.
  • +
  • Internacional: nuestra base de datos es consultada por 2 millones de visitantes al mes y tiene más de 2,3 millones de productos en 180 países.
  • De código abierto y reutilizable (como Wikipedia): Open Food Facts se utiliza diariamente por start-ups, empresas, aplicaciones, proyectos, investigadores, etc.
  • @@ -152,7 +152,7 @@

    Open Food Facts es el

    «Si alguna vez has escaneado algún alimento tuyo, o has usado el Nutri-Score en el supermercado, es probable que te hayas beneficiado del impacto de Open Food Facts


    Después de haber inventado la aplicación colaborativa de escaneo tal como la conocemos en 2012, Open Food Facts está ahora reinventándola. La nueva versión de la aplicación se puede personalizar más, es más educativa, y pone el foco en el impacto ambiental de los alimentos gracias al Eco-Score

    -


    Mientras Open Food Facts celebra su décimo aniversario, esta nueva versión nos permitirá aumentar aún más nuestro impacto en todo el mundo. En primer lugar, por porque podremos elegir mejor alimentos para nuestra salud y el planeta, y, por lo tanto, continuar transformando positivamente el sistema alimentario»

    +


    Mientras Open Food Facts celebra su décimo aniversario, esta nueva versión nos permitirá aumentar aún más nuestro impacto en todo el mundo. En primer lugar, por porque podremos elegir mejor alimentos para nuestra salud y el planeta, y, por lo tanto, continuar transformando positivamente el sistema alimentario».

    Pierre Slamich, cofundador de Open Food Facts

    🇺🇲 imágenes en inglés (incluidas las pautas de identidad visual de Open Food Facts, Nutri-Score, logotipo de Eco-Score, capturas de pantalla de la aplicación, videos de la aplicación)

    diff --git a/lang/es/texts/contact.html b/lang/es/texts/contact.html index a4779bf997e4..89d923c579d6 100644 --- a/lang/es/texts/contact.html +++ b/lang/es/texts/contact.html @@ -2,8 +2,8 @@

    Contacte al equipo de Open Food Facts

    Si usted tiene una pregunta, comentario o sugerencia acerca de Open Food Facts, usted puede enviarnos un mail a contact@openfoodfacts.org.

    -

    We already have answered many common questions in our FAQ

    -FAQ (Frequently Asked Questions) +

    Ya hemos respondido varias preguntas frecuentes en nuestras preguntas más frecuentes

    +Preguntas más frecuentes

    Si eres un productor, por favor envíanos un correo electrónico a producers@openfoodfacts.org.

    Si eres un periodista, por favor envíanos un correo electrónico a presse@openfoodfacts.org.

    diff --git a/lang/es/texts/data.html b/lang/es/texts/data.html index 55e00b3f78dd..c36546f70cdc 100644 --- a/lang/es/texts/data.html +++ b/lang/es/texts/data.html @@ -1,26 +1,32 @@ +

    Datos

    -

    Información

    - +

    Condiciones de reutilización

    La base de datos de Open Food Facts está disponible bajo la licencia Open Database License.
    Los contenidos individuales de la base de datos están disponibles bajo la licencia Database Contents License.
    Las imágenes de los productos están disponibles bajo la licencia de Creative Commons Attribution ShareAlike. Pueden contener elementos gráficos sujetos a derechos de autor u otros derechos, que en algunos casos pueden reproducirse (derechos de cotización o uso legítimo).

    -

    Por favor, lea los Términos y condiciones de uso y reutilización antes de reutilizar los datos.

    +

    Por favor, lee las Condiciones de uso y reutilización antes de utilizar los datos.

    -

    Estamos muy interesados ​​en saber para qué se utilizan los datos de Open Food Facts. No es obligatorio, pero le agradeceríamos mucho que nos cuente sobre sus reutilizacionespara que podamos compartirlas con la comunidad de Open Food Facts.

    +

    Cuéntanos sobre tu reutilización

    +

    Estamos muy interesados ​​en saber para qué se utilizan los datos de Open Food Facts. No es obligatorio, pero te agradeceríamos que nos contaras cómo vas a utilizar los datos para compartirlo con la comunidad de Open Food Facts. También puedes rellenar este formulario para hacer destacar tu aplicación.

    -

    Exportación de datos de Open Food Facts

    +

    Exportar datos de Open Food Facts

    -

    Los volcados de bases de datos y las exportaciones se generan todas las noches. La base de datos es muy amplia, así que puedes encontrar diferentes formas para usar los datos dependiendo del sabor de exportación.

    +

    Los volcados de la base de datos y las exportaciones se generan todas las noches. La base de datos es muy amplia, así que puedes encontrar diferentes formas para usar los datos dependiendo de la muestra de la exportación.

    La información sobre los diferentes campos para el volcado de MongoDB y las exportaciones de CSV está disponible en https://world.openfoodfacts.org/data/data-fields.txt

    -

    Descarga de MongoDB

    +

    Volcado de MongoDB

    Los datos para todos los productos están disponibles en un volcado de base de datos MongoDB.

    - +
    Enlace
    https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
    @@ -30,19 +36,16 @@

    Descarga de MongoDB

    https://static.openfoodfacts.org/data/md5sum
    -

    Exportar Delta

    +

    Exportaciones delta diarias

    -

    Las exportaciones deltas diarias son proporcionadas para los 14 días previos. La lista de archivos delta disponibles se puede encontrar en https://static.openfoodfacts.org/data/delta/index.txt. - Cada línea representa un archivo que está disponible en https://static.openfoodfacts.org/data/delta/{filename}. - El nombre del archivo contiene una marca de tiempo UNIX del primer y último cambio que contiene el archivo JSON, por lo que los archivos delta pueden ser importados (después de la extracción) con mongoimport en orden alfabético.

    -

    Tenga en cuenta que debido a la naturaleza de mongoexport , los archivos delta no pueden informarle sobre productos eliminados. Para borrar - productos eliminados de su base de datos, deberá importar el volcado completo de MongoDB.

    +

    Las exportaciones delta diarias están disponibles para los 14 días anteriores. La lista de archivos delta disponibles actualmente se puede encontrar en https://static.openfoodfacts.org/data/delta/index.txt.

    +

    Cada línea representa un archivo que está disponible en https://static.openfoodfacts.org/data/delta/{filename}.

    +

    El nombre del archivo contiene la marca de tiempo Unix del primer y último cambio contenido en el archivo JSON, de modo que los archivos delta se pueden importar (después de la extracción) con mongoimport en orden alfabético.

    +

    Ten en cuenta que, debido a la naturaleza de mongoexport, los archivos delta no te pueden dar información sobre productos eliminados. Para eliminar los productos eliminados de tu base de datos, deberás importar el volcado completo de MongoDB.

    +

    Exportar datos JSONL

    -

    Exportar datos en formato CSV

    - -

    Toda la base de datos también está disponible en formato JSONL (a veces llamado LDJSON o NDJSON) donde cada línea es un objeto JSON. - Representa los mismos datos que la exportación de MongoDB. El archivo está comprimido con gzip.

    +

    Toda la base de datos también está disponible en formato JSONL (a veces llamado LDJSON o NDJSON) donde cada línea es un objeto JSON. Representa los mismos datos que la exportación de MongoDB. El archivo está comprimido con gzip.

    Enlace
    @@ -50,123 +53,124 @@

    Exportar datos en formato CSV

    -

    Exportar datos en formato CSV

    - -

    Los datos para todos los productos, o algunos de los productos, pueden ser descargados en formato CSV (legibles con OpenOffice, Excel y muchos otros programas) - a través del formulario de búsqueda avanzada.

    +

    Los datos de todos los productos, o algunos de los productos, se pueden descargar en formato CSV (legible con LibreOffice, Excel y muchos otros programas de hojas de cálculo) a través del formulario de búsqueda avanzada.

    Enlaces
    -
    https://static.openfoodfacts.org/data/en.openfoodfacts.org.products.csv (CSV crudo)
    +
    https://static.openfoodfacts.org/data/en.openfoodfacts.org.products.csv (CSV sin procesar)
    https://static.openfoodfacts.org/data/en.openfoodfacts.org.products.csv.gz (CSV comprimido en formato GZIP)

    La codificación del archivo es Unicode UTF-8. El carácter que separa los campos es <tab> (tabulación).

    - -

    Exportar datos RDF

    - -

    La base de datos también está disponible en formato RDF. anuncio en francés.

    +

    La base de datos también está disponible en formato RDF. Puedes leer el anuncio en francés.

    Enlace
    https://world.openfoodfacts.org/data/en.openfoodfacts.org.products.rdf
    -

    Exportación de datos de imágenes

    +

    Exportación de datos de imagen

    +

    Todas las imágenes y los resultados de OCR se pueden descargar desde nuestro servidor o desde AWS (a través del Programa de Datos Abiertos de AWS). Consulta nuestra documentación para saber más sobre cómo descargar imágenes.

    -

    Todas las imágenes y los resultados del ROC (Reconocimiento Óptico de Caracteres) puede ser descargado de nuestro servidor o del programa de código abierto AWS (Amazon Web Services). Échale un vistazo a nuestra documentación para saber más sobre cómo descargar imágenes.

    -

    API Live JSON y XML

    -

    También está disponible una API en formato JSON para leer los datos de un producto. Esta API se utiliza particularmente en la aplicación de Open Food Facts para iPhone y Android.

    +

    Documentación OpenAPI para la API JSON

    -

    Mejoramos nuestra API con el tiempo, pero nos aseguramos de que sea compatible con versiones anteriores. Por favor, contáctanos si la utilizas para poder mantenerte al tanto sobre potenciales cambios.

    +

    También está disponible una API JSON para leer los datos de un producto. Esta API se utiliza particularmente en la aplicación de Open Food Facts para iPhone y Android.

    -

    Ejemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    +

    Mejoramos la API con el tiempo, pero tenemos cuidado de mantener la compatibilidad con versiones anteriores. Si la quieres utilizar,ponte en contacto con nosotros para que te informemos sobre posibles cambios.

    + +

    URL para leer datos de un producto: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    Ejemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.json

    -

    También puedes obtenerlo en XML usando .xml

    -

    Por ejemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +

    Ten en cuenta que, si el resultado es demasiado abrumador, puedes filtrarlo, como se describe en la documentación de la API.

    +

    Se busca ayuda para OpenAPI

    +Tenemos muchas ganas de terminar la documentación de la API, añadir casos prácticos y automatizar la generación de SDK. Si tienes amplios conocimientos de OpenAPI, nos encantaría que nos echaras una mano. + -

    Aplicación móvil para Android e iPhone

    +

    Te invitamos a que utilices la API para casos de producción, siempre que 1 llamada de API = 1 escaneo real por parte de un usuario. +Es muy probable que se bloquee cualquier intento «scrapear» la base de datos utilizando la API, ya que las exportaciones diarias completas están disponibles en esta misma página.

    +

    Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, en caso de que surja algún problema.

    +

    Si tienes dudas sobre algo, o si tienes alguna pregunta (no existen las preguntas tontas), no dudes en consultarnos a través del canal #api de Slack. :-)

    -

    El código para la aplicación móvil de Open Food Facts está disponible en GitHub (Flutter, Android e iOS). -La aplicación permite que los usuarios puedan escanear los códigos de barra de los productos, ver la información de éstos, y subir imágenes y datos de productos faltantes.

    +

    API XML experimental

    +

    También puedes obtener los datos en XML usando .xml

    +

    Por ejemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

    +Esta API no se mantiene de forma habitual ni está documentada oficialmente. -

    La aplicacón clásica para iOS es desarrollada en Swift.

    -

    La aplicacón clásica para Android es desarrollada en Kotlin.

    -

    La nueva aplicación multiplataforma es una aplicación de Dart/Flutter.

    -

    Te invitamos a reutilizar el código (es código abierto) y ayudarnos a mejorarlo, para todos, en todo el planeta.

    Wrappers y SDKs

    -

    Probablemente tengamos un contenedor para su lenguaje de programación favorito. Si lo hacemos, puedes utilizarlo y mejorarlo. Si no, puedes ayudar a crearlo.

    -

    Le permitirán consumir datos, así como a sus usuarios contribuir con nuevos datos

    +

    Probablemente tengamos un «wrapper» para tu lenguaje de programación favorito. Si lo tenemos, puedes utilizarlo y mejorarlo. En caso contrario, siempre puedes ayudarnos a crearlo.

    +

    Te permitirán consumir datos, así como a tus usuarios contribuir con nuevos datos.

    -

    Principios generales

    +

    Principios generales para hacer felices a tus usuarios

    • Puedes buscar información sobre productos, incluso muchos valores computados útiles.
    • -
    • DART: GitHub
    • -
    • También puede implementar el flujo completo para que obtengan inmediatamente el resultado con un esfuerzo de tu parte.
    • +
    • Si no puedes obtener información sobre un producto específico, puedes hacer que tu usuario envíe fotos y datos, que luego serán procesados por Open Food Facts AI y los colaboradores para obtener el resultado computado que deseas mostrarles.
    • +
    • También puedes implementar el flujo completo para que obtengan inmediatamente el resultado con algo de esfuerzo de tu parte.
    -

    Si tus usuarios no esperan un resultado inmediatamente (por ejemplo, aplicaciones de inventario)

    +

    Si tus usuarios no esperan un resultado inmediato (por ejemplo, aplicaciones de inventario)

      -
    • Sube imágenes (del frente/información nutricional/ingredientes): de la manera más comprensible para tus usuarios
    • -
    • El Robotoff de IA Open Food Facts generará algunos datos derivados de las fotos
    • -
    • Con el tiempo, otras aplicaciones, y la comunidad Open Food Facts llenarán las espacios vacíos de datos
    • +
    • Enviar imágenes (frontal/información nutricional/ingredientes): la manera más indolora para tus usuarios.
    • +
    • La IA de Open Food Facts, Robotoff, generará algunos datos derivados de las fotos.
    • +
    • Con el tiempo, otras aplicaciones, y la comunidad Open Food Facts rellenarán los datos que faltan.
    -

    Si tus usuarios esperan un resultado inmediatamente (por ejemplo, aplicaciones de nutrición)

    +

    Si tus usuarios esperan un resultado inmediato (por ejemplo, aplicaciones de nutrición)

      -
    • Sube la información nutricional + la categoria > para conseguir Nutri-Score
    • -
    • Enviar ingredientes > para obtener el grupo NOVA (sobre alimentos ultraprocesados) aditivos, alérgenos, ingredientes normalizados, vegano, vegetariano…
    • -
    • Envia la categoría + etiquetas > para obtener el Eco-Score pronto (sobre el impacto ambiental)
    • +
    • Sube la información nutricional y la categoría para conseguir el Nutri-Score
    • +
    • Envía ingredientes para obtener información sobre el grupo NOVA (sobre alimentos ultraprocesados), aditivos, alérgenos, ingredientes normalizados, veganos, vegetarianos…
    • +
    • Envía la categoría y el etiquetado especial y pronto obtendrás el Eco-Score (información sobre el impacto ambiental).
    +

    Aplicación móvil para Android/iPhone/Flutter

    + +

    El código de las aplicaciones móviles oficiales de Open Food Facts está disponible en GitHub: Flutter, Kotlin Android, Swift iOS. + +

    Buscamos convertir las bases de código obsoletas de Kotlin y Swift en SDK de Kotlin y Swift. La ayuda siempre es bien recibida. :-)

    +

    La aplicación permite a los usuarios escanear los códigos de barra de los productos, ver la información de éstos, y subir imágenes y datos de los productos que faltan.

    + +

    Te invitamos a reutilizar el código (es código abierto) y ayudarnos a mejorarlo, para todos, en todo el planeta.

    + +

    SDK

    + +

    Discusión de datos, API y exportaciones

    -

    También puedes unirte al Slack de Open Food Facts, que es la forma preferida de hacer preguntas y discutir la API.

    -

    Puedes iniciar un hilo en nuestro repositorio de documentación API - - -

    Contacto

    -

    Para cualquier pregunta relacionada con los datos puede contactar con nosotros en contact@openfoodfacts.org +

    Puedes consultar las preguntas frecuentes comunes sobre la API y las exportaciones de datos y las preguntas comunes de Open Food Facts.

    +

    Puedes unirtea la sala de chat de Open Food Facts Slack, que es la mejor forma de hacer preguntas y discutir sobre la API. Por favor, expón tus preguntas en el canal #api.

    +

    También puedes iniciar un hilo en nuestro repositorio de documentación API. +

    Para cualquier pregunta relacionada con los datos, ponte en contacto con nosotros enviando un correo electrónico a reuse@openfoodfacts.org. diff --git a/lang/es/texts/discover.html b/lang/es/texts/discover.html index 6b5d4220a381..1de4ebb103b9 100644 --- a/lang/es/texts/discover.html +++ b/lang/es/texts/discover.html @@ -6,9 +6,9 @@

Open Food Facts

-

Base de datos libre sobre productos alimenticios.

+

La base de datos libre sobre productos alimenticios.

Dime qué comes y te diré lo que eres. - Jean Anthelme Brillat-Savarin - 1825
+ Jean Anthelme Brillat-Savarin, 1825
@@ -18,7 +18,7 @@

Base de datos libre sobre productos alimenticios.

-

Abra su comida y sepa qué come

+

Abre tu comida y descubre lo que comes

¡Sé parte de nuestra base de datos colaborativa, gratuita y abierta de productos alimenticios de todo el mundo!

diff --git a/lang/es/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/es/texts/eco-score-the-environmental-impact-of-food-products.html index 53f9d3ba532e..cf8bb363346d 100644 --- a/lang/es/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/es/texts/eco-score-the-environmental-impact-of-food-products.html @@ -248,7 +248,7 @@

¿Cómo podemos obtener más información y cómo podemos ayudarnos a desarr

Open Food Facts es un proyecto de colaboración apoyado por decenas de miles de voluntarios y gestionado por una asociación sin ánimo de lucro con 3 empleados.
-Puedes ayudarnos en a financiar el presupuesto 2023 de Open Food Facts y a seguir desarrollando el Eco-Score y muchos otros proyectos para mejorar la alimentación de todos. ¡Gracias! ❤️ ❤️ ❤️

+Puedes ayudarnos en a financiar el presupuesto 2023 de Open Food Facts y a seguir desarrollando el Eco-Score y muchos otros proyectos para mejorar la alimentación de todos. ¡Gracias! ❤️ ❤️ ❤️ ❤️

Haz una donación

diff --git a/lang/es/texts/faq.html b/lang/es/texts/faq.html index 5b5e3b67b11e..83c6f1e6bc46 100644 --- a/lang/es/texts/faq.html +++ b/lang/es/texts/faq.html @@ -41,7 +41,7 @@

¿Puedo agregar imágenes de product

Soy un fabricante de productos alimenticios, ¿puedo agregar mis propios productos?

-

¡Sí! ¡Sí! ¡Sí! La única condición es aceptar que los datos y las imágenes estén disponibles bajo una licencia abierta. (ver los Términos de contribución)

+

¡Sí! ¡Sí! ¡Sí! ¡Sí! La única condición es aceptar que los datos y las imágenes estén disponibles bajo una licencia abierta. (ver los Términos de contribución)

Hemos desarrollado una plataforma gratuita para permitirte importar fácilmente fotografías y datos de sus productos, independientemente de su tamaño. Esto te permitirá importar datos completos y actualizados y archivos visuales a Open Food Facts que serán visibles en más de 100 aplicaciones nutricionales. Además, la plataforma ofrece sugerencias para mejorar el índice Nutri-Score de tus productos. diff --git a/lang/es/texts/index-pro.html b/lang/es/texts/index-pro.html index 5b05b6340f7d..e1d1fa1ac7c2 100644 --- a/lang/es/texts/index-pro.html +++ b/lang/es/texts/index-pro.html @@ -32,7 +32,7 @@

Datos validados

Mejoras -

Obtenga sugerencias para mejorar fácilmente tu Nutri-Score

+

Obtenga sugerencias para mejorar fácilmente tu Nutri-Score

- -

Instala la aplicación móvil de Open Food Facts

- -

Para escanear productos alimenticios, obtener su grado nutricional Nutri-Score, el grupo NOVA para alimentos ultraprocesados, alertas de alérgenos y para descifrar aditivos alimentarios, ¡instala la aplicación gratuita Open Food Facts!

+
+

Instala la aplicación móvil de Open Food Facts

+ Nutri-Score en la aplicación móvil Open Food Facts +

¡Obtén el Nutri-Score con la aplicación móvil de Open Food Facts!

+

Para escanear productos alimenticios y descubrir su grado nutricional Nutri-Score, para conocer el grupo NOVA de los alimentos ultraprocesados, para obtener alertas de alérgenos y estar al tanto de los aditivos alimentarios, ¡instala la aplicación gratuita Open Food Facts!

Disponible en la App Store Disponible en Google Play -Disponible para Windows 11 y posteriores +Disponible para Windows 11 y posteriores Android APK

-

También podrá agregar fácilmente nuevos productos a Open Food Facts y ayudar a contribuir al bien común para mejorar la alimentación y la salud de todos. ¡Gracias!

+

También podrás añadir de forma sencilla nuevos productos a Open Food Facts y contribuir al bien común para mejorar la alimentación y la salud de todas las personas. ¡Gracias!

+
diff --git a/lang/es/texts/nutriscore/nutriscore-a-points-table.html b/lang/es/texts/nutriscore/nutriscore-a-points-table.html index ac308924d60f..c260b15e0a88 100644 --- a/lang/es/texts/nutriscore/nutriscore-a-points-table.html +++ b/lang/es/texts/nutriscore/nutriscore-a-points-table.html @@ -9,80 +9,80 @@ 0 - ≤335 - ≤1 - ≤4.5 - ≤90 + ≤ 335 + ≤ 1 + ≤ 4.5 + ≤ 90 1 - >335 - >1 - >4.5 - >90 + > 335 + > 1 + > 4.5 + > 90 2 - >670 - >2 - >9 - >180 + > 670 + > 2 + > 9 + > 180 3 - >1005 - >3 - >13.5 - >270 + > 1005 + > 3 + > 13.5 + > 270 4 - >1340 - >4 - >18 - >360 + > 1340 + > 4 + > 18 + > 360 5 - >1675 - >5 - >22.5 - >450 + > 1675 + > 5 + > 22.5 + > 450 6 - >2010 - >6 - >27 - >540 + > 2010 + > 6 + > 27 + > 540 7 - >2345 - >7 - >31 - >630 + > 2345 + > 7 + > 31 + > 630 8 - >2680 - >8 - >36 - >720 + > 2680 + > 8 + > 36 + > 720 9 - >3015 - >9 - >40 - >810 + > 3015 + > 9 + > 40 + > 810 10 - >3350 - >10 - >45 - >900 + > 3350 + > 10 + > 45 + > 900 \ No newline at end of file diff --git a/lang/es/texts/nutriscore/nutriscore-c-points-table.html b/lang/es/texts/nutriscore/nutriscore-c-points-table.html index ed2b1ffd98d6..2c9c4c51380a 100644 --- a/lang/es/texts/nutriscore/nutriscore-c-points-table.html +++ b/lang/es/texts/nutriscore/nutriscore-c-points-table.html @@ -2,45 +2,45 @@ Puntos - Frutas, vegetales y nueces (%) + Frutas, vegetales y frutos secos (%) Fibra (g) Proteína (g) 0 - ≤40 - ≤0.7 - ≤1.6 + ≤ 40 + ≤ 0,7 + ≤ 1,6 1 - >40 - >0.7 - >1.6 + > 40 + > 0,7 + > 1,6 2 - >60 - >1.4 - >3.2 + > 60 + > 1,4 + > 3,2 3 - - >2.1 - >4.8 + > 2,1 + > 4,8 4 - - >2.8 - >6.4 + > 2,8 + > 6,4 5 - >80 - >3.5 - >8.0 + > 80 + > 3,5 + > 8,0 \ No newline at end of file diff --git a/lang/es/texts/nutriscore/nutriscore-drinks-table.html b/lang/es/texts/nutriscore/nutriscore-drinks-table.html index e20b7f553b29..cd402d80d5c3 100644 --- a/lang/es/texts/nutriscore/nutriscore-drinks-table.html +++ b/lang/es/texts/nutriscore/nutriscore-drinks-table.html @@ -13,61 +13,61 @@ < = 40 - 1 ≤30 - ≤1,5 o edulcorantes + 1 ≤ 30 + ≤ 1,5 o edulcorantes - 2 >30 - >1.5 - >40 + 2 > 30 + > 1,5 + > 40 - 3 >60 - >3 + 3 > 60 + > 3 4 - >90 - >4.5 - >60 + > 90 + > 4.5 + > 60 5 - >120 - >6 + > 120 + > 6 6 - >150 - >7.5 + > 150 + > 7,5 7 - >180 - >9 + > 180 + > 9 8 - >210 - >10.5 + > 210 + > 10,5 9 - >240 - >12 + > 240 + > 12 10 - >270 - >13.5 - >80 + > 270 + > 13.5 + > 80 \ No newline at end of file diff --git a/lang/es/texts/nutriscore/nutriscore-fat-adaptation-table.html b/lang/es/texts/nutriscore/nutriscore-fat-adaptation-table.html index d61728bc3282..dc139b627f29 100644 --- a/lang/es/texts/nutriscore/nutriscore-fat-adaptation-table.html +++ b/lang/es/texts/nutriscore/nutriscore-fat-adaptation-table.html @@ -2,7 +2,7 @@ Puntos - Proporción grasa saturada / grasa total + Relación grasas saturadas / grasa total 0 diff --git a/lang/es/texts/open-food-facts-mobile-app.html b/lang/es/texts/open-food-facts-mobile-app.html index 71e9ec6e86fa..56870b9cf110 100644 --- a/lang/es/texts/open-food-facts-mobile-app.html +++ b/lang/es/texts/open-food-facts-mobile-app.html @@ -101,8 +101,8 @@

- Elija productos que sean buenos para - usted + Elije productos que sean buenos para + ti y para el planeta

diff --git a/lang/es/texts/press.html b/lang/es/texts/press.html index 529a273d14b4..a7fffdc047a4 100644 --- a/lang/es/texts/press.html +++ b/lang/es/texts/press.html @@ -17,7 +17,7 @@

Obtenga material para articulos sobre la transparencia ali

Tabla de contenido

    -
  • Logotipo
  • +
  • Logotipos
  • El proyecto en números
  • Únete a nuestro boletín para periodistas
  • Apariencias seleccionadas
  • diff --git a/lang/es/texts/processing/group-1-description.html b/lang/es/texts/processing/group-1-description.html index 9536681ebd75..bf64ed2d565d 100644 --- a/lang/es/texts/processing/group-1-description.html +++ b/lang/es/texts/processing/group-1-description.html @@ -1,3 +1,3 @@

    Grupo 1. Alimentos no procesados ​​o mínimamente procesados

    -

    Los alimentos no procesados (o naturales) son partes comestibles de plantas (semillas, frutos, hojas, tallos, raíces) o de animales (músculos, vísceras, huevos, leche), y también de hongos, algas y del agua, una vez separados de la naturaleza.

    -

    Los alimentos mínimamente procesados son alimentos naturales que han sido alterados mediante procesos de eliminación de piezas no comestibles o no deseadas, de secado, triturado, molienda, fraccionamiento, filtrado, tostado, hervido, fermentación no alcohólica, pasteurización, refrigeración, enfriamiento, congelación, colocación en recipientes o embalaje de vacío. Estos procesos están diseñados para preservar los alimentos naturales, para hacerlos aptos para su almacenamiento, o para hacerlos seguros, comestibles y más agradables de consumir. Muchos de los alimentos no procesados o mínimamente procesados se preparan en las cocinas de los hogares o de restaurantes, combinándolos con otros ingredientes culinarios procesados para crear platos o comidas.

    \ No newline at end of file +

    Los alimentos no procesados (o naturales) son partes comestibles de plantas (semillas, frutas, hojas, tallos, raíces) o de animales (músculos, vísceras, huevos, leche), y también de hongos, algas y agua, una vez han sido separados de la naturaleza.

    +

    Los alimentos mínimamente procesados son alimentos naturales que han sido alterados mediante procesos de eliminación de piezas no comestibles o no deseadas, de secado, triturado, molienda, fraccionamiento, filtrado, tostado, hervido, fermentación no alcohólica, pasteurización, refrigeración, enfriamiento, congelación, colocación en recipientes o envasado al vacío. Estos procesos están diseñados para preservar los alimentos naturales, para hacerlos aptos para su almacenamiento, o para hacerlos seguros, comestibles y más agradables de consumir. Muchos de los alimentos no procesados o mínimamente procesados se preparan en las cocinas de los hogares o de restaurantes, combinándolos con otros ingredientes culinarios previamente procesados para crear platos o comidas.

    \ No newline at end of file diff --git a/lang/es/texts/processing/group-2-description.html b/lang/es/texts/processing/group-2-description.html index b620c00932a1..d4b9213a5d1c 100644 --- a/lang/es/texts/processing/group-2-description.html +++ b/lang/es/texts/processing/group-2-description.html @@ -1,2 +1,2 @@

    Grupo 2. Ingredientes culinarios procesados

    -

    Los ingredientes culinarios procesados, como aceites, mantequillas, azúcar o sal, son sustancias derivadas de los alimentos del Grupo 1, o de la naturaleza, a través de procesos que incluyen el prensado, el refinado, la molienda, el triturado o el secado. El propósito de estos procesos es crear productos duraderos aptos para su uso en las cocinas de los hogares y de los restaurantes para preparar y cocinar alimentos del Grupo 1, y elaborar con ellos platos y comidas hechas a mano variados y agradables, como guisos, sopas o caldos, ensaladas, panes, conservas, bebidas y postres. No están pensados para consumirse solos y normalmente se combinan con los alimentos del Grupo 1 para elaborar bebidas recién preparadas, platos y comidas.

    \ No newline at end of file +

    Los ingredientes culinarios procesados, como aceites, mantequillas, azúcar o sal, son sustancias derivadas de los alimentos del Grupo 1, o de la naturaleza, a través de procesos que incluyen el prensado, el refinado, la molienda, el triturado o el secado. El propósito de estos procesos es crear productos duraderos aptos para su uso en las cocinas de los hogares y de los restaurantes para preparar y cocinar alimentos del Grupo 1 y elaborar con ellos comidas y platos hechos a mano, variados y agradables, como guisos, sopas o caldos, ensaladas, panes, conservas, bebidas y postres. No están pensados para consumirse solos y normalmente se combinan con los alimentos del Grupo 1 para elaborar bebidas recién preparadas, platos y comidas.

    \ No newline at end of file diff --git a/lang/es/texts/processing/group-2-ingredients.html b/lang/es/texts/processing/group-2-ingredients.html index f9d11c6dd1af..681e8a6ba694 100644 --- a/lang/es/texts/processing/group-2-ingredients.html +++ b/lang/es/texts/processing/group-2-ingredients.html @@ -3,6 +3,6 @@
  • sales
  • vinagres
  • azúcares
  • -
  • mieles
  • -
  • siropes de arce
  • +
  • miel
  • +
  • sirope de arce
\ No newline at end of file diff --git a/lang/es/texts/processing/group-3-description.html b/lang/es/texts/processing/group-3-description.html index 0ba31624ec57..abe06b744503 100644 --- a/lang/es/texts/processing/group-3-description.html +++ b/lang/es/texts/processing/group-3-description.html @@ -1,3 +1,3 @@

Grupo 3. Alimentos procesados

-

Los alimentos procesados, como verduras en conserva, conservas, frutas en almíbar, quesos y panes recién elaborados, se fabrican básicamente añadiendo sal, aceite, azúcar u otras sustancias del Grupo 2 al Grupo 1.

-

Los procesos incluyen diversos métodos de conservación o cocción y, en el caso de panes y quesos, incluyen la fermentación no alcohólica. La mayoría de los alimentos procesados tienen dos o tres ingredientes, y son identificados como versiones modificadas de los alimentos del Grupo 1. Son comestibles por sí solos o, por lo general, en combinación con otros alimentos. El objetivo del procesado es aumentar la durabilidad de los alimentos del Grupo 1 o modificar o mejorar sus calidades sensoriales.

\ No newline at end of file +

Los alimentos procesados, como verduras en conserva, conservas de pescado, frutas en almíbar, quesos y panes recién elaborados, se elaboran básicamente añadiendo sales, aceites, azúcares u otras sustancias del Grupo 2 al Grupo 1.

+

Los procesos incluyen diversos métodos de conservación o cocción y, en el caso de panes y quesos, incluyen la fermentación no alcohólica. La mayoría de los alimentos procesados tienen dos o tres ingredientes y son reconocidos como versiones modificadas de los alimentos del Grupo 1. Son comestibles por sí mismos o, normalmente, combinándolos con otros alimentos. El objetivo de este tipo de procesado es aumentar la durabilidad de los alimentos del Grupo 1 o modificar y mejorar sus cualidades sensoriales.

\ No newline at end of file diff --git a/lang/es/texts/processing/group-3-ingredients.html b/lang/es/texts/processing/group-3-ingredients.html index a64bd9f8c51c..1401d98f9477 100644 --- a/lang/es/texts/processing/group-3-ingredients.html +++ b/lang/es/texts/processing/group-3-ingredients.html @@ -1,8 +1,8 @@
  • conservantes
  • -
  • sal
  • -
  • azúcar
  • -
  • aceite vegetal
  • +
  • sales
  • +
  • azúcares
  • +
  • aceites vegetals
  • mantequilla
  • miel
  • sirope de arce
  • diff --git a/lang/es/texts/processing/group-4-description.html b/lang/es/texts/processing/group-4-description.html index 2103bee344ac..7bfbea7b5e49 100644 --- a/lang/es/texts/processing/group-4-description.html +++ b/lang/es/texts/processing/group-4-description.html @@ -1,8 +1,8 @@

    Grupo 4. Alimentos ultraprocesados

    -

    Los alimentos ultraprocesados, como los refrescos, los snacks dulces o salados, los productos cárnicos reconstituidos y los platos congelados preparados previamente, no son alimentos modificados, sino elaboraciones hechas en su mayor parte, o en su totalidad, a partir de sustancias derivadas de alimentos y aditivos, con alimentos poco o nada intactos del Grupo 1.

    -

    Los ingredientes de estas elaboraciones generalmente incluyen aquellos que también son comunes en los alimentos procesados, como azúcares, aceites, grasas o sal. Pero los productos ultraprocesados también incluyen otras fuentes de energía y nutrientes que normalmente no se utilizan en los preparados culinarios. Algunos de estos se extraen directamente de los alimentos, como la caseína, la lactosa, el suero y el gluten.

    -

    Muchos son derivados del procesado posterior de los componentes de los alimentos, como los aceites hidrogenados o esterificados, proteínas hidrolizadas, proteínas de soja aisladas, maltodextrina, azúcar invertido o jarabe de maíz rico en fructosa.

    -

    Además, en los alimentos ultraprocesados se incluyen algunos aditivos también utilizados en alimentos procesados, como conservantes, antioxidantes y estabilizantes. Entre los tipos de aditivos que se encuentran únicamente en productos ultraprocesados se incluyen los utilizados para imitar o mejorar las cualidades sensoriales de los alimentos o para disfrazar aspectos indeseables del producto final. These additives include dyes and other colours, colour stabilizers; flavours, flavour enhancers, non-sugar sweeteners; and processing aids such as carbonating, firming, bulking and anti-bulking, de-foaming, anti-caking and glazing agents, emulsifiers, sequestrants and humectants.

    -

    A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying.

    -

    The overall purpose of ultra-processing is to create branded, convenient (durable, ready to consume), attractive (hyper-palatable) and highly profitable (low-cost ingredients) food products designed to displace all other food groups. Ultra-processed food products are usually packaged attractively and marketed intensively.

    \ No newline at end of file +

    Los alimentos ultraprocesados, como los refrescos, los snacks dulces o salados, los productos cárnicos reconstituidos y los platos precocinados congelados no son alimentos modificados, sino elaboraciones hechas en su mayor parte, o en su totalidad, a partir de sustancias derivadas de alimentos y aditivos mediante alimentos poco o nada intactos del Grupo 1.

    +

    Los ingredientes que se usan en este tipo de elaboraciones generalmente incluyen aquellos que también se utilizan en los alimentos procesados, como azúcares, aceites, grasas o sal. Pero los productos ultraprocesados también incluyen otras fuentes de energía y nutrientes que normalmente no se utilizan en los preparados culinarios. Algunos de estos se extraen directamente de los alimentos como, por ejemplo, la caseína, la lactosa, el suero o el gluten.

    +

    Otros derivan del procesado posterior de los componentes de los alimentos, como los aceites hidrogenados o esterificados, proteínas hidrolizadas, proteínas de soja aisladas, maltodextrina, azúcar invertido o jarabe de maíz rico en fructosa.

    +

    Además, en los alimentos ultraprocesados se incluyen algunos aditivos también utilizados en alimentos procesados, como conservantes, antioxidantes y estabilizantes. Entre los tipos de aditivos que se encuentran únicamente en productos ultraprocesados se incluyen los utilizados para imitar o mejorar las cualidades sensoriales de los alimentos o para disfrazar aspectos indeseables del producto final. Estos aditivos incluyen colorantes, estabilizadores del color, aromas, potenciadores de sabor, edulcorantes y otros auxiliares utilizados en el procesamiento de alimentos, tales como agentes gasificantes, reafirmantes, espesantes y antiespesantes, antiespumantes, antiaglomerantes y de recubrimiento, emulsionantes, secuestrantes y humectantes.

    +

    Se utilizan multitud de secuencias de procesos para combinar los ingredientes, normalmente una gran cantidad, y crear el producto final, de ahí el término ultraprocesado. Se incluyen varios procesos sin equivalentes domésticos, como la hidrogenación y la hidrolización, extrusión y moldeo, y preprocesamientos para frituras.

    +

    El propósito general del ultraprocesamiento es crear productos alimenticios de marca, convenientes (duraderos y listos para consumir), atractivos (muy sabrosos) y altamente rentables (ingredientes de bajo coste) diseñados para desplazar a todos los demás grupos de alimentos. Los productos alimenticios ultraprocesados suelen envasarse de forma atractiva y comercializarse de forma masiva.

    \ No newline at end of file diff --git a/lang/es/texts/processing/group-4-ingredients.html b/lang/es/texts/processing/group-4-ingredients.html index c78070906ef9..b6c8f467d007 100644 --- a/lang/es/texts/processing/group-4-ingredients.html +++ b/lang/es/texts/processing/group-4-ingredients.html @@ -1,30 +1,30 @@
      diff --git a/lang/es/texts/processing/mobile-app-promo-processing.html b/lang/es/texts/processing/mobile-app-promo-processing.html index 0ed9e9bd384b..bce73bd48c13 100644 --- a/lang/es/texts/processing/mobile-app-promo-processing.html +++ b/lang/es/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
      - NutriScore en la aplicación móvil Open Food Facts +
      +

      Instala la aplicación móvil de Open Food Facts

      + Nutri-Score en la aplicación móvil Open Food Facts

      ¡Obtén el grupo NOVA con Open Food Facts!

      -
      -

      Instala la aplicación móvil de Open Food Facts

      -

      Para escanear productos alimenticios, obtener el grupo NOVA de ultra-procesados, el grado nutricional Nutri-Score, alérgenos y para averiguar los aditivos, ¡instala gratis Open Food Facts!

      +

      Para escanear productos alimenticios y obtener el grupo NOVA de los alimentos ultraprocesados, conocer la calificación Nutri-Score, alertas sobre alérgenos y para estar al tanto de los aditivos, ¡instala gratis Open Food Facts!

      Disponible en la App Store Disponible en Google Play -Tienda de Windows Phone +Tienda de Windows Phone Android APK

      -

      También podrá agregar fácilmente nuevos productos a Open Food Facts y ayudar a contribuir al bien común para mejorar la alimentación y la salud de todos. ¡Gracias!

      +

      También podrás añadir de forma sencilla nuevos productos a Open Food Facts y contribuir al bien común para mejorar la alimentación y la salud de todas las personas. ¡Gracias!

      + +
      diff --git a/lang/es/texts/who-we-are.html b/lang/es/texts/who-we-are.html index 2e259d3db312..7fc59749c2a2 100644 --- a/lang/es/texts/who-we-are.html +++ b/lang/es/texts/who-we-are.html @@ -1,8 +1,8 @@

      El equipo de Open Food Facts

      -

      Looking to contact us ?

      -Contacto +

      ¿Quieres contactarnos?

      +Contacto diff --git a/lang/et/texts/data.html b/lang/et/texts/data.html index 02184063f9b3..2c7178800ed4 100644 --- a/lang/et/texts/data.html +++ b/lang/et/texts/data.html @@ -1,6 +1,6 @@ -

      Andmed

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Andmed

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/et/texts/index-pro.html b/lang/et/texts/index-pro.html index a7a614f2065e..9d110884688b 100644 --- a/lang/et/texts/index-pro.html +++ b/lang/et/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/et/texts/nova.html b/lang/et/texts/nova.html index 8a0bc8b07025..a67f754bddcd 100644 --- a/lang/et/texts/nova.html +++ b/lang/et/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/et/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/et/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/et/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/et/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/et/texts/processing/mobile-app-promo-processing.html b/lang/et/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/et/texts/processing/mobile-app-promo-processing.html +++ b/lang/et/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/eu/texts/data.html b/lang/eu/texts/data.html index 79c448dec994..0466fec57cd5 100644 --- a/lang/eu/texts/data.html +++ b/lang/eu/texts/data.html @@ -1,6 +1,6 @@ -

Datuak

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Datuak

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Esteka
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Esteka
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Esteka
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

+ -

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

Produktu baten datuak irakurtzeko URLa: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Adibidea: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Adibidea: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Adibidea: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • DART: GitHub
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Kontaktua

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/eu/texts/index-pro.html b/lang/eu/texts/index-pro.html index 66b6b9abd9b8..48915afce3b4 100644 --- a/lang/eu/texts/index-pro.html +++ b/lang/eu/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Hobekuntzak -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/eu/texts/nova.html b/lang/eu/texts/nova.html index 6e0dc729b721..53e16e8fe8ce 100644 --- a/lang/eu/texts/nova.html +++ b/lang/eu/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/eu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/eu/texts/nutriscore/mobile-app-promo-nutriscore.html index d9ede1c2a0fa..4134b550a9c4 100644 --- a/lang/eu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/eu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play -Eskuragarri Windows 11 eta bertsio berriagoetarako +Available for Windows 11 and up Android APK

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/eu/texts/processing/mobile-app-promo-processing.html b/lang/eu/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/eu/texts/processing/mobile-app-promo-processing.html +++ b/lang/eu/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/fa/texts/data.html b/lang/fa/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/fa/texts/data.html +++ b/lang/fa/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/fa/texts/index-pro.html b/lang/fa/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/fa/texts/index-pro.html +++ b/lang/fa/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/fa/texts/nova.html b/lang/fa/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/fa/texts/nova.html +++ b/lang/fa/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/fa/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/fa/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/fa/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/fa/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/fa/texts/processing/mobile-app-promo-processing.html b/lang/fa/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/fa/texts/processing/mobile-app-promo-processing.html +++ b/lang/fa/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/fi/texts/data.html b/lang/fi/texts/data.html index b23cac318d55..f8734ea360e0 100644 --- a/lang/fi/texts/data.html +++ b/lang/fi/texts/data.html @@ -1,6 +1,6 @@ -

Tiedot

+

Conditions for reuse

Open Food Facts -tietokanta on Open Database License -lisenssin alaisuudessa.
Tietokannan yksilöllinen sisältö on Database Contents License -lisenssin alaisuudessa.
Tuotekuvat ovat Creative Commons Attribution ShareAlike licence -lisenssin alaisuudessa. @@ -9,7 +9,8 @@

Tiedot

Lue Käytön ja uudelleenkäytön ehdot ja edellytykset ennen kuin uudelleen käytät tietoja.

-

Olemme erittäin kiinnostuneita oppimaan mihin Open Food Facts -tietoja käytetään. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

Olemme erittäin kiinnostuneita oppimaan mihin Open Food Facts -tietoja käytetään. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. Voit myös täyttää tämän lomakkeen saadaksesi mahdollisuuden saada sovelluksesi esille.

Open Food Facts -tietojen viennit

@@ -20,7 +21,12 @@

Open Food Facts -tietojen viennit

MongoDB-vedos

Kaikkien tuotteiden tiedot ovat saatavilla MongoDB tietokantavedoksena.

- +
Linkki
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB-vedos

https://static.openfoodfacts.org/data/md5sum
-

Muutosten vienti

- -

Päivittäiset muutosten viennit ovat saatavilla viimeiseltä 14:ltä päivältä. Luettelo tällä hetkellä saatavilla olevista muutostiedostoista löytyy osoitteesta - https://static.openfoodfacts.org/data/delta/index.txt. - Jokainen rivi vastaa tiedostoa, joka on saatavilla osoitteesta https://static.openfoodfacts.org/data/delta/{tiedostonnimi}. - Tiedostonnimi sisältää UNIX-aikaleiman ensimmäisestä ja viimeisestä muutoksesta, jotka sisältyvät JSON-tiedostoon, jotta muutostiedostot voidaan - tuoda (purkamisen jälkeen) aakkosjärjestyksessä komennolla mongoimport.

-

Huomioi, että mongoexport-komennon luonteen takia muutostiedostot eivät voi kertoa poistetuista tuotteista. Poistaaksesi - poistetut tuotteet tietokannastasi sinun täytyy tuoda täysi MongoDB-vedos.

+

Daily delta exports

+

Päivittäiset muutosten viennit ovat saatavilla viimeiseltä 14:ltä päivältä. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Jokainen rivi vastaa tiedostoa, joka on saatavilla osoitteesta https://static.openfoodfacts.org/data/delta/{tiedostonnimi}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Huomioi, että mongoexport-komennon luonteen takia muutostiedostot eivät voi kertoa poistetuista tuotteista. To remove deleted products from your database, you will need to import the full MongoDB dump.

Tietojen CSV-vienti

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Linkki
@@ -52,11 +53,8 @@

Tietojen CSV-vienti

-

Tietojen CSV-vienti

- -

Tiedot kaikille tuotteille tai osalle tuotteista voi ladata CSV-muodossa (luettavissa OpenOfficella, Excelillä ja monella muulla ohjelmistolla) - tarkennetun haun lomakkeella.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

Tietojen CSV-vienti

Tiedoston merkistökoodaus on Unicode UTF-8. Kenttien erottimena on <sarkain>.

- -

Tietojen RDF-vienti

- -

Tietokanta on myös saatavilla RDF-muodossa. announcement in French.

+

Tietokanta on myös saatavilla RDF-muodossa. You can read the announcement in French.

Linkki
@@ -78,56 +73,53 @@

Tietojen RDF-vienti

Kuvatietojen vienti

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Tutustu dokumentaatioomme saadaksesi lisätietoja miten ladata kuvia.

+ -

Kaikki kuvat ja tekstintunnistustulokset ovat ladattavissa palvelimeltamme tai AWS:stä (AWS Open Data Program -ohjelman kautta). Tutustu dokumentaatioomme saadaksesi lisätietoja miten ladata kuvia.

-

Live JSON and XML API

+

OpenAPI Documentation for the JSON API

Myös JSON API on saatavilla tuotteen tietojen lukemiseen. Tämä API on erityisesti käytössä Open Food Facts mobiilisovelluksessa iPhonelle ja Androidille.

-

Parannamme ohjelmointirajapintaa ajan myötä, mutta huolehdimme yhteensopivuudesta aiempien versioiden kanssa. Ota yhteyttä, jos käytät sitä, jotta voimme ilmoittaa mahdollisista muutoksista.

+

Parannamme ohjelmointirajapintaa ajan myötä, mutta huolehdimme yhteensopivuudesta aiempien versioiden kanssa. Please get in touch if you use it, so that we can tell you about potential changes.

Esimerkki: https://world.openfoodfacts.org/api/v2/product/737628064502.json

Esimerkki: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Tulokset saa myös XML-muodossa päätteellä .xml

-

Esimerkki: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

Voit käyttää API:a tuotannossa, kunhan 1 API-kutsu = 1 oikea viivakoodin lukeminen käyttäjältä. Kaikki yritykset kaapia tietokantaa API:a käyttämällä estetään erittäin todennäköisesti, sillä päivittäiset viennit ovat saatavilla tältä samaiselta sivulta.

Jos olet epävarma jostakin, tai sinulla on kysymyksiä (hölmöjä kysymyksiä ei ole), voit esittää kysymyksesi Slackissä :-)

Jos olet epävarma jostakin, tai sinulla on jokin kysymys (ei ole typeriä kysymyksiä), kysy rohkeasti #api-kanavalla Slackissa :-)

-

Android ja IPhone mobiilisovellukset

- -

Open Food Facts -mobiilisovellusten koodi on saatavilla GitHubissa (Flutter, Android ja iOS). -Sovelluksen avulla käyttäjät voivat skannata tuotteiden viivakoodeja, katsella tuotetietoja, ja ottaa ja lähettää kuvia ja tietoja puuttuvista tuotteista.

+

Experimental XML API

+

Tulokset saa myös XML-muodossa päätteellä .xml

+

Esimerkki: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

Perinteistä sovellusta iOS-käyttöjärjestelmälle kehitetään Swift-kielellä.

-

Perinteistä sovellusta Android-käyttöjärjestelmälle kehitetään Kotlin-kielellä.

-

Uusi alustariippumaton sovellus on Dart/Flutter-sovellus.

-

Voit uudelleen käyttää koodia (se on avointa lähdekoodia), ja auttaa meitä parantamaan sitä, kaikille, koko planeetalla.

Kääreet ja SDK

Meillä on todennäköisesti kääre lempiohjelmointikielellesi. Jos on, voit käyttää ja parantaa sitä. Jos ei ole, voit auttaa luomaan sen.

Voit liittyä Open Food Facts Slack -keskusteluryhmään, joka on ensisijainen tapa kysyä kysymyksiä ja keskustella API:sta.

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

Sovelluksen avulla käyttäjät voivat skannata tuotteiden viivakoodeja, katsella tuotetietoja, ja ottaa ja lähettää kuvia ja tietoja puuttuvista tuotteista.

+ +

Voit uudelleen käyttää koodia (se on avointa lähdekoodia), ja auttaa meitä parantamaan sitä, kaikille, koko planeetalla.

+ +

SDKs

+ +

Keskustelu tiedoista, API:sta ja vienneistä

-

Voit liittyä Open Food Facts Slack -keskusteluryhmään, joka on ensisijainen tapa kysyä kysymyksiä ja keskustella API:sta.

-

Voit aloittaa viestiketjun ohjelmointirajapintadokumentaatiotietovarastossamme - -

Yhteystiedot

- -

Tietoihin liittyvissä kysymyksissä voit ottaa meihin yhteyttä sähköpostilla osoitteeseen contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

Voit aloittaa viestiketjun ohjelmointirajapintadokumentaatiotietovarastossamme +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/fi/texts/index-pro.html b/lang/fi/texts/index-pro.html index 983175709f3d..9c52244a241a 100644 --- a/lang/fi/texts/index-pro.html +++ b/lang/fi/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Paranna merkittävästi Nutri-Scorea vähentämällä kohtuullisesti sokeria, suolaa tai tyydyttyneitä rasvahappoja.
  • diff --git a/lang/fi/texts/nova.html b/lang/fi/texts/nova.html index 45a07f65dbe2..1020a4e72f41 100644 --- a/lang/fi/texts/nova.html +++ b/lang/fi/texts/nova.html @@ -14,7 +14,7 @@

    Luokittelu 4 ryhmään elintarvikkeiden jalostusast

    Jotkut maat käyttävät NOVA-ryhmiä ravitsemusohjaukseensa tai -tavoitteisiinsa, esimerkiksi:

    diff --git a/lang/fi/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/fi/texts/nutriscore/mobile-app-promo-nutriscore.html index ace78242957e..9f8032c50b9c 100644 --- a/lang/fi/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/fi/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    Asenna Open Food Facts -mobiilisovellus

    NutriScore Open Food Facts -mobiilisovelluksessa -

    Hanki Nutri-Score Open Food Facts -sovelluksella!

    -
    - -
    - -

    Asenna Open Food Facts -mobiilisovellus

    - -

    Elintarvikkeiden viivakoodien lukemiseksi, saadaksesi niiden Nutri-Score-ravintoarvosanan, NOVA-ryhmän ultrajalostetuille ruoille, allergeenivaroitukset ja elintarvikelisäaineiden tulkitsemiseksi, asenna ilmainen Open Food Facts -sovellus!

    +

    Nutri-Scoret löytyvät Open Food Facts -sovelluksella!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Saatavilla App Storesta Saatavilla Google Playstä Available for Windows 11 and up Android APK

    -

    Voit myös helposti lisätä uusia tuotteita Open Food Factsiin ja auttaa rakentamaan yhteistä hyvää kaikkien ruoan ja terveyden parantamiseksi. Kiitos!

    +

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Kiitos!

    +
diff --git a/lang/fi/texts/processing/mobile-app-promo-processing.html b/lang/fi/texts/processing/mobile-app-promo-processing.html index b552257174a3..27c97da089e2 100644 --- a/lang/fi/texts/processing/mobile-app-promo-processing.html +++ b/lang/fi/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

Asenna Open Food Facts -mobiilisovellus

NutriScore Open Food Facts -mobiilisovelluksessa

Näe NOVA-ryhmä Open Food Facts -sovelluksella!

-
-

Asenna Open Food Facts -mobiilisovellus

-

Elintarvikkeiden lukemiseksi, nähdäksesi NOVA-ryhmän ultrajalostetuille ruoille, niiden Nutri-Score-ravintoarvosanan, allergeenihälytyksille ja elintarvikelisäaineiden purkamiseksi, asenna ilmainen Open Food Facts -sovellus!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Saatavilla App Storesta Saatavilla Google Playstä -Windows Phone -kauppa +Windows Phone Store Android APK

-

Voit myös helposti lisätä uusia tuotteita Open Food Factsiin ja auttaa rakentamaan yhteistä hyvää kaikkien ruoan ja terveyden parantamiseksi. Kiitos!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Kiitos!

+ +
diff --git a/lang/fil/emails/user_welcome.html b/lang/fil/emails/user_welcome.html index 7a64015e0762..3a1acd34c677 100644 --- a/lang/fil/emails/user_welcome.html +++ b/lang/fil/emails/user_welcome.html @@ -21,4 +21,4 @@ }

Hi {{NAME}} and welcome to Open Food Facts! 🔎🍊

Thank you for joining our international community of people eager to see more transparency in the food industry by contributing to the world’s largest open food database!

Here is your user name: {{USERID}}

Sign in on the website to add and edit products.

📲 We also have a free, ad-free and private mobile scanning app you may like.

Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!

🌎 To discuss projects and connect as a community, join us on our Slack or our Forum.

🙋🙋‍♀️To become a volunteer for the project, sign up to the Contributor Skill Pool (4 min form)!

💫 To follow our latest news:

Please also get familiar with our community’s Code of Conduct.

Thank you for joining the food revolution and we look forward to your contribution! 🤳🥫

#YesWeScan

Stay tuned,

The Open Food Facts team

https://openfoodfacts.org

Still have a minute to read? 😉

Some further resources

Are you:

  • a producer? Discover our dedicated Pro platform to help you in your transparency journey
  • into cosmetics ? Discover the growing Open Beauty Facts database
  • a developer? Join us on Github to help improve the interfaces
  • a translator? Help make Open Food Facts available in your language via Crowdin

🌱 How can informed food choices make a difference?

What we eat matters when food accounts for 28% of C02 emissions, 70% of drinking water consumption and the majority of packaging waste globally. Each meal is an opportunity to have a positive impact on our health and that of our planet.

🧡 Open Food Facts is a non-profit organization and exists in part thanks to donations. If you like the project, please consider supporting it with a donation.

\ No newline at end of file +}

Kumusta ka, {{NAME}} at mabuhay sa Open Food Facts!

Thank you for joining our international community of people eager to see more transparency in the food industry by contributing to the world’s largest open food database!

Dito ay username mo: {{USERID}}

Sign in sa website upang idagdag at i-edit ang mga produkto.

📲 We also have a free, ad-free and private mobile scanning app you may like.

Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!

🌎 To discuss projects and connect as a community, join us on our Slack or our Forum.

🙋🙋‍♀️To become a volunteer for the project, sign up to the Contributor Skill Pool (4 min form)!

💫 Sundan ang naming pinakabagong balita:

Tignan ang naming Code of Conduct nga.

Thank you for joining the food revolution and we look forward to your contribution! 🤳🥫

#YesWeScan

Stay tuned,

The Open Food Facts team

https://openfoodfacts.org

May oras na para sa bumasa? 😉

Some further resources

Are you:

  • a producer? Discover our dedicated Pro platform to help you in your transparency journey
  • into cosmetics ? Discover the growing Open Beauty Facts database
  • a developer? Join us on Github to help improve the interfaces
  • a translator? Help make Open Food Facts available in your language via Crowdin

🌱 How can informed food choices make a difference?

What we eat matters when food accounts for 28% of C02 emissions, 70% of drinking water consumption and the majority of packaging waste globally. Each meal is an opportunity to have a positive impact on our health and that of our planet.

🧡 Open Food Facts is a non-profit organization and exists in part thanks to donations. If you like the project, please consider supporting it with a donation.

\ No newline at end of file diff --git a/lang/fil/texts/data.html b/lang/fil/texts/data.html index 4b0fc65687f8..d88dc2db480c 100644 --- a/lang/fil/texts/data.html +++ b/lang/fil/texts/data.html @@ -1,6 +1,6 @@ -

Datos

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Datos

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Kontak

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/fil/texts/index-pro.html b/lang/fil/texts/index-pro.html index da08557fc67a..46fba87f53a1 100644 --- a/lang/fil/texts/index-pro.html +++ b/lang/fil/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/fil/texts/nova.html b/lang/fil/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/fil/texts/nova.html +++ b/lang/fil/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/fil/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/fil/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/fil/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/fil/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/fil/texts/open-food-facts-mobile-app.html b/lang/fil/texts/open-food-facts-mobile-app.html index f1eae95c9026..aaee0093e7c3 100644 --- a/lang/fil/texts/open-food-facts-mobile-app.html +++ b/lang/fil/texts/open-food-facts-mobile-app.html @@ -116,7 +116,7 @@

> Available on the App Store > Available on the App Store +
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ + diff --git a/lang/fil/texts/terms-of-use.html b/lang/fil/texts/terms-of-use.html index ef9cdc107ac7..72c11955a8b9 100644 --- a/lang/fil/texts/terms-of-use.html +++ b/lang/fil/texts/terms-of-use.html @@ -9,7 +9,7 @@

Panimula

Ukol sa Open Food Facts

-

Open Food Facts ay kumukuha ng impormasyon at datos sa mga produkto ng pagkain mula sa buong mundo.

+

Ang Open Food Facts ay kumukuha ng impormasyon at datos sa mga produkto ng pagkain mula sa buong mundo.

Food product information (photos, ingredients, nutrition facts etc.) is collected in a collaborative way and made available to everyone and for all uses in a free and open database.

diff --git a/lang/fo/texts/data.html b/lang/fo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/fo/texts/data.html +++ b/lang/fo/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/fo/texts/index-pro.html b/lang/fo/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/fo/texts/index-pro.html +++ b/lang/fo/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/fo/texts/nova.html b/lang/fo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/fo/texts/nova.html +++ b/lang/fo/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/fo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/fo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/fo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/fo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/fo/texts/processing/mobile-app-promo-processing.html b/lang/fo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/fo/texts/processing/mobile-app-promo-processing.html +++ b/lang/fo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/fr/texts/contact.html b/lang/fr/texts/contact.html index c1c9456ae8a6..b419d3c97851 100644 --- a/lang/fr/texts/contact.html +++ b/lang/fr/texts/contact.html @@ -2,8 +2,8 @@

Contactez l'équipe Open Food Facts

Si vous avez une question, un commentaire ou une suggestion sur Open Food Facts, vous pouvez nous envoyer un courriel à contact@openfoodfacts.org.

-

We already have answered many common questions in our FAQ

-FAQ (Frequently Asked Questions) +

Nous avons déjà répondu à de nombreuses questions courantes dans notre FAQ

+FAQ (Foire Aux Questions)

Si vous êtes un producteur, veuillez nous contacter à producteurs@openfoodfacts.org.

Si vous êtes un journaliste, veuillez nous contacter à presse@openfoodfacts.org.

diff --git a/lang/fr/texts/data.html b/lang/fr/texts/data.html index c18801adb39e..8ae8cb10d7f5 100644 --- a/lang/fr/texts/data.html +++ b/lang/fr/texts/data.html @@ -1,6 +1,6 @@ -

Données

+

Conditions de réutilisation

La base de données Open Food Facts est disponible sous licence Open Database Licence (Odbl).
Les contenus individuels de la base de données sous disponibles sous licence Database Contents License (DbCL).
Les images de produits sont disponibles sous licence Creative Commons Attribution ShareAlike - CC BY-SA. Les licences sont des licences libres qui autorisent l'utilisation et la reproduction du contenu à toutes fins, y compris l'utilisation commerciale, sous certaines conditions, en particulier l'attribution et le partage sous la même condition d'œuvres dérivées.

@@ -8,7 +8,8 @@

Données

Nous vous invitons à lire les Conditions d'utilisation et de ré-utilisation avant de ré-utiliser les données.

-

Nous sommes vraiment très intéressé par la façon dont vous allez utiliser les données Open Food Facts. Nous apprécierions beaucoup que vous nous fassiez part de vos réutilisations afin que nous puissions les partager avec la communauté Open Food Facts.

+

Informez-nous de la manière dont vous utilisez ces données

+

Nous sommes vraiment très intéressé par la façon dont vous allez utiliser les données Open Food Facts. Ce n'est pas obligatoire, mais nous vous serions très reconnaissants de nous faire part de la manière dont vous utilisez ces données afin que nous puissions les partager avec la communauté Open Food Facts. Vous avez aussi la possibilité de remplir ce formulaire pour avoir l'opportunité de voir votre application mise en avant.

Export de données Open Food Facts

@@ -19,7 +20,12 @@

Export de données Open Food Facts

Export MongoDB

Les données concernant tous les produits sont disponibles à travers l'export MongoDB.

- +
Lien
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -29,18 +35,16 @@

Export MongoDB

https://static.openfoodfacts.org/data/md5sum
-

Export Delta

- -

Des exports delta journaliers sont fournis pour les 14 jours précédents. La liste des fichiers delta actuellement disponibles peut être trouvée dans https://static.openfoodfacts.org/data/delta/index.txt . - Chaque ligne représente un fichier disponible sur https://static.openfoodfacts.org/data/delta/{filename} . - Le nom du fichier contient un horodatage UNIX du premier et du dernier changement apporté au fichier JSON, afin que les fichiers delta puissent être importés (après extraction) avec mongoimport par ordre alphabétique.

-

Veuillez noter qu'en raison de la nature de mongoexport , les fichiers delta ne peuvent pas vous renseigner sur les produits supprimés. Pour effacer les produits supprimés de votre base de données, vous devez importer l'entièreté du dépôt / dump MongoDB.

+

Export journalier de données

+

Des exports delta journaliers sont fournis pour les 14 jours précédents. La liste des fichiers delta actuellement disponibles se trouve sur https://static.openfoodfacts.org/data/delta/index.txt.

+

Chaque ligne représente un fichier disponible sur https://static.openfoodfacts.org/data/delta/{filename} .

+

Le nom du fichier contient le timestamp UNIX du premier et du dernier changement inclus dans le fichier JSON, afin que les fichiers delta puissent être importés (après extraction) avec mongoimport dans un ordre alphabétique.

+

Veuillez noter qu'en raison de la nature de mongoexport , les fichiers delta ne peuvent pas vous renseigner sur les produits supprimés. Pour supprimer les produits supprimés de votre base de données, vous devrez importer l'intégralité du dump MongoDB.

Export de données JSONL

-

L'intégralité de notre base de données est aussi disponible au format JSONL (parfois appelé LDJSON ou NDJSON) où chaque ligne est un objet JSON. - Ce sont exactement les mêmes données que l'export MongoDB. Ce ficher est compressé avec gzip.

+

L'intégralité de notre base de données est aussi disponible au format JSONL (parfois appelé LDJSON ou NDJSON) où chaque ligne est un objet JSON. Ce sont exactement les mêmes données que l'export MongoDB. Ce ficher est compressé avec gzip.

Lien
@@ -48,10 +52,8 @@

Export de données JSONL

-

Export CSV

- -

Les données pour tous les produits, ou une sélection de produits, peuvent être téléchargés au format CSV (utilisable avec les logiciels OpenOffice, Excel par exemple parmi l'offre importante de logiciels de tableur existants) en utilisant le formulaire de recherche avancé.

+

Les données relatives à tous les produits ou à certains d'entre eux peuvent être téléchargées au format CSV (lisible avec LibreOffice, Excel et de nombreux autres tableurs) via le formulaire de recherche avancée.

Liens
@@ -61,11 +63,8 @@

Export CSV

Le fichier utilise l'encodage Unicode UTF-8. Le caractère de séparation des champs est <tab> (tabulation).

- -

Export RDF

- -

Les données sont également disponibles au format RDF. annonce en français.

+

Les données sont également disponibles au format RDF. Vous pouvez lire l'annonce en français.

Lien
@@ -73,56 +72,53 @@

Export RDF

Export des images

+

Les images et les résultats OCR peuvent être récupérés soit à partir de notre serveur, soit via AWS (grâce au programme AWS Open Data). Consultez notre documentation pour en savoir plus sur le téléchargement d'images.

-

Toutes les images et les résultats d'OCR peuvent être téléchargés depuis notre serveur ou depuis AWS (via le programme AWS Open Data). Consultez notre documentation pour en savoir plus sur le téléchargement d'images.

-

API Live JSON et XML

+ +

Documentation OpenAPI pour l'API JSON

Une API JSON est également disponible pour accéder aux données d'un produit. Cette API est notamment utilisée au sein des applications Open Food Facts Android et iPhone.

-

Nous améliorons l'API au fil du temps mais nous veillons à conserver une rétrocompatibilité. Veuillez nous contacter si vous l'utilisez, afin que nous puissions vous informer des changements potentiels.

+

Nous améliorons l'API au fil du temps mais nous veillons à conserver une rétrocompatibilité. Veuillez prendre contact si vous l'utilisez, afin que nous puissions vous informer des changements éventuels.

Exemple : https://world.openfoodfacts.org/api/v2/product/737628064502.json

Exemple : https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Vous pouvez également obtenir le résultat en XML en utilisant .xml

-

Exemple : https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Notez que si les résultats sont trop nombreux, vous pouvez les filtrer, comme décrit dans la documentation de l'API.

+

Assistance recherchée pour OpenAPI

+Nous sommes enthousiastes à l'idée de terminer la documentation de l'API, d'ajouter des cas d'utilisation, et d'automatiser la génération du SDK. Si vous avez des connaissances relatives à OpenAPI, n'hésitez pas à apporter votre aide. +

Vous avez parfaitement le droit d'utiliser l'API pour des programmes en production, tant qu'1 appel API = 1 scan par un utilisateur réel. Toute tentative de "scraper" la base de données en utilisant l'API sera très probablement bloquée, car des exports journaliers complets sont disponibles sur cette page.

En outre, l'envoi d'un en-tête HTTP avec votre appel d'API est un moyen efficace pour que l'on puisse vous contacter, en cas de problème.

Si vous n'êtes pas sûr de quelque chose, ou si vous avez une question (il n'y a pas de question bête), n'hésitez pas à la poser sur le canal #api de Slack :-)

-

Application Android et iPhone

- -

Le code de l'application mobile Open Food Facts est disponible sur GitHub (Flutter, Android et iOS). -L'application permet aux utilisateurs de scanner le code-barres des produits, d'afficher des informations sur les produits, de prendre et d'envoyer des photos et des données sur les produits manquants.

+

API XML expérimental

+

Vous pouvez également obtenir le résultat en XML en utilisant .xml

+

Exemple : https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+Cette API n'est pas activement maintenue et n'est pas officiellement documentée. -

L'application classique pour iOS est développée en Swift.

-

L'application classique pour Android est développée en Kotlin.

-

La nouvelle application multi-plateforme est une application Dart/Flutter.

-

Vous êtes invités à réutiliser le code (il est open source) et à nous aider à l'améliorer, pour tous, sur toute la planète.

Wrappers et SDKs

Nous avons probablement un wrapper pour votre langage de programmation préféré. Si nous l'avons, vous pouvez l'utiliser et l'améliorer. Sinon, vous pouvez aider à le créer.

Ils vous permettront de consommer des données et permettront à vos utilisateurs de créer de nouvelles données.

-

Principes généraux

+

Principes généraux pour satisfaire vos utilisateurs

  • Vous pouvez rechercher des informations sur les produits, y compris de nombreuses valeurs calculées utiles.
  • DART : GitHub
  • @@ -132,7 +128,7 @@

    Principes généraux

    Si vos utilisateurs n'attendent pas de résultat immédiat (par exemple, application d'inventaire)

    • Envoyer des photos (face/nutrition/ingrédients) : chose la moins pénible pour vos utilisateurs
    • -
    • L'IA Robotoff d'Open Food Facts générera des données dérivées à partir des photos
    • +
    • L'IA d'Open Food Facts - Robotoff - générera des données dérivées à partir des photos
    • Par la suite, d'autres applis, ainsi que la communauté Open Food Facts, rempliront les données manquantes
    @@ -143,27 +139,40 @@

    Si vos utilisateurs attendent un résultat immédiat (par exemple applicatio
  • Envoyez la catégorie + les labels, bientôt obtenez l'Éco-Score (à propos de l'impact environnemental)
+

Application mobile Android/iPhone/Flutter

+ +

Le code des applications mobiles officielles d'Open Food Facts est disponible sur GitHub. + Flutter + Android Kotlin + iOS Swift + +

Nous cherchons à transformer les bases de code Kotlin et Swift obsolètes en SDK Kotlin et Swift, toute aide est la bienvenue :-)

+

L'application permet aux utilisateurs de scanner le code-barres des produits, d'afficher des informations sur les produits, de prendre et d'envoyer des photos et des données sur les produits manquants.

+ +

Vous êtes invités à réutiliser le code (il est open source) et à nous aider à l'améliorer, pour tous, sur toute la planète.

+ +

Kits de développement logiciel

+ +

Discuter des données, de l'API et des exports

-

Vous pouvez rejoindre le Slack Open Food Facts qui est le moyen privilégié pour poser des questions et discuter de l'API.

-

Vous pouvez ouvrir un fil de discussion sur notre dépôt de documentation API - -

Contact

- -

Pour toute question sur les données, vous pouvez nous contacter à l'adresse email contact@openfoodfacts.org +

Vous pouvez consulter les FAQ concernant l'API et les exportations de données ainsi que les questions courantes sur Open Food Facts

+

Vous pouvez rejoindre le chatroom Slack d'Open Food Facts qui est le moyen privilégié pour poser des questions et discuter de l'API. Veuillez poser vos questions dans le canal #api

+

Vous pouvez ouvrir un fil de discussion sur notre dépôt de documentation API +

Pour toute question concernant les données, vous pouvez nous contacter à reuse@openfoodfacts.org diff --git a/lang/fr/texts/index-pro.html b/lang/fr/texts/index-pro.html index d4853d8e4bd0..fb721ca48ae4 100644 --- a/lang/fr/texts/index-pro.html +++ b/lang/fr/texts/index-pro.html @@ -26,13 +26,13 @@

- Validated Data + Données validées

Données validées

Assurez-vous que les données de vos produits sont complètes et à jour. Vos données deviendront la source de référence une fois qu'elles seront publiques. Et comme nous savons que de petites erreurs peuvent se produire, nous vous signalerons en privé tous les problèmes de qualité des données que nous détectons avant l'importation, afin que vous puissiez les corriger.

- Improvements -

Recevez des suggestions pour améliorer facilement votre Nutri-Score

+ Améliorations +

Recevez des suggestions pour améliorer facilement votre Nutri-Score

  • Améliorez significativement le Nutri-Score avec une réduction raisonnable du sucre, du sel ou des acides gras saturés.
  • @@ -41,7 +41,7 @@

    Recevez des suggestions pour améliorer facilement votre Nutri-Score

- Broadcast your product data thanks to Open Food Facts + Diffusez vos données sur les produits grâce à Open Food Facts

Diffusez vos données sur de nombreuses applications et services

Open Food Facts est un canal de distribution de données essentiel. Environ 200 applications et services utilisent Open Food Facts. Partagez une fois, assurez l'harmonisation dans de nombreux endroits.

@@ -61,7 +61,7 @@

"Venez comme vous êtes" pourrait presque être le slogan
- Import data in Open Food Facts using XLSX + Importer des données dans Open Food Facts à l'aide de XLSX

Compatible avec n'importe quel XLSX/ODT que vous pourriez avoir

Bien que nous fournissions un modèle facile à utiliser une fois que vous vous êtes inscrit, vous pouvez réutiliser n'importe quel fichier existant, dans n'importe quel format. La plateforme vous permettra de faire correspondre vos noms de colonnes avec le format Open Food Facts.

diff --git a/lang/fr/texts/nova.html b/lang/fr/texts/nova.html index 3c854e08e23d..a7105a8081b0 100644 --- a/lang/fr/texts/nova.html +++ b/lang/fr/texts/nova.html @@ -14,17 +14,17 @@

Une classification en 4 groupes pour mettre en évi

Certains pays utilisent les groupes NOVA pour leurs directives ou objectifs diététiques, par exemple:

La classification NOVA assigne un groupe aux produits alimentaires en fonction du degré de transformation qu'ils ont subi :
-NOVA Group 1 - Unprocessed or minimally processed foods -NOVA Group 2 - Processed culinary ingredients -NOVA Group 3 - Processed foods -NOVA Group 4 - Ultra-processed food and drink products +Groupe NOVA 1 - Aliments non transformés ou peu transformés +Groupe NOVA 2 - Ingrédients culinaires transformés +Groupe NOVA 3 - Aliments transformés +Groupe NOVA 4 - Produits alimentaires et boissons ultra-transformés

  • Groupe 1 - Aliments non transformés ou transformés minimalement
  • diff --git a/lang/fr/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/fr/texts/nutriscore/mobile-app-promo-nutriscore.html index 46e76f0c02a2..9f939005364f 100644 --- a/lang/fr/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/fr/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    Installer l'application mobile Open Food Facts

    NutriScore sur l'application mobile Open Food Facts

    Obtenez le Nutri-Score avec l'application Open Food Facts!

    -
    - -
    - -

    Installer l'application mobile Open Food Facts

    - -

    Pour analyser des produits alimentaires, obtenir leur note Nutri-Score, leur groupe NOVA pour savoir s'il s'agit d'un aliment ultra-transformé, des alertes sur les allergènes, et pour décrypter les additifs alimentaires, installez l'application gratuite Open Food Facts !

    +

    Pour scanner les produits alimentaires, obtenir leur note nutritionnelle Nutri-Score, le groupe NOVA pour les aliments ultra-transformés, les alertes allergènes et pour décrypter les additifs alimentaires, installez l'application gratuite Open Food Facts !

    Disponible sur l'App Store Disponible sur Google Play -Disponible pour Windows 11 et versions ultérieures +Disponible pour Windows 11 et versions ultérieures APK Android

    -

    Vous pourrez également ajouter facilement de nouveaux produits à Open Food Facts et aider à créer un bien commun pour améliorer la santé et l'alimentation de tous. Merci !

    +

    Vous pourrez également ajouter facilement de nouveaux produits à Open Food Facts et contribuer à construire un bien commun pour améliorer l’alimentation et la santé de chacun. Merci !

    +

diff --git a/lang/fr/texts/processing/mobile-app-promo-processing.html b/lang/fr/texts/processing/mobile-app-promo-processing.html index 7097d9a5317e..02e7eee16de7 100644 --- a/lang/fr/texts/processing/mobile-app-promo-processing.html +++ b/lang/fr/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

Installer l'application mobile Open Food Facts

NutriScore sur l'application mobile Open Food Facts

Obtenez le groupe NOVA avec l'application Open Food Facts!

-
-

Installer l'application mobile Open Food Facts

-

Pour scanner les produits alimentaires, obtenir leur groupe NOVA pour les aliments ultra-transformés, leur note de qualité nutritionnelle Nutri-Score, des alertes allergènes et pour déchiffer les additifs alimentaires, installez l'application gratuite Open Food Facts!

+

Pour scanner les produits alimentaires, obtenir le groupe NOVA pour les aliments ultra-transformés, leur note nutritionnelle Nutri-Score, les alertes aux allergènes et décrypter les additifs alimentaires, installez l'application gratuite Open Food Facts !

Disponible sur l'App Store Disponible sur Google Play -Windows Phone Store +Windows Phone Store APK Android

-

Vous pourrez également ajouter facilement de nouveaux produits à Open Food Facts et aider à créer un bien commun pour améliorer la santé et l'alimentation de tous. Merci !

+

Vous pourrez également ajouter facilement de nouveaux produits à Open Food Facts et contribuer à construire un bien commun pour améliorer l’alimentation et la santé de chacun. Merci !

+ +
diff --git a/lang/fr/texts/who-we-are.html b/lang/fr/texts/who-we-are.html index 343ad4c4e6a2..9bec55f81151 100644 --- a/lang/fr/texts/who-we-are.html +++ b/lang/fr/texts/who-we-are.html @@ -1,7 +1,7 @@

L'équipe Open Food Facts

-

Looking to contact us ?

+

Vous souhaitez nous contacter ?

Contact diff --git a/lang/ga/texts/data.html b/lang/ga/texts/data.html index adce870a6147..262e4c083ded 100644 --- a/lang/ga/texts/data.html +++ b/lang/ga/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Teagmháil

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ga/texts/index-pro.html b/lang/ga/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ga/texts/index-pro.html +++ b/lang/ga/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ga/texts/nova.html b/lang/ga/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ga/texts/nova.html +++ b/lang/ga/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ga/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ga/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ga/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ga/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ga/texts/processing/mobile-app-promo-processing.html b/lang/ga/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ga/texts/processing/mobile-app-promo-processing.html +++ b/lang/ga/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/gd/texts/data.html b/lang/gd/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/gd/texts/data.html +++ b/lang/gd/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/gd/texts/index-pro.html b/lang/gd/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/gd/texts/index-pro.html +++ b/lang/gd/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/gd/texts/nova.html b/lang/gd/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/gd/texts/nova.html +++ b/lang/gd/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/gd/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/gd/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/gd/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/gd/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/gd/texts/processing/mobile-app-promo-processing.html b/lang/gd/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/gd/texts/processing/mobile-app-promo-processing.html +++ b/lang/gd/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/gl/texts/data.html b/lang/gl/texts/data.html index 90b7d8a5e9a4..d88dc2db480c 100644 --- a/lang/gl/texts/data.html +++ b/lang/gl/texts/data.html @@ -1,6 +1,6 @@ -

Datos

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Datos

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contacto

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/gl/texts/index-pro.html b/lang/gl/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/gl/texts/index-pro.html +++ b/lang/gl/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/gl/texts/nova.html b/lang/gl/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/gl/texts/nova.html +++ b/lang/gl/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/gl/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/gl/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/gl/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/gl/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/gl/texts/processing/mobile-app-promo-processing.html b/lang/gl/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/gl/texts/processing/mobile-app-promo-processing.html +++ b/lang/gl/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/gu/texts/data.html b/lang/gu/texts/data.html index 0855e070eaf9..c06832a59a2e 100644 --- a/lang/gu/texts/data.html +++ b/lang/gu/texts/data.html @@ -1,6 +1,6 @@ -

માહિતી

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

માહિતી

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/gu/texts/index-pro.html b/lang/gu/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/gu/texts/index-pro.html +++ b/lang/gu/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/gu/texts/nova.html b/lang/gu/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/gu/texts/nova.html +++ b/lang/gu/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/gu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/gu/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/gu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/gu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/gu/texts/processing/mobile-app-promo-processing.html b/lang/gu/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/gu/texts/processing/mobile-app-promo-processing.html +++ b/lang/gu/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ha/texts/data.html b/lang/ha/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ha/texts/data.html +++ b/lang/ha/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ha/texts/index-pro.html b/lang/ha/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ha/texts/index-pro.html +++ b/lang/ha/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ha/texts/nova.html b/lang/ha/texts/nova.html index f8be7443789b..ba5433f0615d 100644 --- a/lang/ha/texts/nova.html +++ b/lang/ha/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ha/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ha/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ha/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ha/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ha/texts/processing/mobile-app-promo-processing.html b/lang/ha/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ha/texts/processing/mobile-app-promo-processing.html +++ b/lang/ha/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/he/texts/data.html b/lang/he/texts/data.html index 1c4d41db615b..5f92f5dd726d 100644 --- a/lang/he/texts/data.html +++ b/lang/he/texts/data.html @@ -1,6 +1,6 @@ -

נתונים

+

תנאי גזירה

מסד הנתונים Open Food Facts זמין בכפוף לרישיון Open Database (מסדי נתונים).
התוכן הפרטני במסד הנתונים כפוף לרישיון Database Contents (תכני מסדי נתונים).
תמונות המוצרים זמינות בכפוף לרישיון Creative Commons Attribution ShareAlike (ייחוס-שיתוף זהה). @@ -9,7 +9,8 @@

נתונים

נא לקרוא את תנאי השימוש והגזירה לפני גזירת הנתונים.

-

מאוד מעניין אותנו ללמוד למה משמשים הנתונים של Open Food Facts. ברשותך, נעריך מאוד אם יתאפשר לךלספר לנו איך השתמשת בנתונים שלנו כדי שנוכל לשתף זאת עם קהילת Open Food Facts.

+

נא לספר לנו על הגזירה שלך

+

מאוד מעניין אותנו ללמוד למה משמשים הנתונים של Open Food Facts. לא חובה אבל נעריך מאוד לשמוע ממך על הנגזרת שלך כדי שנוכל לשתף אותה עם קהילת Open Food Facts. אפשר גם למלא את הטופס הזה כדי להגדיל את הסיכויים שהיישום שלך יוצג לקהל הרחב.

ייצוא הנתונים של Open Food Facts

@@ -20,7 +21,12 @@

ייצוא הנתונים של Open Food Facts

יצוא נתונים של MongoDB

נתוני כל המוצרים שלנו זמינים במאגר ייצור נתונים של MongoDB.

- +
קישור
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,18 +36,16 @@

יצוא נתונים של MongoDB

https://static.openfoodfacts.org/data/md5sum
-

ייצוא הבדלים

+

ייצוא של הבדלים יומיים

-

ייצוא הבדלים יומי מסופק עבור 14 הימים האחרונים. ניתן למצוא את רשימת קובצי ההבדלים הזמינים כעת תחת https://static.openfoodfacts.org/data/delta/index.txt. - כל שורה מייצגת קובץ שזמין תחת https://static.openfoodfacts.org/data/delta/{filename}. - שם הקובץ מכיל חותמות זמן יוניקס של השינוי הראשון והאחרון שכלול בקובץ ה־JSON כדי שניתן יהיה לייבא את קובצי ההבדלים (לאחר חילוץ) באמצעות mongoimport בסדר אלפביתי.

+

ייצוא הבדלים יומי מסופק עבור 14 הימים האחרונים. ניתן למצוא את רשימת קובצי ההבדלים הזמינים כעת תחת https://static.openfoodfacts.org/data/delta/index.txt.

+

כל שורה מייצגת קובץ שזמין תחת https://static.openfoodfacts.org/data/delta/{filename}.

+

שם הקובץ מכיל חותמות זמן יוניקס של השינוי הראשון והאחרון שכלול בקובץ ה־JSON כדי שניתן יהיה לייבא את קובצי ההבדלים (לאחר חילוץ) באמצעות mongoimport בסדר אלפביתי.

נא לשים לב שטבעו של mongoexport מאלץ מצב שבו קובצי השינויים לא יכולים לספר לך על מוצרים שנמחקו. כדי להסיר מוצרים שנמחקו ממסד הנתונים שלך, יהיה עליך לייבא את ההיטל המלא של MongoDB.

-

יצוא נתונים ב־CSV

-

מסד הנתונים השלם זמין גם בתצורתJSONL (לפעמים נקרא גם LDJSON או NDJSON) בו כל שורה היא פריט JSON. - הוא מייצג את אותם הנתונים כמו בייצוא של MongoDB. הקובץ דחוס ב־gzip.

+

מסד הנתונים השלם זמין גם בתצורתJSONL (לפעמים נקרא גם LDJSON או NDJSON) בו כל שורה היא פריט JSON. הוא מייצג את אותם הנתונים כמו בייצוא של MongoDB. הקובץ דחוס ב־gzip.

קישור
@@ -49,10 +53,8 @@

יצוא נתונים ב־CSV

-

יצוא נתונים ב־CSV

- -

הנתונים של כל המוצרים או חלקם, ניתנים להורדה בתבנית CSV (נתמכת על ידי OpenOffice, Excel ועוד) דרך טופס החיפוש המתקדם.

+

הנתונים של כל המוצרים או חלקם, ניתנים להורדה בתבנית CSV (נתמכת על ידי LibreOffice, Excel ועוד תוכנות גיליונות נתונים) דרך טופס החיפוש המתקדם.

קישורים
@@ -62,11 +64,8 @@

יצוא נתונים ב־CSV

קידוד הקובץ הוא Unicode UTF-8. התו המפריד בין שדות הוא <tab> (טאב).

- -

יצוא נתונים ב־RDF

- -

מסד הנתונים זמין גם בתצורת RDF. הכרזה בצרפתית.

+

מסד הנתונים זמין גם בתצורת RDF. אפשר לקרוא את ההכרזה בצרפתית.

קישור
@@ -74,56 +73,53 @@

יצוא נתונים ב־RDF

עקרונות כלליים

+

אפשר להוריד את כל התמונות ואת תוצאות המרת תמונה לטקסט מהשרת שלך או מ־AWS (דרך התוכנית AWS Open Data). אפשר לפנות לתיעוד שלנו כדי ללמוד עוד על איך להוריד תמונות.

+ -

אפשר להוריד את כל התמונות ואת תוצאות המרת תמונה לטקסט מהשרת שלך או מ־AWS (דרך התכנית AWS Open Data). אפשר לפנות לתיעוד שלנו כדי ללמוד עוד על איך להוריד תמונות.

-

API חי ב־XML או ב־JSON

+

תיעוד OpenAPI ל־API בתצורת JSON

API בתצורת JSON גם כן זמין לטובת קריאת נתונים על מוצר. ה־API הזה במיוחד משמש את היישומון לניידים של Open Food Facts עבור iPhone ו־Android.

-

אנו משפרים את ה־API עם הזמן אך אנו מקפידים מאוד לשמור על תאימות לאחור. נא ליצור קשר אם הוא משמש אותך, כדי שנוכל לעדכן על שינויים אפשריים.

+

אנו משפרים את ה־API עם הזמן אך אנו מקפידים מאוד לשמור על תאימות לאחור. נא ליצור קשר אם הוא משמש אותך, כדי שנוכל לעדכן על שינויים אפשריים.

כתובת לקריאת נתוני מוצר: https://world.openfoodfacts.org/api/v2/product/[barcode].json

לדוגמה: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

לדוגמה: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

-

לדוגמה: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

נא לשים לב שאם הפלט הוא קצת מעבר למה שציפית, אפשר לסנן אותו, כפי שמתואר ב־API.

+

דרושה עזרה עם OpenAPI

+אנו נשמח מאוד לסיים את תיעוד ה־API, להוסיף מקרי בוחן ולייצר אוטומציה של יצירת SDK. אם OpenAPI זה הצד החזק שלך, מאוד נשמח לקבל עזרה. +

אנו מזמינים אותך להשתמש ב־API למטרות פעילות מבצעית, כל עוד כל קריאת API שוות ערך לסריקה אמתית של משתמש. כל ניסיון לדלות את מסד הנתונים כולו דרך ה־API ייחסם כיוון שתוצאי ייצוא מלאים יומיים זמינים בעמוד זה ממש.

כמו כן, שליחת כותרות HTTP עם קריאות ה־API שלך היא דרך מצוינת בה נוכל ליצור אתך קשר במקרה שיש תקלות כלשהן.

במקרה של ספק או אם יש לך שאלות (אין דבר כזה שאלות טפשיות), אפשר לפנות אלינו בערוץ ‎#api ב־Slack :-)

-

יישומים לניידים מסוג Android ו־iPhone

- -

הקוד ליישומון לניידים של Open Food Facts זמין ב־GitHub ‏(Flutter,‏ Android ו־iOS). -היישומון מאפשר למשתמש לסרוק ברקודים של מוצרים, כדי לצפות בפרטי המוצר וכדי לצלם ולהגיש תמונות ונתונים שחסרים על המוצר.

+

API ניסיוני עם XML

+

לדוגמה: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

לדוגמה: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+ה־API הזה לא מתוחזק באופן פעיל, ולא מתועד רשמית. -

היישומון הקלסי ל־Android פותח ב־Kotlin.

-

היישומון החדש שחוצה סוגי מכשירים נכתב ב־Dart/Flutter.

-

היישומון חוצה המערכות החדש מפותח ב־Dart/Flutter.

-

אנו מזמינים אותך לעשות שימוש חוזר בקוד המקור (הפתוח) ולסייע לנו לשפר אותו, למען כולם, בכל רחבי העולם.

מעטפות וערכות SDK

כנראה שיש לנו מעטפת לשפת הפיתוח המועדפת עליך. אם יש לנו, ניתן להשתמש בה ולשפר אותה. אם אין לנו, ניתן לעזור ביצירתה.

הם יאפשרו לך לצרוך נתונים, כמו גם לאפשר למשתמשים שלך לתרום נתונים חדשים

-

עקרונות כלליים

+

עקרונות כלליים כדי לשמח את המשתמשים שלך

  • Cordova:‏ GitHub (היישומון הרשמי הישן של Open Food Facts).
  • DART: GitHub
  • @@ -133,7 +129,7 @@

    עקרונות כלליים

    אם המשתמשים שלך לא מצפים לתוצאות מיידית (למשל: יישומוני מאגרים)

    • מגישים תמונות (חזית/תזונה/רכיבים): הדבר הכי פחות מעיק על הלקוחות שלך
    • -
    • רובוט הבינה המלאכותית של Open Food Facts יגזור נתונים מהתמונות
    • +
    • רובוט הבינה המלאכותית של Open Food Facts -‏ Robotoff - יגזור נתונים מהתמונות
    • עם הזמן, יישומונים אחרים וקהילת Open Food Facts ימלאו את פערי הנתונים
    @@ -144,27 +140,40 @@

    אם המשתמשים שלך מצפים לתוצאות מיידית (למש
  • מגישים קטגוריה + תוויות > מקבלים בקרוב את ה־Eco-Score (על ההשפעה על איכות הסביבה)
+

יישומון Android/iPhone/Flutter לניידים

+ +

הקוד של היישומונים הרשמיים של Open Food Facts זמין ב־GitHub + Flutter + Kotlin Android + Swift iOS + +

אנחנו שוקלים להפוך את בסיסי הקוד של Kotlin ו־Swift ל־SDKs של Kotlin ו־Swift, נשמח לעזרה :-)

+

היישומון מאפשר למשתמש לסרוק ברקודים של מוצרים, כדי לצפות בפרטי המוצר וכדי לצלם ולהגיש תמונות ונתונים שחסרים על המוצר.

+ +

אנו מזמינים אותך לעשות שימוש חוזר בקוד המקור (הפתוח) ולסייע לנו לשפר אותו, למען כולם, בכל רחבי העולם.

+ +

ערכות SDK

+ +

דיון על נתונים, API ועל נתונים מיוצאים

-

ניתן להצטרף לחדר ה־Slack של Open Food Facts שזו הדרך המועדפת לשאול שאלות ולדבר על ה־API.

-

אפשר לפתוח שרשור במאגר תיעוד ה־API שלנו - -

יצירת קשר

- -

לכל שאלה בנוגע לנתונים, ניתן ליצור אתנו קשר בכתובת contact@openfoodfacts.org +

אפשר לעיין בשו״ת הנפוצות על API וייצוא נתונים ושאלות נפוצות על Open Food Facts

+

ניתן להצטרף לחדר ה־Slack של Open Food Facts שזו הדרך המועדפת לשאול שאלות ולדבר על ה־API. נא לשאול את השאלות שלך בערוץ ‎#api

+

אפשר לפתוח שרשור במאגר תיעוד ה־API שלנו +

לכל שאלה בנוגע לנתונים, ניתן ליצור אתנו קשר בכתובת contact@openfoodfacts.org diff --git a/lang/he/texts/index-pro.html b/lang/he/texts/index-pro.html index d29cab3efdd5..11f9a36f7b2a 100644 --- a/lang/he/texts/index-pro.html +++ b/lang/he/texts/index-pro.html @@ -32,7 +32,7 @@

נתונים מאומתים

שיפורים -

לקבל הצעות כדי לשפר את ה־Nutri-Score שלך בקלות

+

לקבל הצעות כדי לשפר את ה־Nutri-Score שלך בקלות

  • ניתן לשפר משמעותית את ה־Nutri-Score עם הורדה סבירה בסוכר, מלח או חומצות שומן רוויות.
  • diff --git a/lang/he/texts/nova.html b/lang/he/texts/nova.html index 83416a150a09..490aa1719a86 100644 --- a/lang/he/texts/nova.html +++ b/lang/he/texts/nova.html @@ -13,7 +13,7 @@

    סיווג ל־4 קבוצות כדי להדגיש

    מדינות מסוימות משתמשות ב־NOVA לטובת הנחיות או יעדים תזונתיים שלהן, כגון:

    diff --git a/lang/he/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/he/texts/nutriscore/mobile-app-promo-nutriscore.html index 6cdf5fa5682d..359c9bda1f07 100644 --- a/lang/he/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/he/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    התקנת היישומון של Open Food Facts לניידים

    NutriScore ביישומון של Open Food Facts לניידים

    קבלת ה־Nutri-Score עם היישומון של Open Food Facts!

    -
    - -
    - -

    התקנת היישומון של Open Food Facts לניידים

    - -

    כדי לסרוק מוצרי מזון, לקבל את ציון ה־Nutri-Score התזונתי שלהם, את קבוצת ה־NOVA למזון אולטרה מעובד וגם כדי לקבל התראות על מעוררי רגישות ולפענח תוספי מזון, כדאי להתקין את היישומון החופשי Open Food Facts!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    זמין ב־App Store זמין ב־Google Play -זמין עבור Windows 11 ומעלה +Available for Windows 11 and up APK ל־Android

    -

    אפשר גם להוסיף מוצרים חדשים ל־Open Food Facts ולסייע בפיתוח טובת הכלל ולשפר את המזון והבריאות של אחד ואחת. תודה רבה לך!

    +

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. תודה רבה לך!

    +
diff --git a/lang/he/texts/open-food-facts-mobile-app.html b/lang/he/texts/open-food-facts-mobile-app.html index e91fc51dae91..466c2bcf6692 100644 --- a/lang/he/texts/open-food-facts-mobile-app.html +++ b/lang/he/texts/open-food-facts-mobile-app.html @@ -221,7 +221,7 @@

Rating on Google Play Store and Apple Store diff --git a/lang/he/texts/processing/mobile-app-promo-processing.html b/lang/he/texts/processing/mobile-app-promo-processing.html index 850310bd0b3b..73852022a640 100644 --- a/lang/he/texts/processing/mobile-app-promo-processing.html +++ b/lang/he/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

התקנת היישומון של Open Food Facts לניידים

NutriScore ביישומון של Open Food Facts לניידים

קבלת קבוצת ה־NOVA עם היישומון של Open Food Facts!

-
-

התקנת היישומון של Open Food Facts לניידים

-

כדי לסרוק מוצרי מזון, לקבל את קבוצת ה־NOVA למזון אולטרה מעובד, הציון התזונתי שלהם - Nutri-Score, התראות מעוררי נגישות וכדי לפענח תוספות מזון, עליך פשוט להתקין את היישומון החופשי של Open Food Facts!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

זמין ב־App Store זמין ב־Google Play -חנות Windows Phone +Windows Phone Store APK ל־Android

-

אפשר גם להוסיף מוצרים חדשים ל־Open Food Facts ולסייע בפיתוח טובת הכלל ולשפר את המזון והבריאות של אחד ואחת. תודה רבה לך!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. תודה רבה לך!

+ +
diff --git a/lang/hi/texts/contacts.html b/lang/hi/texts/contacts.html index 38557c32060e..b917939d2fdc 100644 --- a/lang/hi/texts/contacts.html +++ b/lang/hi/texts/contacts.html @@ -3,8 +3,8 @@

Press Contacts

- Anca Luca -

Anca Luca

+ एंका लुका +

एंका लुका

president of Open Food Facts NGO

diff --git a/lang/hi/texts/data.html b/lang/hi/texts/data.html index 3fdac667f00c..da24065d4129 100644 --- a/lang/hi/texts/data.html +++ b/lang/hi/texts/data.html @@ -1,6 +1,6 @@ -

जानकारी

+

Conditions for reuse

ओपन फूड फैक्ट्स डेटाबेस ओपन डेटाबेस लाइसेंसके तहत उपलब्ध है।
डेटाबेस की व्यक्तिगत सामग्री डेटाबेस सामग्री लाइसेंसके तहत उपलब्ध है।
उत्पाद छवियां Creative Commons Attribution ShareAlike लाइसेंसके अंतर्गत उपलब्ध हैं। @@ -9,7 +9,8 @@

जानकारी

कृपया डेटा का पुन: उपयोग करने से पहले उपयोग के नियम और शर्तें पढ़ें और का पुन: उपयोग करें।

-

हम यह जानने में बहुत रुचि रखते हैं कि ओपन फ़ूड फैक्ट्स डेटा का उपयोग किस लिए किया जाता है। It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

हम यह जानने में बहुत रुचि रखते हैं कि ओपन फ़ूड फैक्ट्स डेटा का उपयोग किस लिए किया जाता है। It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

खाद्य तथ्य डेटा निर्यात खोलें

@@ -20,7 +21,12 @@

खाद्य तथ्य डेटा निर

मोंगोडीबी डंप

सभी उत्पादों के लिए डेटा MongoDB डेटाबेस डंप में उपलब्ध है।

- +
लिंक
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

मोंगोडीबी डंप

https://static.openfoodfacts.org/data/md5sum
-

डेल्टा निर्यात

- -

पिछले 14 दिनों के लिए दैनिक डेल्टा निर्यात प्रदान किया जाता है। वर्तमान में उपलब्ध डेल्टा फाइलों की सूची - https://static.openfoodfacts.org/data/delta/index.txtपर पाई जा सकती है। - प्रत्येक पंक्ति एक फ़ाइल का प्रतिनिधित्व करती है जो https://static.openfoodfacts.org/data/delta/{filename}पर उपलब्ध है। - फ़ाइल नाम में JSON फ़ाइल में निहित पहले और अंतिम परिवर्तन का UNIX टाइमस्टैम्प होता है, ताकि डेल्टा फ़ाइलों - वर्णानुक्रम में आयात किया जा सके (निष्कर्षण के बाद)।

-

कृपया ध्यान दें कि mongoexportकी प्रकृति के कारण, डेल्टा फ़ाइलें आपको हटाए गए उत्पादों के बारे में नहीं बता सकती हैं। अपने डेटाबेस से - हटाए गए उत्पादों को निकालने के लिए, आपको पूर्ण MongoDB डंप आयात करना होगा।

+

Daily delta exports

+

पिछले 14 दिनों के लिए दैनिक डेल्टा निर्यात प्रदान किया जाता है। The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

प्रत्येक पंक्ति एक फ़ाइल का प्रतिनिधित्व करती है जो https://static.openfoodfacts.org/data/delta/{filename}पर उपलब्ध है।

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

कृपया ध्यान दें कि mongoexportकी प्रकृति के कारण, डेल्टा फ़ाइलें आपको हटाए गए उत्पादों के बारे में नहीं बता सकती हैं। To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL डेटा निर्यात

-

संपूर्ण डेटाबेस JSONL प्रारूप (कभी-कभी LDJSON या NDJSON कहा जाता है) में भी उपलब्ध है जहाँ प्रत्येक पंक्ति एक JSON ऑब्जेक्ट है। - यह MongoDB निर्यात के समान डेटा का प्रतिनिधित्व करता है। फ़ाइल gzip से संपीड़ित है।

+

संपूर्ण डेटाबेस JSONL प्रारूप (कभी-कभी LDJSON या NDJSON कहा जाता है) में भी उपलब्ध है जहाँ प्रत्येक पंक्ति एक JSON ऑब्जेक्ट है। यह MongoDB निर्यात के समान डेटा का प्रतिनिधित्व करता है। फ़ाइल gzip से संपीड़ित है।

लिंक
@@ -52,10 +53,8 @@

JSONL डेटा निर्यात

-

सीएसवी डेटा निर्यात

- -

फ़ाइल एन्कोडिंग यूनिकोड UTF-8 है। फ़ील्ड को अलग करने वाला वर्ण <tab> (सारणी) है।

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -65,11 +64,8 @@

सीएसवी डेटा निर्यात

फ़ाइल एन्कोडिंग यूनिकोड UTF-8 है। फ़ील्ड को अलग करने वाला वर्ण <tab> (सारणी) है।

- -

RDF डेटा निर्यात

- -

डेटाबेस आरडीएफ प्रारूप में भी उपलब्ध है। announcement in French.

+

डेटाबेस आरडीएफ प्रारूप में भी उपलब्ध है। You can read the announcement in French.

लिंक
@@ -77,56 +73,53 @@

RDF डेटा निर्यात

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

किसी उत्पाद के डेटा को पढ़ने के लिए JSON API भी उपलब्ध है। यह एपीआई विशेष रूप से आईफोन और एंड्रॉइड के लिए ओपन फूड फैक्ट्स मोबाइल ऐप में उपयोग किया जाता है।

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

उदाहरण: https://world.openfoodfacts.org/api/v2/product/737628064502.json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

उत्पादन मामलों के लिए एपीआई का उपयोग करने के लिए आपका बहुत स्वागत है, जब तक कि उपयोगकर्ता द्वारा 1 एपीआई कॉल = 1 वास्तविक स्कैन। एपीआई का उपयोग करके डेटाबेस को स्क्रैप करने का कोई भी प्रयास अवरुद्ध होने की संभावना है, क्योंकि पूर्ण दैनिक निर्यात इसी पृष्ठ पर उपलब्ध हैं।

साथ ही, आपके एपीआई कॉल के साथ एक HTTP हेडर भेजना एक अच्छा तरीका है जिससे हम संपर्क कर सकते हैं, अगर कोई समस्या उत्पन्न होती है।

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android और iPhone मोबाइल ऐप

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

कोड का पुन: उपयोग करने के लिए आपका स्वागत है (यह खुला स्रोत है) और पूरे ग्रह पर सभी के लिए इसे बेहतर बनाने में हमारी सहायता करें।

Wrappers और SDKs

हमारे पास शायद आपकी पसंदीदा प्रोग्रामिंग भाषा के लिए एक आवरण है। यदि हम करते हैं, तो आप इसका उपयोग कर सकते हैं और इसे सुधार सकते हैं। अगर हम नहीं करते हैं, तो आप इसे बनाने में मदद कर सकते हैं।

आप ओपन फूड फैक्ट्स स्लैक चैटरूम में शामिल हो सकते हैं जो प्रश्न पूछने और एपीआईपर चर्चा करने का पसंदीदा तरीका है।

-

सामान्य सिद्धांत

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • यदि आप किसी विशिष्ट उत्पाद के बारे में जानकारी प्राप्त नहीं कर सकते हैं, तो आप अपने उपयोगकर्ता को फ़ोटो और डेटा भेजने के लिए प्राप्त कर सकते हैं, जिसे ओपन फ़ूड फैक्ट्स एआई और योगदानकर्ताओं द्वारा संसाधित किया जाएगा ताकि आप उन्हें जो गणना परिणाम दिखाना चाहते हैं उसे प्राप्त कर सकें।
  • @@ -136,7 +129,7 @@

    सामान्य सिद्धांत

    यदि आपके उपयोगकर्ता तुरंत परिणाम की उम्मीद नहीं करते हैं (उदाहरण के लिए इन्वेंट्री ऐप्स)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • ओपन फूड फैक्ट्स एआई रोबोटऑफ तस्वीरों से कुछ व्युत्पन्न डेटा उत्पन्न करेगा
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • समय के साथ, अन्य ऐप्स और ओपन फ़ूड फैक्ट्स समुदाय डेटा अंतराल को भर देंगे
    @@ -147,27 +140,40 @@

    यदि आपके उपयोगकर्ता तुरंत पर
  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

कोड का पुन: उपयोग करने के लिए आपका स्वागत है (यह खुला स्रोत है) और पूरे ग्रह पर सभी के लिए इसे बेहतर बनाने में हमारी सहायता करें।

+ +

SDKs

+ +

डेटा, एपीआई और निर्यात पर चर्चा

-

आप ओपन फूड फैक्ट्स स्लैक चैटरूम में शामिल हो सकते हैं जो प्रश्न पूछने और एपीआईपर चर्चा करने का पसंदीदा तरीका है।

-

You can open a thread on our API documentation repository - -

संपर्क

- -

डेटा के संबंध में किसी भी प्रश्न के लिए, आप हमसे contact@openfoodfacts.orgपर संपर्क कर सकते हैं +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/hi/texts/index-pro.html b/lang/hi/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/hi/texts/index-pro.html +++ b/lang/hi/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/hi/texts/nova.html b/lang/hi/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/hi/texts/nova.html +++ b/lang/hi/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/hi/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/hi/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/hi/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/hi/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/hi/texts/processing/mobile-app-promo-processing.html b/lang/hi/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/hi/texts/processing/mobile-app-promo-processing.html +++ b/lang/hi/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/hr/texts/data.html b/lang/hr/texts/data.html index 1ab69cd66669..8a5783dad47c 100644 --- a/lang/hr/texts/data.html +++ b/lang/hr/texts/data.html @@ -1,6 +1,6 @@ -

Podaci

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Podaci

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/hr/texts/index-pro.html b/lang/hr/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/hr/texts/index-pro.html +++ b/lang/hr/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/hr/texts/nova.html b/lang/hr/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/hr/texts/nova.html +++ b/lang/hr/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/hr/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/hr/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/hr/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/hr/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/hr/texts/processing/mobile-app-promo-processing.html b/lang/hr/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/hr/texts/processing/mobile-app-promo-processing.html +++ b/lang/hr/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ht/texts/data.html b/lang/ht/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ht/texts/data.html +++ b/lang/ht/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ht/texts/index-pro.html b/lang/ht/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ht/texts/index-pro.html +++ b/lang/ht/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ht/texts/nova.html b/lang/ht/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ht/texts/nova.html +++ b/lang/ht/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ht/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ht/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ht/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ht/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ht/texts/processing/mobile-app-promo-processing.html b/lang/ht/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ht/texts/processing/mobile-app-promo-processing.html +++ b/lang/ht/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/hu/texts/data.html b/lang/hu/texts/data.html index c227769e9d0f..cfe41516f332 100644 --- a/lang/hu/texts/data.html +++ b/lang/hu/texts/data.html @@ -1,6 +1,6 @@ -

Adatok

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Adatok

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts adat exportálás

@@ -20,7 +21,12 @@

Open Food Facts adat exportálás

MongoDB másolat

Az összes termék adata elérhető MongoDB adatbázis másolatban.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB másolat

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

CSV Adat Exportálás

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

CSV Adat Exportálás

-

CSV Adat Exportálás

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Adat Exportálás

A fájlkódolás Unicode UTF-8. A mezőket elválasztó karakter <tab> (tabulátor).

- -

RDF Adat Exportálás

- -

Az adatbázis RDF formátumban is elérhető. announcement in French.

+

Az adatbázis RDF formátumban is elérhető. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Adat Exportálás

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

+ -

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

Példa: https://world.openfoodfacts.org/api/v2/product/737628064502.json

Példa: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android és iPhone mobil alkalmazás

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • DART: GitHub
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Kapcsolat

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/hu/texts/index-pro.html b/lang/hu/texts/index-pro.html index 287248b43435..da273448dcbc 100644 --- a/lang/hu/texts/index-pro.html +++ b/lang/hu/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/hu/texts/nova.html b/lang/hu/texts/nova.html index 245efed81ca4..eb47232e41a4 100644 --- a/lang/hu/texts/nova.html +++ b/lang/hu/texts/nova.html @@ -14,7 +14,7 @@

    4 csoportra bontott osztályozás az élelmiszerek

    Néhány ország használja a NOVA-csoportokat étrendi iránymutatásaikhoz vagy céljaikhoz, például:

    diff --git a/lang/hu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/hu/texts/nutriscore/mobile-app-promo-nutriscore.html index 99638935a097..344b276bfc8b 100644 --- a/lang/hu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/hu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
    +
    +

    Telepítse az Open Food Facts mobilalkalmazást

    NutriScore az Open Food Facts mobilalkalmazásban

    Ismerje meg a Nutri-Score-t az Open Food Facts alkalmazással!

    -
    - -
    - -

    Telepítse az Open Food Facts mobilalkalmazást

    - -

    Az élelmiszerek beolvasásához, a Nutri-Score táplálkozási pontszámuk és a többszörösen feldolgozott élelmiszerek NOVA csoportjának megismeréséhez, allergén riasztáshoz, az adalékanyagok dekódolásához telepítse az Open Food Facts alkalmazást!

    +

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Elérhető az App Store-ban Elérhető Google Playen -Available for Windows 11 and up +Available for Windows 11 and up Android APK

    -

    Könnyedén hozzáadhat új termékeket az Open Food Facts-hez, és hozzájárulhat a közjó építéséhez mindenki ételeinek és egészségének javítása érdekében. Köszönjük!

    +

    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Köszönjük!

    +
diff --git a/lang/hu/texts/processing/mobile-app-promo-processing.html b/lang/hu/texts/processing/mobile-app-promo-processing.html index 02e8905ab7b5..8bebdaa6ec4e 100644 --- a/lang/hu/texts/processing/mobile-app-promo-processing.html +++ b/lang/hu/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

Telepítse az Open Food Facts mobilalkalmazást

NutriScore az Open Food Facts mobilalkalmazásban

Tudja meg a NOVA csoportot az Open Food Facts alkalmazással!

-
-

Telepítse az Open Food Facts mobilalkalmazást

-

Élelmiszerek beolvasásához, a többszörösen feldolgozott ételek NOVA csoportjának megismeréséhez, a Nutri-Score táplálkozási osztályzathoz, allergén riasztáshoz és az adalékanyagok dekódolásához telepítse az ingyenes Open Food Facts alkalmazást!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Elérhető az App Store-ban Elérhető Google Playen -Windows Phone Áruház +Windows Phone Store Android APK

-

Könnyedén hozzáadhat új termékeket az Open Food Facts-hez, és hozzájárulhat a közjó építéséhez mindenki ételeinek és egészségének javítása érdekében. Köszönjük!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Köszönjük!

+ +
diff --git a/lang/hy/texts/data.html b/lang/hy/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/hy/texts/data.html +++ b/lang/hy/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/hy/texts/index-pro.html b/lang/hy/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/hy/texts/index-pro.html +++ b/lang/hy/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/hy/texts/nova.html b/lang/hy/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/hy/texts/nova.html +++ b/lang/hy/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/hy/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/hy/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/hy/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/hy/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/hy/texts/processing/mobile-app-promo-processing.html b/lang/hy/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/hy/texts/processing/mobile-app-promo-processing.html +++ b/lang/hy/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/id/texts/contact.html b/lang/id/texts/contact.html index 28feb7956976..e3040d97c2a1 100644 --- a/lang/id/texts/contact.html +++ b/lang/id/texts/contact.html @@ -2,8 +2,8 @@

Hubungi tim Open Food Facts

Jika Anda memiliki pertanyaan, komentar, atau saran mengenai Open Food Facts, anda dapat mengirimkan surel kepada kami di contact@openfoodfacts.org.

-

We already have answered many common questions in our FAQ

-FAQ (Frequently Asked Questions) +

Kami telah menjawab berbagai pertanyaan umum di FAQ kami

+FAQ (Soal Sering Ditanya)

Jika Anda seorang produser, silakan hubungi kami di producers@openfoodfacts.org.

Jika Anda seorang jurnalis, silakan hubungi kami di presse@openfoodfacts.org.

diff --git a/lang/id/texts/data.html b/lang/id/texts/data.html index fb074a5d7cfc..53207effdc47 100644 --- a/lang/id/texts/data.html +++ b/lang/id/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Ketentuan untuk penggunaan kembali

Basis data Open Food Facts tersedia di bawah Lisensi Basis Data Terbuka.
Konten individual basis data tersedia di bawah Lisensi Konten Basis Data.
Gambar - gambar produk tersedia di bawah Lisensi Creative Commons Attribution ShareAlike. Mereka mungkin berisi unsur - unsur grafis yang tunduk pada hak cipta atau hak lainnya, yang mungkin dalam kasus tertentu direproduksi (hak kutipan atau penggunaan wajar).

@@ -8,7 +8,8 @@

Data

Harap baca Persyaratan dan ketentuan penggunaan dan penggunaan kembali sebelum menggunakan kembali datanya.

-

Kami sangat tertarik untuk mempelajari untuk apa data Open Food Facts digunakan. Hal ini tidak wajib, namun kami akan sangat menghargai jika Anda memberitahukan kepada kami tentang penggunaan ulang yang Anda lakukan agar kami dapat membagikannya kepada komunitas Open Food Facts.

+

Ceritakan kepada kami tentang penggunaan ulang Anda

+

Kami sangat tertarik untuk mempelajari untuk apa data Open Food Facts digunakan. Hal ini tidak wajib, namun kami akan sangat menghargai jika Anda memberitahukan kepada kami tentang penggunaan ulang yang Anda lakukan agar kami dapat membagikannya kepada komunitas Open Food Facts. Anda juga dapat mengisi formulir ini untuk mendapatkan kesempatan agar aplikasi Anda ditampilkan.

Ekspor data Open Food Facts

@@ -19,7 +20,12 @@

Ekspor data Open Food Facts

Dump MongoDB

Data untuk semua produk tersedia di dump basis data MongoDB.

- +
Tautan
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -29,18 +35,16 @@

Dump MongoDB

https://static.openfoodfacts.org/data/md5sum
-

Ekspor Delta

+

Ekspor delta harian

-

Ekspor delta harian disediakan selama periode 14 hari sebelumnya. Daftar berkas delta yang tersedia saat ini dapat ditemukan di https://static.openfoodfacts.org/data/delta/index.txt. - Tiap baris mewakili berkas yang tersedia di https://static.openfoodfacts.org/data/delta/{filename}. - Nama berkas berisi stempel waktu UNIX mengenai perubahan pertama dan terakhir yang terdapat dalam berkas JSON, sehingga berkas delta dapat diimpor (setelah ekstrasi) dengan mongoimport dalam urutan abjad.

+

Ekspor delta harian disediakan selama periode 14 hari sebelumnya. Daftar file delta yang saat ini tersedia dapat ditemukan di https://static.openfoodfacts.org/data/delta/index.txt.

+

Tiap baris mewakili berkas yang tersedia di https://static.openfoodfacts.org/data/delta/{filename}.

+

Nama berkas berisi stempel waktu UNIX mengenai perubahan pertama dan terakhir yang terdapat dalam berkas JSON, sehingga berkas delta dapat diimpor (setelah ekstrasi) dengan mongoimport dalam urutan abjad.

Harap dicatat bahwa karena sifat mongoexport, berkas delta tidak dapat memberi tahu Anda tentang produk - produk yang dihapus. Untuk menghilangkan produk - produk yang dihapus dari basis data Anda, Anda akan harus mengimpor dump MongoDB lengkap.

-

Ekspor data JSONL

-

Seluruh basis data juga tersedia dalam bentuk format JSONL (terkadang disebut juga dengan LDJSON atau NDJSON) di mana setiap baris adalah objek JSON. - Ini mewakili data yang sama seperti data ekspor MongoDB. Berkas dikompres dengan gzip.

+

Seluruh basis data juga tersedia dalam bentuk format JSONL (terkadang disebut juga dengan LDJSON atau NDJSON) di mana setiap baris adalah objek JSON. Ini mewakili data yang sama seperti data ekspor MongoDB. Berkas dikompres dengan gzip.

Tautan
@@ -48,10 +52,8 @@

Ekspor data JSONL

-

Ekspor Data CSV

- -

Data untuk semua produk, atau beberapa produk, dapat diunduh dalam format CSV (dapat dibaca dengan OpenOffice, Excel, dan banyak perangkat lunak lainnya) melalui formulir pencarian lanjutan.

+

Data untuk semua produk, atau beberapa produk, dapat diunduh dalam format CSV (dapat dibaca dengan LibreOffice, Excel, dan banyak perangkat lunak spreadsheet lainnya) melalui formulir pencarian lanjutan.

Tautan
@@ -61,69 +63,63 @@

Ekspor Data CSV

Pengodean berkas berbasis Unicode UTF-8. Karakter yang memisahkan field adalah <tab> (tabulation).

- -

Eksor Data RDF

- -

Basis data juga tersedia dalam format RDF. pengumuman dalam bahasa Perancis.

+

Basis data juga tersedia dalam format RDF. Anda dapat membaca pengumuman dalam bahasa Prancis.

Tautan
https://world.openfoodfacts.org/data/en.openfoodfacts.org.products.rdf
-

Ekpor Data Gambar

- +

Ekspor Data Gambar

Semua gambar dan hasil OCR bisa diunduh dari server kami atau dari AWS (melalui Program Data Terbuka AWS). Lihat dokumentasi kami untuk mempelajari lebih lanjut cara mengunduh gambar.

-

API JSON dan XML langsung

+ + +

Dokumentasi OpenAPI untuk API JSON

API JSON juga tersedia untuk membaca data suatu produk. API ini secara khusus digunakan dalam aplikasi seluler Open Food Facts untuk iPhone dan Android.

-

Kami meningkatkan API dari waktu ke waktu, tapi kami berhati - hati untuk menjaga kompatibilitas mundur. Harap hubungi kami jika Anda menggunakannya, sehingga kami bisa memberi tahu Anda potensi perubahan.

+

Kami meningkatkan API dari waktu ke waktu, tapi kami berhati - hati untuk menjaga kompatibilitas mundur. Silakan menghubungi kami jika Anda menggunakannya, sehingga kami dapat memberi tahu Anda tentang kemungkinan perubahan.

URL untuk membaca data dari sebuah produk: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Contoh: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Anda juga bisa mendapatkan hasilnya dalam format XML dengan menggunakan .xml

-

Contoh: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Perhatikan bahwa jika output terlalu banyak, Anda dapat memfilternya - seperti yang dijelaskan dalam dokumentasi API.

+

Dibutuhkan bantuan OpenAPI

+Kami ingin sekali menyelesaikan dokumentasi API, menambahkan kasus penggunaan, dan mengotomatiskan pembuatan SDK. Jika Anda adalah seorang ahli OpenAPI, Anda sangat dipersilakan untuk membantu. +

Anda dipersilahkan untuk menggunakan API untuk kasus - kasus produksi, selama 1 pemanggilan API = 1 pemindaian nyata oleh pengguna. Upaya apapun untuk mengikis basis data menggunakan API akan sangat mungkin diblokir, karena ekspor harian lengkap tersedia di halaman ini.

Juga, mengirim header HTTP dengan pemanggilan API Anda adalah cara yang baik untuk menghubungi kami, jika ada masalah yang muncul.

Jika ada hal yang meragukan, atau Anda punya pertanyaan (tidak ada pertanyaan bodoh), silakan tanyakan di kanal #api di Slack :-)

-

Aplikasi seluler Android dan iPhone

- -

Kode aplikasi seluler Open Food Facts tersedia di GitHub (Flutter, Android dan iOS). -Aplikasi ini memungkinkan pengguna memindai kode batang produk, melihat informasi produk, serta mengambil dan mengirim gambar dan data dari produk yang belum ada.

+

API XML Eksperimental

+

Anda juga bisa mendapatkan hasilnya dalam format XML dengan menggunakan .xml

+

Contoh: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+API ini tidak dipelihara secara aktif, dan tidak didokumentasikan secara resmi. -

Aplikasi klasik untuk iOS dikembangkan dalam bahasa pemrograman Swift.

-

Aplikasi klasik untuk Android dikembangkan di Kotlin.

-

Aplikasi lintas platform yang baru adalah aplikasi Dart/Flutter.

-

Anda dipersilahkan untuk menggunakan kodenya kembali (ini bersifat sumber terbuka) dan membantu kami meningkatkannya, untuk semua orang, di seluruh planet ini.

Pembungkus dan SDK

Kami mungkin memiliki pembungkus untuk bahasa pemrograman favorit Anda. Jika kami memilikinya, Anda dapat menggunakan dan meningkatkannya. Jika tidak, Anda dapat membantu kami membuatnya.

Pembungkus akan membiarkan Anda menggunakan data, serta membiarkan para pengguna Anda menyumbangkan data baru

-

Prinsip - prinsip umum

+

Prinsip-prinsip umum untuk membuat pengguna Anda senang

  • Anda dapat mencari informasi tentang produk - produk, termasuk banyak nilai komputasi yang berguna.
  • Jika Anda tidak bisa mendapatkan informasi tentang suatu produk yang spesifik, Anda dapat meminta para pengguna Anda untuk mengirimkan foto dan data, yang akan kemudian diproses oleh AI Open Food Facts dan para kontributor untuk mendapatkan hasil terkomputasi yang ingin Anda tunjukkan kepada mereka.
  • @@ -133,7 +129,7 @@

    Prinsip - prinsip umum

    Jika para pengguna Anda tidak mengharapkan hasil segera (misalnya aplikasi Inventori)

    • Kirimkan foto (depan/nutrisi/kandungan bahan): hal yang paling tidak menyakitkan bagi pengguna Anda
    • -
    • AI Robotoff Open Food Facts akan menghasilkan beberapa data turunan dari foto
    • +
    • Open Food Facts AI - Robotoff - akan menghasilkan beberapa data turunan dari foto
    • Seiring waktu, aplikasi lain, dan komunitas Open Food Facts akan mengisi kesenjangan datanya
    @@ -144,27 +140,40 @@

    Jika para pengguna Anda mengharapkan hasil yang cepat (misalnya aplikasi Nut
  • Kirimkan kategori + label > segera dapatkan Eco-Score (tentang dampak lingkungan)
+

Aplikasi seluler Android/iPhone/Flutter

+ +

Kode untuk aplikasi seluler resmi Open Food Facts tersedia di GitHub + Flutter + Kotlin Android + Swift iOS + +

Kami ingin mengubah basis kode Kotlin dan Swift yang sudah tidak digunakan lagi menjadi Kotlin dan Swift SDK, mohon bantuannya :-)

+

Aplikasi ini memungkinkan pengguna memindai kode batang produk, melihat informasi produk, serta mengambil dan mengirim gambar dan data dari produk yang belum ada.

+ +

Anda dipersilahkan untuk menggunakan kodenya kembali (ini bersifat sumber terbuka) dan membantu kami meningkatkannya, untuk semua orang, di seluruh planet ini.

+ +

SDK

+ +

Membahas data, API, dan eskpor

-

Anda dapat bergabung dalam ruang obrolan Slack Open Food Facts yang merupakan cara yang lebih disukai untuk mengajukan pertanyaan dan mendiskusikan API.

-

Anda dapat membuka utas di repositori dokumentasi API kami - -

Kontak

- -

Untuk pertanyaan apapun mengenai datanya, Anda dapat menghubungi kami di contact@openfoodfacts.org +

Anda dapat melihat pertanyaan umum yang sering ditanyakan tentang API dan Ekspor Data dan pertanyaan umum tentang Open Food Facts

+

Anda dapat bergabung dalam ruang obrolan Slack Open Food Facts yang merupakan cara yang lebih disukai untuk mengajukan pertanyaan dan mendiskusikan API. Silakan ajukan pertanyaan Anda di saluran #api

+

Anda dapat membuka utas di repositori dokumentasi API kami +

Untuk pertanyaan apa pun terkait data, Anda dapat menghubungi kami di reuse@openfoodfacts.org diff --git a/lang/id/texts/index-pro.html b/lang/id/texts/index-pro.html index 380515adac91..bce03eef279a 100644 --- a/lang/id/texts/index-pro.html +++ b/lang/id/texts/index-pro.html @@ -26,13 +26,13 @@

- Validated Data + Data Tervalidasi

Data tervalidasi

Pastikan data produk Anda lengkap dan terbaru. Data Anda akan menjadi sumber referensi setelah dipublikasikan. Dan karena kami tahu kesalahan kecil dapat terjadi, kami akan melaporkan secara pribadi kepada Anda setiap masalah kualitas data yang kami temukan sebelum impor, sehingga Anda dapat memperbaikinya.

- Improvements -

Dapatkan saran untuk meningkatkan Nutri-Score Anda dengan mudah

+ Peningkatan +

Dapatkan saran untuk meningkatkan Nutri-Score Anda dengan mudah

  • Tingkatkan Nutri-Score secara signifikan dengan pengurangan wajar gula, garam atau asam lemak jenuh.
  • @@ -41,7 +41,7 @@

    Dapatkan saran untuk meningkatkan Nutri-Score Anda dengan mudah

- Broadcast your product data thanks to Open Food Facts + Siarkan data produk Anda berkat Open Food Facts

Menyiarkan data Anda di banyak aplikasi dan layanan

Open Food Facts adalah saluran distribusi data yang penting. Sekitar 200 aplikasi dan layanan menggunakan Open Food Facts. Bagikan sekali, pastikan harmonisasi di banyak tempat.

@@ -61,7 +61,7 @@

"Datanglah apa adanya" hampir bisa menjadi slogan platform
- Import data in Open Food Facts using XLSX + Impor data dalam Open Food Facts menggunakan XLSX

Kompatibel dengan XLSX/ODT apa pun yang Anda miliki

Meskipun kami menyediakan templat yang mudah digunakan setelah Anda mendaftar, Anda bisa menggunakan kembali file yang sudah ada, dalam format apa pun. Platform ini memungkinkan Anda untuk mencocokkan nama kolom Anda dengan format Open Food Facts.

diff --git a/lang/id/texts/nova.html b/lang/id/texts/nova.html index 938b10ffa116..92eb437c3381 100644 --- a/lang/id/texts/nova.html +++ b/lang/id/texts/nova.html @@ -14,7 +14,7 @@

Sebuah klasifikasi dalam 4 kelompok untuk menyoroti

Beberapa negara menggunakan grup NOVA untuk pedoman atau tujuan diet mereka, misalnya:

diff --git a/lang/id/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/id/texts/nutriscore/mobile-app-promo-nutriscore.html index a96daf49ba21..c7aade188d48 100644 --- a/lang/id/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/id/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
+
+

Instal aplikasi seluler Open Food Facts

Nutri-Score pada aplikasi seluler Open Food Facts

Dapatkan Nutri-Score dengan aplikasi Open Food Facts!

-
- -
- -

Instal aplikasi seluler Open Food Facts

- -

Untuk memindai produk - produk makanan, melihat Nutri-Score, grup NOVA untuk makanan ultra-proses, peringatan alergennya dan untuk mengartikan zat aditif makanan, instal aplikasi gratis Open Food Facts!

+

To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Tersedia di App Store Tersedia di Google Play -Tersedia untuk Windows 11 ke atas +Available for Windows 11 and up APK Android

-

Anda juga akan dapat dengan mudah menambahkan produk baru ke Open Food Facts dan membantu membangun kebaikan bersama untuk meningkatkan makanan dan kesehatan semua orang. Terima kasih!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Terima kasih!

+
diff --git a/lang/id/texts/processing/mobile-app-promo-processing.html b/lang/id/texts/processing/mobile-app-promo-processing.html index 4495b842c7a9..0e932bc59f58 100644 --- a/lang/id/texts/processing/mobile-app-promo-processing.html +++ b/lang/id/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
+
+

Instal aplikasi seluler Open Food Facts

Nutri-Score pada aplikasi seluler Open Food Facts

Dapatkan grup NOVA dengan aplikasi Open Food Facts!

-
-

Instal aplikasi seluler Open Food Facts

-

Untuk memindai produk makanan, mendapatkan grup NOVA untuk makanan ultra-proses, nilai nutrisi Nutri-Scorenya, peringatan alergen, dan untuk memahami zat aditif makanan, instal aplikasi Open Food Facts gratis!

+

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Tersedia di App Store Tersedia di Google Play Windows Phone Store APK Android

-

Anda juga akan dapat dengan mudah menambahkan produk baru ke Open Food Facts dan membantu membangun kebaikan bersama untuk meningkatkan makanan dan kesehatan semua orang. Terima kasih!

+

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Terima kasih!

+ +
diff --git a/lang/id/texts/who-we-are.html b/lang/id/texts/who-we-are.html index cf0892da537b..ec90c21ac8da 100644 --- a/lang/id/texts/who-we-are.html +++ b/lang/id/texts/who-we-are.html @@ -1,7 +1,7 @@

Tim Open Food Facts

-

Looking to contact us ?

+

Ingin menghubungi kami?

Kontak diff --git a/lang/ii/texts/data.html b/lang/ii/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ii/texts/data.html +++ b/lang/ii/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ii/texts/index-pro.html b/lang/ii/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ii/texts/index-pro.html +++ b/lang/ii/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/ii/texts/nova.html b/lang/ii/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ii/texts/nova.html +++ b/lang/ii/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/ii/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ii/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ii/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ii/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/ii/texts/processing/mobile-app-promo-processing.html b/lang/ii/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ii/texts/processing/mobile-app-promo-processing.html +++ b/lang/ii/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/is/texts/data.html b/lang/is/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/is/texts/data.html +++ b/lang/is/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/is/texts/index-pro.html b/lang/is/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/is/texts/index-pro.html +++ b/lang/is/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/is/texts/nova.html b/lang/is/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/is/texts/nova.html +++ b/lang/is/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/is/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/is/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/is/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/is/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/is/texts/processing/mobile-app-promo-processing.html b/lang/is/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/is/texts/processing/mobile-app-promo-processing.html +++ b/lang/is/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/it/texts/data.html b/lang/it/texts/data.html index 9793b87c1c63..3f9448c1dc82 100644 --- a/lang/it/texts/data.html +++ b/lang/it/texts/data.html @@ -1,6 +1,6 @@ -

Dati

+

Condizioni per il riutilizzo

Il database di Open Food Facts è disponibile sotto la Licenza Open Database.
I contenuti individuali del database sono disponibili sotto la Licenza Database Contents.
Le immagini dei prodotti sono disponibili sotto la licenza Creative Commons Attribution ShareAlike. @@ -9,7 +9,8 @@

Dati

Si prega di leggere Termini e condizioni d'uso e riutilizzo prima di riutilizzare i dati.

-

Siamo molto interessati ad apprendere per cosa sono usati i dati Open Food Facts. Non è obbligatorio, ma apprezzeremmo molto se ci parlassi dei tuoi riutilizzi, così che possiamo condividerli con la community di Open Food Facts.

+

Parlaci del tuo riutilizzo

+

Siamo molto interessati ad apprendere per cosa sono usati i dati Open Food Facts. Non è obbligatorio, ma apprezzeremmo davvero tanto se ci parlassi dei tuoi riutilizzi, così che possiamo condividerli con la community di Open Food Facts. Puoi anche compilare questo modulo per avere la possibilità di mettere in primo piano la tua app.

Esportazione dati Open Food Facts

@@ -20,7 +21,12 @@

Esportazione dati Open Food Facts

Dump di MongoDB

Dati per tutti i prodotti sono disponibili un un dump del database di MongoDB.

- +
Collegamenti
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,18 +36,16 @@

Dump di MongoDB

https://static.openfoodfacts.org/data/md5sum
-

Esportazione Delta

- -

Le esportazioni delta giornaliere sono fornite per i precedenti 14 giorni. L'elenco dei file delta attualmente disponibili può essere trovata a https://static.openfoodfacts.org/data/delta/index.txt. - Ogni riga rappresenta un file che è disponibile a https://static.openfoodfacts.org/data/delta/{filename}. - Il nome del file contiene un timestamp UNIX della prima e dell'ultima modifica contenuta nel file JSON, così che i file delta possano essere importati (dopo l'estrazione) con mongoimport in ordine alfabetico.

-

Si prega di notare che a causa della natura di mongoexport, i file delta non possono dirti di prodotti eliminati. Per rimuovere prodotti eliminati dal tuo database, dovrai importare l'intero dump di MongoDB.

+

Esportazioni delta giornaliere

+

Le esportazioni delta giornaliere sono fornite per i precedenti 14 giorni. L'elenco dei file delta correntemente disponibili si può trovare su https://static.openfoodfacts.org/data/delta/index.txt.

+

Ogni riga rappresenta un file che è disponibile a https://static.openfoodfacts.org/data/delta/{filename}.

+

Il nome del file contiene la marca oraria UNIX della prima e dell'ultima modifica contenute nel file JSON, così che i file delta possano essere importati (dopo l'estrazione) con mongoimport, in ordine alfabetico.

+

Si prega di notare che a causa della natura di mongoexport, i file delta non possono dirti di prodotti eliminati. Per rimuovere i prodotti eliminati dal tuo database, dovrai importare il dump completo di MongoDB.

Esportazione dati JSONL

-

L'intero database è anche disponibile in formato JSONL (a volte chiamato LDJSON o NDJSON) dove ogni riga è un oggetto in JSON. - Rappresenta gli stessi dati dell'esportazione di MongoDB. Il file è compresso con gzip.

+

L'intero database è anche disponibile in formato JSONL (a volte chiamato LDJSON o NDJSON) dove ogni riga è un oggetto in JSON. Rappresenta gli stessi dati dell'esportazione di MongoDB. Il file è compresso con gzip.

Collegamenti
@@ -49,10 +53,8 @@

Esportazione dati JSONL

-

Esportazione dati CSV

- -

I dati per tutti i prodotti, o alcuni dei prodotti, si possono scaricare in formato CSV (leggibile con OpenOffice, Excel e molti altri software) tramite il modulo di ricerca avanzata.

+

I dati per tutti i prodotti, o per alcuni dei prodotti, sono scaricabili nel formato CSV (leggibile con LibreOffice, Excel e molti altri software di fogli di calcolo), tramite il modulo di ricerca avanzato.

Collegamenti
@@ -62,11 +64,8 @@

Esportazione dati CSV

La codifica del file è Unicode UTF-8. Il carattere che separa i campi è <tab> (tabulazione).

- -

Esportazione dei dati RDF

- -

Il database è anche disponibile nel formato RDF. annuncio in francese.

+

Il database è anche disponibile nel formato RDF. Puoi leggere l'annuncio in francese.

Collegamenti
@@ -74,56 +73,53 @@

Esportazione dei dati RDF

Esportazione dei Dati dell'Immagine

+

Tutte le immagini e i risultati OCR sono scaricabili dal nostro server o da AWS (tramite il Programma Open Data di AWS). Consulta la nostra documentazione per scoprire di più su come scaricare le immagini.

-

Tutte le immagini e i risultati OCS possono essere scaricati dal nostro server o da AWS (tramite il Programma dei Dati Aperti di AWS). Consulta la nostra documentazione per scoprire di più su come scaricare le immagini.

-

API XML e JSON live

+ +

Documentazione di OpenAPI per l'API di JSON

Un API JSON è anche disponibile per leggere i dati per un prodotto. Questa API è in particolare usata nell'app mobile di Open Food Facts per iPhone ed Android.

-

Miglioriamo l'API nel tempo ma siamo cauti nel mantenere la retrocompatibilità. Sei pregato di contattarci se lo utilizzi, così che possiamo parlarti delle potenziali modifiche.

+

Miglioriamo l'API nel tempo ma siamo cauti nel mantenere la retrocompatibilità. Ti preghiamo di contattarci se la utilizzi, così che possiamo comunicarti le potenziali modifiche.

URL per leggere i dati di un prodotto: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Esempio: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

Puoi anche ottenere il risultato in XML usando .xml

-

Esempio: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Nota che, se il risultato è troppo travolgente, puoi filtraarlo: come descritto nella documentazione dell'API.

+

Supporto di OpenAPI desiderato

+Siamo impazienti di terminare la documentazione dell'API, aggiungere i casi d'uso e automatizzare la generazione di SDK. Se sei un conoscitore di OpenAPI, sei benvenuto ad aiutare. +

Sei benvenuto all'uso dell'API per i casi di produzione, finché 1 chiamata dell'API equivale ad una scansione reale da un utente. Ogni tentativo di raschiare il database usando l'API sarà molto probabilmente bloccata, poiché le esportazioni giornaliere complete sono disponibili su questa pagina.

Inoltre, inviare un'intestazione HTTP con la tua chiamata dell'API è un buon modo in cui possiamo metterci in contatto, dovesse sorgere qualsiasi problema.

Se sei insicuro su qualcosa, o hai qualsiasi domanda (non esistono domande sciocche), sentiti libero di chiedere sul canale #api su Slack :-)

-

App mobile Android ed iPhone

- -

Il codice per l'app mobile di Open Food Facts è disponibile su GitHub (Flutter, Android e iOS). -L'app consente agli utenti di scansionare il codice a barre dei prodotti, di visualizzare le informazioni sul prodotto e di scattare e inviare foto e dati per i prodotti mancanti.

+

API XML sperimentale

+

Puoi anche ottenere il risultato in XML usando .xml

+

Esempio: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+Quest'API non è mantenuta attivamente e non è documentata ufficialmente. -

L'app classica per Android è sviluppata in Kotlin.

-

L'app classica per iOS è sviluppata in Swift.

-

La nuova app multipiattaforma è sviluppata in Dart/Flutter.

-

Sei il benvenuto per riutilizzare il codice (è open source) ed aiutarci a migliorarla, per tutti, su tutto il pianeta.

Wrapper e SDK

Abbiamo probabilmente un wrapper per il tuo linguaggio di programmazione preferito. Se lo abbiamo, puoi usarlo e migliorarlo. Altrimenti, puoi aiutare a crearlo.

Ti consentiranno di consumare i dati, così come consentiranno ai tuoi utenti di contribuire ai nuovi dati

-

Principi generali

+

Principi generali per rendere felici gli utenti

  • Puoi cercare le informazioni sui prodotti, inclusi molti utili valori calcolati.
  • DART: GitHub
  • @@ -133,7 +129,7 @@

    Principi generali

    Se i tuoi utenti non si aspettano un risultato immediato (ad es. app per l'inventario)

    • Invia foto (anteriore/nutrizione/ingredienti): la cosa più indolore per i tuoi utenti
    • -
    • L' Open Food Facts AI Robotoff genererà alcuni dati derivati dalle foto
    • +
    • L'IA di Open Food Facts, Robotoff, genererà dei dati derivati dalle foto
    • Col tempo, altre app e la community di Open Food Facts colmeranno le lacune di dati
    @@ -144,27 +140,40 @@

    Se i tuoi utenti si aspettano un risultato immediato (ad es. app sull'alimen
  • Invia categoria ed etichette > ottieni rapidamente l'Eco-Score (sull'impatto ambientale)
+

App mobile per Android/iPhone/Flutter

+ +

Il codice per le app mobili ufficiali di Open Food Facts è disponibile su GitHub +Flutter +Kotlin Android +Swift iOS + +

Cerchiamo di trasformare le basi di codice deprecate di Kotlin e Swift in SDK di Kotlin e Swift; qualsiasi aiuto è benvenuto :-)

+

L'app consente agli utenti di scansionare il codice a barre dei prodotti, di visualizzare le informazioni sul prodotto e di scattare e inviare foto e dati per i prodotti mancanti.

+ +

Sei il benvenuto per riutilizzare il codice (è open source) ed aiutarci a migliorarla, per tutti, su tutto il pianeta.

+ +

SDK

+ +

Discussione sui dati, sulle API e sulle esportazioni

-

Puoi aderire alla chatroom di Slack di Open Food Facts che è il modo preferito per fare domande e discutere delle API.

-

Puoi aprire una discussione sulla repository della documentazione della nostra API - -

Contatta

- -

Per qualsiasi domanda riguardante i dati, puoi contattarci a contact@openfoodfacts.org +

Puoi consultare le Domande frequenti comuni sull'APi e le Esportazioni di dati e le domande comuni su Open Food Facts

+

Puoi unirti alla chatroom di Slack di Open Food Facts, il metodo preferito per porre domande e discutere dell'API. Ti preghiamo di porre le tue domande nel canale #api

+

Puoi aprire una discussione sulla repository della documentazione della nostra API +

Per qualsiasi domanda relativa ai dati, puoi contattarci a reuse@openfoodfacts.org diff --git a/lang/it/texts/index-pro.html b/lang/it/texts/index-pro.html index 2742c3928cbc..0f10cf7cd04e 100644 --- a/lang/it/texts/index-pro.html +++ b/lang/it/texts/index-pro.html @@ -32,7 +32,7 @@

Dati convalidati

Miglioramenti -

Ricevi suggerimenti per migliorare facilmente il tuo Nutri-Score

+

Ricevi suggerimenti per migliorare facilmente il tuo Nutri-Score

  • Migliora notevolmente il Nutri-Score con una riduzione ragionevole in acidi grassi saturi, zuccheri o sale.
  • diff --git a/lang/it/texts/index.html b/lang/it/texts/index.html index dde9dbe80dc1..6963607d7aad 100644 --- a/lang/it/texts/index.html +++ b/lang/it/texts/index.html @@ -17,15 +17,15 @@

    Scopri

    Contribuire

    - Open Pet Food Facts is a non-profit project developed by thousands of volunteers from around the world. - You can start contributing by adding a petfood product, and we have lots of -exciting projects you can contribute to in many different ways. + Open Food Facts è un progetto no-profit sviluppato da migliaia di volontari da tutto il mondo. + Puoi iniziare a contribuire aggiungendo un prodotto dalla tua cucina con la nostra app per iPhone o Android, e abbiamo un sacco di progetti + entusiasmanti a cui puoi contribuire in molti modi diversi.

    add_taskUlteriori informazioni su come unirti a noi
- Open Pet Food Facts è un database di alimenti per animali realizzato da tutti, per tutti. + Open Food Facts è un database di alimenti per animali realizzato da tutti, per tutti.
diff --git a/lang/it/texts/keyfacts.html b/lang/it/texts/keyfacts.html index e38343b4afa5..c3cba171faaf 100644 --- a/lang/it/texts/keyfacts.html +++ b/lang/it/texts/keyfacts.html @@ -42,7 +42,7 @@

Promozione degli indicatori di qualità nutrizionale

Creazione e manutenzione di un ecosistema di usi e di ricerca

-

Fin dalla sua creazione, Open Food Facts ha sviluppato un vero e proprio ecosistema di riutilizzo dei propri dati. Essendo i dati di Open Food Facts riutilizzabili liberamente, molti siti di informazione, le start-up, i laboratori di ricerca, insegnanti, etc., ha iniziato la loro attività e /o usa i dati di Open Food Facts giornalmente: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (Che c'è dentro) (SuperU), Buy Or Not, nopalm.org, My Nutritional Info…

+

Essendo i dati di Open Food Facts riutilizzabili liberamente, molti siti di informazione, le start-up, i laboratori di ricerca, insegnanti, etc., ha iniziato la loro attività e /o usa i dati di Open Food Facts giornalmente: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (Che c'è dentro) (SuperU), Buy Or Not, nopalm.org, My Nutritional Info… Fin dalla sua creazione, Open Food Facts ha sviluppato un vero e proprio ecosistema di riutilizzo dei propri dati.

Cambiamento delle pratiche dei produttori

diff --git a/lang/it/texts/nova.html b/lang/it/texts/nova.html index d96317ef8547..17faa8c4e2dd 100644 --- a/lang/it/texts/nova.html +++ b/lang/it/texts/nova.html @@ -13,7 +13,7 @@

Una classificazione in 4 gruppi per evidenziare il

Alcuni paesi utilizzano i gruppi NOVA per le loro linee guida od obiettivi dietetici, ad esempio:

diff --git a/lang/it/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/it/texts/nutriscore/mobile-app-promo-nutriscore.html index e69c9fd50ea2..5ffd039c7971 100644 --- a/lang/it/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/it/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,13 +1,8 @@ -
+
+

Installa l'app mobile di Open Food Facts

NutriScore sull'app mobile Open Food Facts

Ottieni il Nutri-Score con l'app Open Food Facts!

-
- -
- -

Installa l'app mobile di Open Food Facts

- -

Per scansionare i prodotti alimentari, ottenere il loro punteggio nutrizionale Nutri-Score, il gruppo NOVA per gli alimenti ultra-trasformati, gli avvisi allergeni e per decifrare gli additivi alimentari, installa l'app gratuita Open Food Facts!

+

Per scansionare i prodotti alimentari, ottenere il loro punteggio nutrizionale Nutri-Score, il gruppo NOVA per alimenti ultra-trasformati, gli avvisi sugli allergeni e per decifrare gli additivi alimentari, installa l'app gratuita Open Food Facts!

Disponibile su App Store Disponibile su Google Play Disponibile per Windows 11 e versioni successive @@ -15,3 +10,4 @@

Installa l'app mobile di Open Food Facts



Potrai anche aggiungere facilmente nuovi prodotti a Open Food Facts e aiutare a creare un bene comune, per migliorare cibo e salute di tutti. Grazie!

+
diff --git a/lang/it/texts/processing/mobile-app-promo-processing.html b/lang/it/texts/processing/mobile-app-promo-processing.html index 1c5691e238dc..35d540484286 100644 --- a/lang/it/texts/processing/mobile-app-promo-processing.html +++ b/lang/it/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Installa l'app mobile di Open Food Facts

NutriScore sull'app mobile Open Food Facts

Ottieni il gruppo NOVA con l'app di Open Food Facts!

-
-

Installa l'app mobile di Open Food Facts

Per scansionare i prodotti alimentari, ottenere il gruppo NOVA per gli alimenti ultra-trasformati, il loro punteggio nutrizionale Nutri-Score, gli avvisi sugli allergeni e decifrare gli additivi alimentari, installa l'app gratuita di Open Food Facts!

Disponibile su App Store @@ -11,3 +10,5 @@

Installa l'app mobile di Open Food Facts

APK Android

Potrai anche aggiungere facilmente nuovi prodotti a Open Food Facts e aiutare a creare un bene comune, per migliorare cibo e salute di tutti. Grazie!

+ +
diff --git a/lang/iu/texts/data.html b/lang/iu/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/iu/texts/data.html +++ b/lang/iu/texts/data.html @@ -1,6 +1,6 @@ -

Data

+

Conditions for reuse

The Open Food Facts database is available under the Open Database License.
The individual contents of the database are available under the Database Contents License.
Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

Data

Please read Terms and conditions of use and re-use before re-using the data.

-

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

+

Tell us about your reuse

+

We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

Open Food Facts data exports

@@ -20,7 +21,12 @@

Open Food Facts data exports

MongoDB dump

Data for all products is available in a MongoDB database dump.

- +
Link
https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
@@ -30,21 +36,16 @@

MongoDB dump

https://static.openfoodfacts.org/data/md5sum
-

Delta Export

- -

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

-

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

+

Daily delta exports

+

Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

+

Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

+

The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

+

Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

JSONL data export

-

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

+

The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

Link
@@ -52,11 +53,8 @@

JSONL data export

-

CSV Data Export

- -

Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

+

Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

Links
@@ -66,11 +64,8 @@

CSV Data Export

The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

- -

RDF Data Export

- -

The database is also available in the RDF format. announcement in French.

+

The database is also available in the RDF format. You can read the announcement in French.

Link
@@ -78,56 +73,53 @@

RDF Data Export

Image Data Export

+

All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

-

Live JSON and XML API

+ +

OpenAPI Documentation for the JSON API

A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

-

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

+

We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

-

You can also get the result in XML by using .xml

-

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+

Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

+

OpenAPI help wanted

+We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

-

Android and iPhone mobile app

- -

The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+

Experimental XML API

+

You can also get the result in XML by using .xml

+

Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

+This API is not actively maintained, and not officially documented. -

The classic app for iOS is developed in Swift.

-

The classic app for Android is developed in Kotlin.

-

The new cross-platform app is a Dart/Flutter app.

-

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

Wrappers and SDKs

We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

They will let you consume data, as well as let your users contribute new data

-

General principles

+

General principles to make your users happy

  • You can search for information about products, including many useful computed values.
  • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
  • @@ -137,7 +129,7 @@

    General principles

    If your users do not expect a result immediately (e.g. Inventory apps)

    • Submit photos (front/nutrition/ingredients): most painless thing for your users
    • -
    • The Open Food Facts AI Robotoff will generate some derived data from the photos
    • +
    • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
    • Over time, other apps, and the Open Food Facts community will fill the data gaps
    @@ -148,27 +140,40 @@

    If your users expect a result immediately (e.g. Nutrition apps)

  • Submit category + labels > soon get the Eco-Score (about environmental impact)
+

Android/iPhone/Flutter mobile app

+ +

The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

+

The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

+ +

You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

+ +

SDKs

+ +

Discussing data, API and exports

-

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

-

You can open a thread on our API documentation repository - -

Contact

- -

For any question regarding the data, you can contact us at contact@openfoodfacts.org +

You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

+

You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

+

You can open a thread on our API documentation repository +

For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/iu/texts/index-pro.html b/lang/iu/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/iu/texts/index-pro.html +++ b/lang/iu/texts/index-pro.html @@ -32,7 +32,7 @@

Validated data

Improvements -

Get suggestions to easily improve your Nutri-Score

+

Get suggestions to easily improve your Nutri-Score

  • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
  • diff --git a/lang/iu/texts/nova.html b/lang/iu/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/iu/texts/nova.html +++ b/lang/iu/texts/nova.html @@ -14,7 +14,7 @@

    A classification in 4 groups to highlight the degre

    Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

    diff --git a/lang/iu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/iu/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/iu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/iu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
    +
    +

    Install the Open Food Facts mobile app

    NutriScore on the Open Food Facts mobile app

    Get the Nutri-Score with the Open Food Facts app!

    -
    - -
    - -

    Install the Open Food Facts mobile app

    -

    To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

    Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

    Install the Open Food Facts mobile app



    You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

    +
diff --git a/lang/iu/texts/processing/mobile-app-promo-processing.html b/lang/iu/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/iu/texts/processing/mobile-app-promo-processing.html +++ b/lang/iu/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
+
+

Install the Open Food Facts mobile app

NutriScore on the Open Food Facts mobile app

Get the NOVA group with the Open Food Facts app!

-
-

Install the Open Food Facts mobile app

To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

Available on the App Store @@ -11,3 +10,5 @@

Install the Open Food Facts mobile app

Android APK

You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

+ +
diff --git a/lang/ja/texts/contribute-to-open-food-facts-by-playing.html b/lang/ja/texts/contribute-to-open-food-facts-by-playing.html index a74be5d8407a..04a5c739d7a4 100644 --- a/lang/ja/texts/contribute-to-open-food-facts-by-playing.html +++ b/lang/ja/texts/contribute-to-open-food-facts-by-playing.html @@ -51,7 +51,7 @@

2.
  • The "Edit" button: lets you edit the product on Open Food Facts,.
  • This last option is useful when the product requires further modification.

    -

    3. Annotations

    +

    3. 注釈

    On the far right of the screen (or at the very bottom of the screen if you are on mobile), there are annotations that let you know:

    • The number of products remaining to be treated (varies depending on the filters applied),
    • diff --git a/lang/ja/texts/data.html b/lang/ja/texts/data.html index 3d1f1bc9b72b..58ccf1d15c8a 100644 --- a/lang/ja/texts/data.html +++ b/lang/ja/texts/data.html @@ -1,6 +1,6 @@ -

      データ

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      データ

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. 必須ではありませんが、Open Food Facts コミュニティと共有できるように、再利用 について ていただければ幸いです。

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      リンク
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. フランス語でのアナウンス.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,59 +73,53 @@

      RDF Data Export

      画像データのエクスポート

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). 画像をダウンロードする方法の詳細については、ドキュメント 参照してください。

      -

      すべての画像と OCR 結果は、当社のサーバーまたは AWS から (AWS オープンデータ プログラムを通じて) ダウンロードできます。 画像をダウンロードする方法の詳細については、ドキュメント 参照してください。

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      私たちはAPIの残業を改善しますが、後方互換性を保つように注意しています。 変更の可能性についてお知らせしますので、使用する場合は 連絡 してください。

      +

      私たちはAPIの残業を改善しますが、後方互換性を保つように注意しています。 Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      .xml を使用して結果を XML で取得することもできます。

      -

      例: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      何か不明な点や質問がある場合(愚かな質問はありません) お気軽に Slack の #api チャンネルでお問い合わせください :-)

      -

      Android and iPhone mobile app

      - -

      Open Food Facts モバイル アプリのコードは GitHub で入手できます。 -(Android iOS )。 -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products. -(Android iOS )。 -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      .xml を使用して結果を XML で取得することもできます。

      +

      例: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      Android 用のクラシック アプリは Kotlin で開発されています。

      -

      iOS用のクラシックアプリはSwiftで開発されています。

      -

      新しいクロスプラットフォーム アプリは Dart/Flutter アプリです。

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • 多くの有用な計算値を含む製品に関する情報を検索できます。
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -140,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • 写真を送信する (正面/栄養/材料): ユーザーにとって最も負担の少ないもの
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -151,27 +140,41 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • カテゴリ + ラベル > を送信すると、すぐにエコ スコアが表示されます (環境への影響について)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      (Android iOS )。 +The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      https://github.com/openfoodfacts/api-documentation/discussions - -

      お問い合わせ

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      https://github.com/openfoodfacts/api-documentation/discussions +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ja/texts/faq.html b/lang/ja/texts/faq.html index 1eb24c687cfd..0ccc9eac0681 100644 --- a/lang/ja/texts/faq.html +++ b/lang/ja/texts/faq.html @@ -41,7 +41,7 @@

      メーカーのサイト、ショッ

      I am a cosmetics product manufacturer, can I add my own products?

      -

      はい はい はい はい 唯一の条件は、データと写真がオープンライセンスの下で利用可能になることを受け入れることです。 (see the Terms of contribution)

      +

      はい はい はい はい はい 唯一の条件は、データと写真がオープンライセンスの下で利用可能になることを受け入れることです。 (see the Terms of contribution)

      当社は、サイズに関係なく、製品に関する写真やデータを簡単にインポートできる無料のプラットフォームを開発しました。 It will let you import complete and up-to-date data and visuals into Open Food Facts that will be visible in more than 100 other nutritional apps. Additionaly, the platform provides suggestions to improve the Nutri-Score of your products. diff --git a/lang/ja/texts/index-pro.html b/lang/ja/texts/index-pro.html index 8d7516890632..4b49f5af4e43 100644 --- a/lang/ja/texts/index-pro.html +++ b/lang/ja/texts/index-pro.html @@ -32,7 +32,7 @@

      検証されたデータ

      改善点 -

      ニュートリスコアを簡単に改善するための提案を得る

      +

      ニュートリスコアを簡単に改善するための提案を得る

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/ja/texts/keyfacts.html b/lang/ja/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/ja/texts/keyfacts.html +++ b/lang/ja/texts/keyfacts.html @@ -42,7 +42,7 @@

        Promoting nutritional quality indicators

        Creating and maintaining an ecosystem of uses and research

        -

        Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

        +

        Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

        Change the practices of manufacturers

        diff --git a/lang/ja/texts/nova.html b/lang/ja/texts/nova.html index c7fa666cec31..661deee6b595 100644 --- a/lang/ja/texts/nova.html +++ b/lang/ja/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/ja/texts/nutriscore-formula.html b/lang/ja/texts/nutriscore-formula.html index efe6875264cf..52226cd113a3 100644 --- a/lang/ja/texts/nutriscore-formula.html +++ b/lang/ja/texts/nutriscore-formula.html @@ -79,7 +79,7 @@

        Adaptation for fat

        脂肪 (油、マーガリン、生クリーム) を区別しやすくするために、飽和脂肪の割合が最大しきい値の 10 g よりも高いすべての脂肪を区別するために、総脂肪に対する飽和脂肪酸の比率を考慮した別のグリッドが適用されます。

        -[[nutriscore/nutriscore-a-points-table.html]] +[[nutriscore/nutriscore-fat-adaptation-table.html]]

        Adaptations for fruits and vegetables

        @@ -91,7 +91,7 @@

        Adaptations for drinks

        The threshold of points for energy and for sugars are modified for drinks, and points are doubled for fruits:

        -[[nutriscore/nutriscore-c-points-table.html]] +[[nutriscore/nutriscore-drinks-table.html]]

        Nutri-Score grades thresholds

        diff --git a/lang/ja/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ja/texts/nutriscore/mobile-app-promo-nutriscore.html index ad0fbcb91e02..4651d1c5ce42 100644 --- a/lang/ja/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ja/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        - -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        +

        食品をスキャンし、ニュートリスコアの栄養等級、超加工食品の NOVA グループ、アレルゲン警告を取得し、食品添加物を解読するには、無料の Open Food Facts アプリをインストールしてください。

        Available on the App Store Available on Google Play Windows 11以降で利用可能 Android APK

        -

        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +

        また、Open Food Factsに新しい製品を簡単に追加し、すべての人々の食料と健康を向上させるために共通の利益を構築するのを助けることもできます。 Thank you!

        +
        diff --git a/lang/ja/texts/press.html b/lang/ja/texts/press.html index 1cdf3bc757cd..4b121e8e2d2b 100644 --- a/lang/ja/texts/press.html +++ b/lang/ja/texts/press.html @@ -17,7 +17,7 @@

        Get material for compelling stories on food transparency,

        Table of contents

          -
        • Logos
        • +
        • ロゴ
        • The project in numbers
        • Subscribe to our journalist newsletter
        • Selected media appearences
        • @@ -146,7 +146,7 @@


          -[[texts / ecoscore / ecoscore-leaf.html]] +[[texts/ecoscore/ecoscore-leaf.html]]
          diff --git a/lang/ja/texts/processing/group-2-ingredients.html b/lang/ja/texts/processing/group-2-ingredients.html index 665aa721961f..ed5148423d0e 100644 --- a/lang/ja/texts/processing/group-2-ingredients.html +++ b/lang/ja/texts/processing/group-2-ingredients.html @@ -1,8 +1,8 @@ \ No newline at end of file diff --git a/lang/ja/texts/processing/mobile-app-promo-processing.html b/lang/ja/texts/processing/mobile-app-promo-processing.html index 01dcc09d69b4..7a3f8e41241d 100644 --- a/lang/ja/texts/processing/mobile-app-promo-processing.html +++ b/lang/ja/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
          +
          +

          Install the Open Food Facts mobile app

          NutriScore on the Open Food Facts mobile app

          Get the NOVA group with the Open Food Facts app!

          -
          -

          Install the Open Food Facts mobile app

          -

          To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

          +

          食品をスキャンするには、超加工食品、そのニュートリスコア栄養グレード、アレルゲン警告について NOVA グループを入手し、食品添加物を解読するには、無料の Open Food Facts アプリをインストールしてください。

          Available on the App Store Available on Google Play -Windows Phone Store +Windows Phone ストア Android APK

          -

          You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

          +

          また、Open Food Factsに新しい製品を簡単に追加し、すべての人々の食料と健康を向上させるために共通の利益を構築するのを助けることもできます。 Thank you!

          + +
          diff --git a/lang/jv/texts/data.html b/lang/jv/texts/data.html index 61b4bc9a61ba..262e4c083ded 100644 --- a/lang/jv/texts/data.html +++ b/lang/jv/texts/data.html @@ -1,6 +1,6 @@ -

          Data

          +

          Conditions for reuse

          The Open Food Facts database is available under the Open Database License.
          The individual contents of the database are available under the Database Contents License.
          Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

          Data

          Please read Terms and conditions of use and re-use before re-using the data.

          -

          We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

          +

          Tell us about your reuse

          +

          We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

          Open Food Facts data exports

          @@ -20,7 +21,12 @@

          Open Food Facts data exports

          MongoDB dump

          Data for all products is available in a MongoDB database dump.

          - +
          Link
          https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
          @@ -30,21 +36,16 @@

          MongoDB dump

          https://static.openfoodfacts.org/data/md5sum
          -

          Delta Export

          - -

          Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

          -

          Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

          +

          Daily delta exports

          +

          Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

          +

          Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

          +

          The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

          +

          Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

          JSONL data export

          -

          The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

          +

          The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

          Link
          @@ -52,11 +53,8 @@

          JSONL data export

          -

          CSV Data Export

          - -

          Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

          +

          Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

          Links
          @@ -66,11 +64,8 @@

          CSV Data Export

          The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

          - -

          RDF Data Export

          - -

          The database is also available in the RDF format. announcement in French.

          +

          The database is also available in the RDF format. You can read the announcement in French.

          Link
          @@ -78,56 +73,53 @@

          RDF Data Export

          Image Data Export

          +

          All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

          -

          All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

          -

          Live JSON and XML API

          + +

          OpenAPI Documentation for the JSON API

          A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

          -

          We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

          +

          We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

          URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

          Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

          -

          You can also get the result in XML by using .xml

          -

          Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

          +

          Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

          +

          OpenAPI help wanted

          +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

          You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

          Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

          If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

          -

          Android and iPhone mobile app

          - -

          The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

          +

          Experimental XML API

          +

          You can also get the result in XML by using .xml

          +

          Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

          +This API is not actively maintained, and not officially documented. -

          The classic app for iOS is developed in Swift.

          -

          The classic app for Android is developed in Kotlin.

          -

          The new cross-platform app is a Dart/Flutter app.

          -

          You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

          Wrappers and SDKs

          We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

          They will let you consume data, as well as let your users contribute new data

          -

          General principles

          +

          General principles to make your users happy

          • You can search for information about products, including many useful computed values.
          • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
          • @@ -137,7 +129,7 @@

            General principles

            If your users do not expect a result immediately (e.g. Inventory apps)

            • Submit photos (front/nutrition/ingredients): most painless thing for your users
            • -
            • The Open Food Facts AI Robotoff will generate some derived data from the photos
            • +
            • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
            • Over time, other apps, and the Open Food Facts community will fill the data gaps
            @@ -148,27 +140,40 @@

            If your users expect a result immediately (e.g. Nutrition apps)

          • Submit category + labels > soon get the Eco-Score (about environmental impact)
          +

          Android/iPhone/Flutter mobile app

          + +

          The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

          We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

          +

          The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

          + +

          You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

          + +

          SDKs

          + +

          Discussing data, API and exports

          -

          You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

          -

          You can open a thread on our API documentation repository - -

          Kontak

          - -

          For any question regarding the data, you can contact us at contact@openfoodfacts.org +

          You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

          +

          You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

          +

          You can open a thread on our API documentation repository +

          For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/jv/texts/index-pro.html b/lang/jv/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/jv/texts/index-pro.html +++ b/lang/jv/texts/index-pro.html @@ -32,7 +32,7 @@

          Validated data

        Improvements -

        Get suggestions to easily improve your Nutri-Score

        +

        Get suggestions to easily improve your Nutri-Score

        • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
        • diff --git a/lang/jv/texts/nova.html b/lang/jv/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/jv/texts/nova.html +++ b/lang/jv/texts/nova.html @@ -14,7 +14,7 @@

          A classification in 4 groups to highlight the degre

          Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

          diff --git a/lang/jv/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/jv/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/jv/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/jv/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
          +
          +

          Install the Open Food Facts mobile app

          NutriScore on the Open Food Facts mobile app

          Get the Nutri-Score with the Open Food Facts app!

          -
          - -
          - -

          Install the Open Food Facts mobile app

          -

          To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

          Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

          Install the Open Food Facts mobile app



          You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

          +
        diff --git a/lang/jv/texts/processing/mobile-app-promo-processing.html b/lang/jv/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/jv/texts/processing/mobile-app-promo-processing.html +++ b/lang/jv/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the NOVA group with the Open Food Facts app!

        -
        -

        Install the Open Food Facts mobile app

        To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store @@ -11,3 +10,5 @@

        Install the Open Food Facts mobile app

        Android APK

        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        + +
        diff --git a/lang/ka/texts/data.html b/lang/ka/texts/data.html index e19d5deb1e86..24ae4753fce7 100644 --- a/lang/ka/texts/data.html +++ b/lang/ka/texts/data.html @@ -1,6 +1,6 @@ -

        მონაცემები

        +

        Conditions for reuse

        The Open Food Facts database is available under the Open Database License.
        The individual contents of the database are available under the Database Contents License.
        Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

        მონაცემები

        Please read Terms and conditions of use and re-use before re-using the data.

        -

        We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

        +

        Tell us about your reuse

        +

        We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

        Open Food Facts data exports

        @@ -20,7 +21,12 @@

        Open Food Facts data exports

        MongoDB dump

        Data for all products is available in a MongoDB database dump.

        - +
        ბმული
        https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
        @@ -30,21 +36,16 @@

        MongoDB dump

        https://static.openfoodfacts.org/data/md5sum
        -

        Delta Export

        - -

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

        -

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

        +

        Daily delta exports

        +

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

        +

        Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

        +

        The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

        +

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

        JSONL data export

        -

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

        +

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

        ბმული
        @@ -52,11 +53,8 @@

        JSONL data export

        -

        CSV Data Export

        - -

        Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

        +

        Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

        Links
        @@ -66,11 +64,8 @@

        CSV Data Export

        The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

        - -

        RDF Data Export

        - -

        The database is also available in the RDF format. announcement in French.

        +

        The database is also available in the RDF format. You can read the announcement in French.

        ბმული
        @@ -78,56 +73,53 @@

        RDF Data Export

        Image Data Export

        +

        All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        Live JSON and XML API

        + +

        OpenAPI Documentation for the JSON API

        A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

        -

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        +

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

        -

        You can also get the result in XML by using .xml

        -

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +

        Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

        +

        OpenAPI help wanted

        +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

        You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

        Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

        If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

        -

        Android and iPhone mobile app

        - -

        The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        +

        Experimental XML API

        +

        You can also get the result in XML by using .xml

        +

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +This API is not actively maintained, and not officially documented. -

        The classic app for iOS is developed in Swift.

        -

        The classic app for Android is developed in Kotlin.

        -

        The new cross-platform app is a Dart/Flutter app.

        -

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        Wrappers and SDKs

        We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

        They will let you consume data, as well as let your users contribute new data

        -

        General principles

        +

        General principles to make your users happy

        • You can search for information about products, including many useful computed values.
        • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
        • @@ -137,7 +129,7 @@

          General principles

          If your users do not expect a result immediately (e.g. Inventory apps)

          • Submit photos (front/nutrition/ingredients): most painless thing for your users
          • -
          • The Open Food Facts AI Robotoff will generate some derived data from the photos
          • +
          • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
          • Over time, other apps, and the Open Food Facts community will fill the data gaps
          @@ -148,27 +140,40 @@

          If your users expect a result immediately (e.g. Nutrition apps)

        • Submit category + labels > soon get the Eco-Score (about environmental impact)
        +

        Android/iPhone/Flutter mobile app

        + +

        The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

        We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

        +

        The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        + +

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        + +

        SDKs

        + +

        Discussing data, API and exports

        -

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

        -

        You can open a thread on our API documentation repository - -

        Contact

        - -

        For any question regarding the data, you can contact us at contact@openfoodfacts.org +

        You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

        +

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

        +

        You can open a thread on our API documentation repository +

        For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ka/texts/index-pro.html b/lang/ka/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ka/texts/index-pro.html +++ b/lang/ka/texts/index-pro.html @@ -32,7 +32,7 @@

        Validated data

        Improvements -

        Get suggestions to easily improve your Nutri-Score

        +

        Get suggestions to easily improve your Nutri-Score

        • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
        • diff --git a/lang/ka/texts/nova.html b/lang/ka/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ka/texts/nova.html +++ b/lang/ka/texts/nova.html @@ -14,7 +14,7 @@

          A classification in 4 groups to highlight the degre

          Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

          diff --git a/lang/ka/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ka/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ka/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ka/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
          +
          +

          Install the Open Food Facts mobile app

          NutriScore on the Open Food Facts mobile app

          Get the Nutri-Score with the Open Food Facts app!

          -
          - -
          - -

          Install the Open Food Facts mobile app

          -

          To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

          Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

          Install the Open Food Facts mobile app



          You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

          +
        diff --git a/lang/ka/texts/processing/mobile-app-promo-processing.html b/lang/ka/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ka/texts/processing/mobile-app-promo-processing.html +++ b/lang/ka/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the NOVA group with the Open Food Facts app!

        -
        -

        Install the Open Food Facts mobile app

        To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store @@ -11,3 +10,5 @@

        Install the Open Food Facts mobile app

        Android APK

        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        + +
        diff --git a/lang/kab/texts/data.html b/lang/kab/texts/data.html index e3e2ec29975b..ec2b9d9d617e 100644 --- a/lang/kab/texts/data.html +++ b/lang/kab/texts/data.html @@ -1,6 +1,6 @@ -

        Isefka

        +

        Conditions for reuse

        The Open Food Facts database is available under the Open Database License.
        The individual contents of the database are available under the Database Contents License.
        Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

        Isefka

        Please read Terms and conditions of use and re-use before re-using the data.

        -

        We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

        +

        Tell us about your reuse

        +

        We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

        Open Food Facts data exports

        @@ -20,7 +21,12 @@

        Open Food Facts data exports

        MongoDB dump

        Data for all products is available in a MongoDB database dump.

        - +
        Aseɣwen
        https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
        @@ -30,21 +36,16 @@

        MongoDB dump

        https://static.openfoodfacts.org/data/md5sum
        -

        Delta Export

        - -

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

        -

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

        +

        Daily delta exports

        +

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

        +

        Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

        +

        The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

        +

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

        JSONL data export

        -

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

        +

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

        Aseɣwen
        @@ -52,11 +53,8 @@

        JSONL data export

        -

        CSV Data Export

        - -

        Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

        +

        Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

        Links
        @@ -66,11 +64,8 @@

        CSV Data Export

        The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

        - -

        RDF Data Export

        - -

        The database is also available in the RDF format. announcement in French.

        +

        The database is also available in the RDF format. You can read the announcement in French.

        Aseɣwen
        @@ -78,56 +73,53 @@

        RDF Data Export

        Image Data Export

        +

        All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        Live JSON and XML API

        + +

        OpenAPI Documentation for the JSON API

        A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

        -

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        +

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

        -

        You can also get the result in XML by using .xml

        -

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +

        Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

        +

        OpenAPI help wanted

        +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

        You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

        Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

        If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

        -

        Android and iPhone mobile app

        - -

        The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        +

        Experimental XML API

        +

        You can also get the result in XML by using .xml

        +

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +This API is not actively maintained, and not officially documented. -

        The classic app for iOS is developed in Swift.

        -

        The classic app for Android is developed in Kotlin.

        -

        The new cross-platform app is a Dart/Flutter app.

        -

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        Wrappers and SDKs

        We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

        They will let you consume data, as well as let your users contribute new data

        -

        General principles

        +

        General principles to make your users happy

        • You can search for information about products, including many useful computed values.
        • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
        • @@ -137,7 +129,7 @@

          General principles

          If your users do not expect a result immediately (e.g. Inventory apps)

          • Submit photos (front/nutrition/ingredients): most painless thing for your users
          • -
          • The Open Food Facts AI Robotoff will generate some derived data from the photos
          • +
          • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
          • Over time, other apps, and the Open Food Facts community will fill the data gaps
          @@ -148,27 +140,40 @@

          If your users expect a result immediately (e.g. Nutrition apps)

        • Submit category + labels > soon get the Eco-Score (about environmental impact)
        +

        Android/iPhone/Flutter mobile app

        + +

        The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

        We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

        +

        The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        + +

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        + +

        SDKs

        + +

        Discussing data, API and exports

        -

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

        -

        You can open a thread on our API documentation repository - -

        Anermis

        - -

        For any question regarding the data, you can contact us at contact@openfoodfacts.org +

        You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

        +

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

        +

        You can open a thread on our API documentation repository +

        For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/kab/texts/index-pro.html b/lang/kab/texts/index-pro.html index 1018cc318bae..c215b013d104 100644 --- a/lang/kab/texts/index-pro.html +++ b/lang/kab/texts/index-pro.html @@ -32,7 +32,7 @@

        Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/kab/texts/nova.html b/lang/kab/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/kab/texts/nova.html +++ b/lang/kab/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/kab/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/kab/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/kab/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/kab/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/kab/texts/processing/mobile-app-promo-processing.html b/lang/kab/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/kab/texts/processing/mobile-app-promo-processing.html +++ b/lang/kab/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/kk/texts/data.html b/lang/kk/texts/data.html index 53940accf4ff..561857243276 100644 --- a/lang/kk/texts/data.html +++ b/lang/kk/texts/data.html @@ -1,6 +1,6 @@ -

      Деректер

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Деректер

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/kk/texts/index-pro.html b/lang/kk/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/kk/texts/index-pro.html +++ b/lang/kk/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/kk/texts/nova.html b/lang/kk/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/kk/texts/nova.html +++ b/lang/kk/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/kk/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/kk/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/kk/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/kk/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/kk/texts/processing/mobile-app-promo-processing.html b/lang/kk/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/kk/texts/processing/mobile-app-promo-processing.html +++ b/lang/kk/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/km/texts/data.html b/lang/km/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/km/texts/data.html +++ b/lang/km/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/km/texts/index-pro.html b/lang/km/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/km/texts/index-pro.html +++ b/lang/km/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/km/texts/nova.html b/lang/km/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/km/texts/nova.html +++ b/lang/km/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/km/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/km/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/km/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/km/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/km/texts/processing/mobile-app-promo-processing.html b/lang/km/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/km/texts/processing/mobile-app-promo-processing.html +++ b/lang/km/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/kmr_TR/texts/data.html b/lang/kmr_TR/texts/data.html index e747a0d36063..67e193898036 100644 --- a/lang/kmr_TR/texts/data.html +++ b/lang/kmr_TR/texts/data.html @@ -1,6 +1,6 @@ -

      Dane

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Dane

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      + -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • DART: GitHub
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/kmr_TR/texts/index-pro.html b/lang/kmr_TR/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/kmr_TR/texts/index-pro.html +++ b/lang/kmr_TR/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/kmr_TR/texts/nova.html b/lang/kmr_TR/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/kmr_TR/texts/nova.html +++ b/lang/kmr_TR/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/kmr_TR/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/kmr_TR/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/kmr_TR/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/kmr_TR/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/kmr_TR/texts/processing/mobile-app-promo-processing.html b/lang/kmr_TR/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/kmr_TR/texts/processing/mobile-app-promo-processing.html +++ b/lang/kmr_TR/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/kn/texts/data.html b/lang/kn/texts/data.html index 3bfd2365d5d3..262e4c083ded 100644 --- a/lang/kn/texts/data.html +++ b/lang/kn/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      ಸಂಪರ್ಕಗಳು

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/kn/texts/index-pro.html b/lang/kn/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/kn/texts/index-pro.html +++ b/lang/kn/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/kn/texts/nova.html b/lang/kn/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/kn/texts/nova.html +++ b/lang/kn/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/kn/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/kn/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/kn/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/kn/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/kn/texts/processing/mobile-app-promo-processing.html b/lang/kn/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/kn/texts/processing/mobile-app-promo-processing.html +++ b/lang/kn/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/ko/texts/data.html b/lang/ko/texts/data.html index b2402febdcbd..b2b91202f22d 100644 --- a/lang/ko/texts/data.html +++ b/lang/ko/texts/data.html @@ -1,6 +1,6 @@ -

      데이터

      +

      Conditions for reuse

      Open Food Facts 데이터베이스는 Open Database License에 따라 제공됩니다.
      데이터베이스의 개별 내용은 Database Contents License에 따라 사용 가능합니다.
      제품 이미지는 Creative Commons Attribution ShareAlike licence에 따라 제공됩니다. @@ -9,7 +9,8 @@

      데이터

      데이터를 다시 사용하기 전에 이용 약관을 읽고 다시 사용하십시오.

      -

      우리는 Open Food Facts 데이터가 무엇에 사용되는지 배우는 것에 매우 관심이 있습니다. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      우리는 Open Food Facts 데이터가 무엇에 사용되는지 배우는 것에 매우 관심이 있습니다. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts 데이터 내보내기

      @@ -20,7 +21,12 @@

      Open Food Facts 데이터 내보내기

      MongoDB 덤프

      모든 제품의 데이터는 MongoDB 데이터베이스 덤프에서 이용할 수 있습니다.

      - +
      링크
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,19 +36,16 @@

      MongoDB 덤프

      https://static.openfoodfacts.org/data/md5sum
      -

      델타(Delta) 내보내기

      - -

      지난 14 일 동안 매일 델타 내보내기가 제공되었습니다. 현재 사용 가능한 델타 파일 목록은 -https://static.openfoodfacts.org/data/delta/index.txt에서 찾을 수 있습니다. - 각 줄은 https://static.openfoodfacts.org/data/delta/{filename}에서 사용할 수 있는 파일을 나타냅니다. - 파일 이름에는 JSON 파일에 포함된 첫 번째 및 마지막 변경사항의 UNIX 타임스탬프가 포함되어 있어, 델타 파일을 알파벳 순서로 mongoimport로 불러올 수 있습니다(추출 후).

      -

      mongoexport의 특성상 델타 파일이 삭제된 제품에 대해 알려줄 수 없다는 점에 유의하십시오. 삭제된 제품을 데이터베이스에서 제거하려면 전체 MongoDB 덤프를 가져와야 합니다.

      +

      Daily delta exports

      +

      지난 14 일 동안 매일 델타 내보내기가 제공되었습니다. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      각 줄은 https://static.openfoodfacts.org/data/delta/{filename}에서 사용할 수 있는 파일을 나타냅니다.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      mongoexport의 특성상 델타 파일이 삭제된 제품에 대해 알려줄 수 없다는 점에 유의하십시오. To remove deleted products from your database, you will need to import the full MongoDB dump.

      CSV 데이터 내보내기

      -

      전체 데이터베이스는 JSONL 형식 (LDJSON 또는 NDJSON이라고도 함)으로도 사용할 수 있습니다. 여기서 각 행은 JSON 객체입니다. - MongoDB 내보내기와 동일한 데이터를 나타냅니다. 파일은 gzip으로 압축됩니다.

      +

      전체 데이터베이스는 JSONL 형식 (LDJSON 또는 NDJSON이라고도 함)으로도 사용할 수 있습니다. 여기서 각 행은 JSON 객체입니다. MongoDB 내보내기와 동일한 데이터를 나타냅니다. 파일은 gzip으로 압축됩니다.

      링크
      @@ -50,10 +53,8 @@

      CSV 데이터 내보내기

      -

      CSV 데이터 내보내기

      - -

      모든 제품 또는 일부 제품에 대한 데이터는 고급 검색 양식을 통해 CSV 형식(OpenOffice, Excel 및 기타 많은 소프트웨어로 읽을 수 있음)으로 다운로드할 수 있습니다.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -63,11 +64,8 @@

      CSV 데이터 내보내기

      파일 인코딩은 유니코드 UTF-8입니다. 필드를 구분하는 문자는 <tab>(표)이다.

      - -

      RDF 데이터 내보내기

      - -

      데이터베이스도 RDF 형식으로 이용할 수 있다. announcement in French.

      +

      데이터베이스도 RDF 형식으로 이용할 수 있다. You can read the announcement in French.

      링크
      @@ -75,56 +73,53 @@

      RDF 데이터 내보내기

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      + -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      +

      OpenAPI Documentation for the JSON API

      제품의 데이터를 읽는 데 JSON API를 사용할 수도 있습니다. 이 API는 특히 아이폰과 안드로이드용 오픈 푸드 팩트 모바일 앱에서 많이 쓰입니다.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      예시: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      예시: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      사용자가 1 번의 API 호출 = 1 번의 실제 스캔을하는 한 프로덕션 사례에 API를 사용하는 것이 매우 좋습니다. 이 페이지에서 매일 전체 내보내기를 사용할 수 있으므로 API를 사용하여 데이터베이스를 긁어 내려는 시도가 차단 될 가능성이 큽니다.

      어떤 것에 대해 확신이 없거나 질문이 있다면(어리석은 질문은 없으니) Slack에 자유롭게 물어보십시오 :-)

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      안드로이드와 아이폰 모바일 앱

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      코드를 다시 사용하고(오픈 소스) 지구상의 모든 사람들을 위해 우리가 코드를 개선하도록 도와주십시오.

      Wrappers 및 SDKs

      우리는 아마도 당신이 가장 좋아하는 프로그래밍 언어의 wrapper를 가지고 있을 것입니다. 우리가 사용한다면 그것을 사용하고 향상시킬 수 있습니다. 그렇지 않은 경우 만들 수 있습니다.

      질문을 하고 API를 토론하는 데 선호되는 방법인 Open Food Facts Slack 채팅방에 가입할 수 있습니다.

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • DART: GitHub
      • @@ -134,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -145,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      코드를 다시 사용하고(오픈 소스) 지구상의 모든 사람들을 위해 우리가 코드를 개선하도록 도와주십시오.

      + +

      SDKs

      + +

      데이터, API 논의 및 내보내기

      -

      질문을 하고 API를 토론하는 데 선호되는 방법인 Open Food Facts Slack 채팅방에 가입할 수 있습니다.

      -

      You can open a thread on our API documentation repository - -

      문의

      - -

      데이터에 관한 문의 사항은 contact@openfoodfacts.org로 문의하십시오. +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ko/texts/index-pro.html b/lang/ko/texts/index-pro.html index 9441289caa8d..2bbccd02679f 100644 --- a/lang/ko/texts/index-pro.html +++ b/lang/ko/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • 설탕, 소금 또는 포화지방산의 합리적인 감소로 뉴트리-스코어를 크게 향상시킵니다.
      • diff --git a/lang/ko/texts/missions.html b/lang/ko/texts/missions.html index 297d3f7827ec..2e233350a635 100644 --- a/lang/ko/texts/missions.html +++ b/lang/ko/texts/missions.html @@ -8,6 +8,6 @@

        미션

        맡을 임무

        -[[texts / missions_list.html]] +[[texts/missions_list.html]]

        다른 미션에서 온 아이디어들이 있나요? 우리에게 보내십시오!

        diff --git a/lang/ko/texts/nova.html b/lang/ko/texts/nova.html index e7fd99269f3f..486072e7e6e6 100644 --- a/lang/ko/texts/nova.html +++ b/lang/ko/texts/nova.html @@ -13,7 +13,7 @@

        식품 가공 정도를 강조하는 4 개 그룹

        일부 국가에서는식이 요법 가이드 라인 또는 목표를 위해 NOVA 그룹을 사용합니다.

        diff --git a/lang/ko/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ko/texts/nutriscore/mobile-app-promo-nutriscore.html index a3e87b597613..c486f7f090aa 100644 --- a/lang/ko/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ko/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
        +
        +

        Open Food Facts 모바일 앱 설치

        Open Food Facts 모바일 앱의 NutriScore

        Open Food Facts 앱으로 Nutri-Score를 받으세요!

        -
        - -
        - -

        Open Food Facts 모바일 앱 설치

        - -

        식품을 스캔하기 위해, Nutri-Score 영양 등급, 울트라 프로세스 음식에 관한 NOVA 그룹, 알레르기 항원 경고을 얻으세요. 또한, 식품 첨가물을 해독하려면 무료 오픈 식품 정보 앱을 설치하세요!

        +

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        App Store에서 사용 가능 Google Play에서 사용 가능 Available for Windows 11 and up 안드로이드 APK

        -

        당신은 또한 오픈 푸드 팩트에 쉽게 새로운 제품을 추가할 수 있을 것이고 모든 사람들의 음식과 건강을 향상시키기 위한 공동의 선을 구축하는 데 도움을 줄 것입니다. 감사합니다!

        +

        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 감사합니다!

        +
      diff --git a/lang/ko/texts/press.html b/lang/ko/texts/press.html index d140a14af3df..bc88035053d9 100644 --- a/lang/ko/texts/press.html +++ b/lang/ko/texts/press.html @@ -10,7 +10,7 @@

      식품 투명성, 우리가 촉발하는 스캔 혁명, -[[texts / contacts.html]] +[[texts/contacts.html]]

      @@ -25,7 +25,7 @@

      목차

      -[[texts / presskit_other_languages.html]] +[[texts/presskit_other_languages.html]]
      @@ -38,7 +38,7 @@

      PNG 또는 JPG를 클릭하면 고해상도 버전을 사
      -[[texts / logo.html]] +[[texts/logo.html]]
      @@ -50,7 +50,7 @@

      전체 링크 된 페이지에서 자세한 정보를 찾

      -[[texts / keyfacts.html]] +[[texts/keyfacts.html]]
      @@ -64,7 +64,7 @@

      이러한 수치는 Open Food Facts의 큰 직간접 영 -[[texts / numbers-selected.html]] +[[texts/numbers-selected.html]]
      @@ -77,7 +77,7 @@

      -[[texts / sendinblue.html]] +[[texts/sendinblue.html]]
      @@ -89,7 +89,7 @@

      -[[texts / presskit_selection.html]] +[[texts/presskit_selection.html]]
      diff --git a/lang/ko/texts/processing/mobile-app-promo-processing.html b/lang/ko/texts/processing/mobile-app-promo-processing.html index 5873949dd188..8f4989a9d75f 100644 --- a/lang/ko/texts/processing/mobile-app-promo-processing.html +++ b/lang/ko/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
      +
      +

      Open Food Facts 모바일 앱 설치

      Open Food Facts 모바일 앱의 NutriScore

      Open Food Facts 앱으로 NOVA 그룹을 만나보십시오!

      -
      -

      Open Food Facts 모바일 앱 설치

      -

      식품 스캔을 위해, 노바 그룹에게 초 가공 식품, Nutri-Score 영양 등급, 알레르기 경보, 식품 첨가물 해독을 위해 무료 Open Food Facts 앱을 설치하십시오!

      +

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      App Store에서 사용 가능 Google Play에서 사용 가능 -윈도우즈 폰 스토어 +Windows Phone Store 안드로이드 APK

      -

      당신은 또한 오픈 푸드 팩트에 쉽게 새로운 제품을 추가할 수 있을 것이고 모든 사람들의 음식과 건강을 향상시키기 위한 공동의 선을 구축하는 데 도움을 줄 것입니다. 감사합니다!

      +

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 감사합니다!

      + +
      diff --git a/lang/kw/texts/data.html b/lang/kw/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/kw/texts/data.html +++ b/lang/kw/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/kw/texts/index-pro.html b/lang/kw/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/kw/texts/index-pro.html +++ b/lang/kw/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/kw/texts/nova.html b/lang/kw/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/kw/texts/nova.html +++ b/lang/kw/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/kw/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/kw/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/kw/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/kw/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/kw/texts/processing/mobile-app-promo-processing.html b/lang/kw/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/kw/texts/processing/mobile-app-promo-processing.html +++ b/lang/kw/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/ky/texts/data.html b/lang/ky/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ky/texts/data.html +++ b/lang/ky/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ky/texts/index-pro.html b/lang/ky/texts/index-pro.html index 79511faa46ad..8abcebe6a4e5 100644 --- a/lang/ky/texts/index-pro.html +++ b/lang/ky/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/ky/texts/nova.html b/lang/ky/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ky/texts/nova.html +++ b/lang/ky/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/ky/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ky/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ky/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ky/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/ky/texts/processing/mobile-app-promo-processing.html b/lang/ky/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ky/texts/processing/mobile-app-promo-processing.html +++ b/lang/ky/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/la/texts/data.html b/lang/la/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/la/texts/data.html +++ b/lang/la/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/la/texts/index-pro.html b/lang/la/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/la/texts/index-pro.html +++ b/lang/la/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/la/texts/nova.html b/lang/la/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/la/texts/nova.html +++ b/lang/la/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/la/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/la/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/la/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/la/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/la/texts/processing/mobile-app-promo-processing.html b/lang/la/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/la/texts/processing/mobile-app-promo-processing.html +++ b/lang/la/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/lb/texts/data.html b/lang/lb/texts/data.html index 03bbb9229a07..15befcebd04f 100644 --- a/lang/lb/texts/data.html +++ b/lang/lb/texts/data.html @@ -1,6 +1,6 @@ -

      Daten

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Daten

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/lb/texts/index-pro.html b/lang/lb/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/lb/texts/index-pro.html +++ b/lang/lb/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/lb/texts/nova.html b/lang/lb/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/lb/texts/nova.html +++ b/lang/lb/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/lb/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/lb/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/lb/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/lb/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/lb/texts/processing/mobile-app-promo-processing.html b/lang/lb/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/lb/texts/processing/mobile-app-promo-processing.html +++ b/lang/lb/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/lo/texts/data.html b/lang/lo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/lo/texts/data.html +++ b/lang/lo/texts/data.html @@ -1,6 +1,6 @@ -

      Data

      +

      Conditions for reuse

      The Open Food Facts database is available under the Open Database License.
      The individual contents of the database are available under the Database Contents License.
      Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

      Data

      Please read Terms and conditions of use and re-use before re-using the data.

      -

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

      +

      Tell us about your reuse

      +

      We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

      Open Food Facts data exports

      @@ -20,7 +21,12 @@

      Open Food Facts data exports

      MongoDB dump

      Data for all products is available in a MongoDB database dump.

      - +
      Link
      https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
      @@ -30,21 +36,16 @@

      MongoDB dump

      https://static.openfoodfacts.org/data/md5sum
      -

      Delta Export

      - -

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

      -

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

      +

      Daily delta exports

      +

      Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

      +

      Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

      +

      The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

      +

      Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

      JSONL data export

      -

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

      +

      The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

      Link
      @@ -52,11 +53,8 @@

      JSONL data export

      -

      CSV Data Export

      - -

      Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

      +

      Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

      Links
      @@ -66,11 +64,8 @@

      CSV Data Export

      The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

      - -

      RDF Data Export

      - -

      The database is also available in the RDF format. announcement in French.

      +

      The database is also available in the RDF format. You can read the announcement in French.

      Link
      @@ -78,56 +73,53 @@

      RDF Data Export

      Image Data Export

      +

      All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

      -

      Live JSON and XML API

      + +

      OpenAPI Documentation for the JSON API

      A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

      -

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      +

      We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

      URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

      -

      You can also get the result in XML by using .xml

      -

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +

      Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

      +

      OpenAPI help wanted

      +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

      You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

      Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

      If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

      -

      Android and iPhone mobile app

      - -

      The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      +

      Experimental XML API

      +

      You can also get the result in XML by using .xml

      +

      Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

      +This API is not actively maintained, and not officially documented. -

      The classic app for iOS is developed in Swift.

      -

      The classic app for Android is developed in Kotlin.

      -

      The new cross-platform app is a Dart/Flutter app.

      -

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      Wrappers and SDKs

      We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

      They will let you consume data, as well as let your users contribute new data

      -

      General principles

      +

      General principles to make your users happy

      • You can search for information about products, including many useful computed values.
      • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
      • @@ -137,7 +129,7 @@

        General principles

        If your users do not expect a result immediately (e.g. Inventory apps)

        • Submit photos (front/nutrition/ingredients): most painless thing for your users
        • -
        • The Open Food Facts AI Robotoff will generate some derived data from the photos
        • +
        • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
        • Over time, other apps, and the Open Food Facts community will fill the data gaps
        @@ -148,27 +140,40 @@

        If your users expect a result immediately (e.g. Nutrition apps)

      • Submit category + labels > soon get the Eco-Score (about environmental impact)
      +

      Android/iPhone/Flutter mobile app

      + +

      The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

      We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

      +

      The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

      + +

      You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

      + +

      SDKs

      + +

      Discussing data, API and exports

      -

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

      -

      You can open a thread on our API documentation repository - -

      Contact

      - -

      For any question regarding the data, you can contact us at contact@openfoodfacts.org +

      You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

      +

      You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

      +

      You can open a thread on our API documentation repository +

      For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/lo/texts/index-pro.html b/lang/lo/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/lo/texts/index-pro.html +++ b/lang/lo/texts/index-pro.html @@ -32,7 +32,7 @@

      Validated data

      Improvements -

      Get suggestions to easily improve your Nutri-Score

      +

      Get suggestions to easily improve your Nutri-Score

      • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
      • diff --git a/lang/lo/texts/nova.html b/lang/lo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/lo/texts/nova.html +++ b/lang/lo/texts/nova.html @@ -14,7 +14,7 @@

        A classification in 4 groups to highlight the degre

        Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

        diff --git a/lang/lo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/lo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/lo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/lo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the Nutri-Score with the Open Food Facts app!

        -
        - -
        - -

        Install the Open Food Facts mobile app

        -

        To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

        Install the Open Food Facts mobile app



        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        +
      diff --git a/lang/lo/texts/processing/mobile-app-promo-processing.html b/lang/lo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/lo/texts/processing/mobile-app-promo-processing.html +++ b/lang/lo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
      +
      +

      Install the Open Food Facts mobile app

      NutriScore on the Open Food Facts mobile app

      Get the NOVA group with the Open Food Facts app!

      -
      -

      Install the Open Food Facts mobile app

      To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

      Available on the App Store @@ -11,3 +10,5 @@

      Install the Open Food Facts mobile app

      Android APK

      You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

      + +
      diff --git a/lang/lol/texts/data.html b/lang/lol/texts/data.html index 9ea700176fd5..74b8f6c3e4d7 100644 --- a/lang/lol/texts/data.html +++ b/lang/lol/texts/data.html @@ -1,13 +1,14 @@ -

      crwdns210899:0crwdne210899:0

      +

      crwdns246326:0crwdne246326:0

      crwdns210901:0crwdne210901:0 crwdns210903:0crwdne210903:0

      crwdns210905:0crwdne210905:0

      -

      crwdns210907:0crwdne210907:0 crwdns210909:0%20Fcrwdnd210909:0%20Fcrwdnd210909:0%20crwdnd210909:0%20crwdne210909:0

      +

      crwdns246328:0crwdne246328:0

      +

      crwdns210907:0crwdne210907:0 crwdns246330:0%20Fcrwdnd246330:0%20Fcrwdnd246330:0%20crwdnd246330:0%20crwdne246330:0 crwdns246410:0crwdne246410:0

      crwdns210911:0crwdne210911:0

      @@ -18,7 +19,12 @@

      crwdns210911:0crwdne210911:0

      crwdns210919:0crwdne210919:0

      crwdns210921:0crwdne210921:0

      - +
      crwdns210923:0crwdne210923:0
      crwdns210927:0crwdne210927:0
      @@ -28,18 +34,16 @@

      crwdns210919:0crwdne210919:0

      crwdns210939:0crwdne210939:0
      -

      crwdns210941:0crwdne210941:0

      - -

      crwdns210943:0crwdne210943:0 crwdns210945:0crwdne210945:0 - crwdns210947:0{filename}crwdne210947:0 - crwdns210949:0crwdne210949:0

      -

      crwdns210951:0crwdne210951:0 crwdns210953:0crwdne210953:0

      +

      crwdns246334:0crwdne246334:0

      +

      crwdns210943:0crwdne210943:0 crwdns246336:0crwdne246336:0

      +

      crwdns210947:0{filename}crwdne210947:0

      +

      crwdns246338:0crwdne246338:0

      +

      crwdns210951:0crwdne210951:0 crwdns246340:0crwdne246340:0

      crwdns210955:0crwdne210955:0

      -

      crwdns210957:0crwdne210957:0 - crwdns210959:0crwdne210959:0 crwdns210961:0crwdne210961:0

      +

      crwdns210957:0crwdne210957:0 crwdns210959:0crwdne210959:0 crwdns210961:0crwdne210961:0

      crwdns210963:0crwdne210963:0
      @@ -47,10 +51,8 @@

      crwdns210955:0crwdne210955:0

      -

      crwdns210969:0crwdne210969:0

      - -

      crwdns210971:0crwdne210971:0

      +

      crwdns246342:0crwdne246342:0

      crwdns210973:0crwdne210973:0
      @@ -60,11 +62,8 @@

      crwdns210969:0crwdne210969:0

      crwdns210979:0crwdne210979:0 crwdns210981:0crwdne210981:0

      - -

      crwdns210983:0crwdne210983:0

      - -

      crwdns210985:0crwdne210985:0 crwdns210987:0crwdne210987:0

      +

      crwdns210985:0crwdne210985:0 crwdns246344:0crwdne246344:0

      crwdns210989:0crwdne210989:0
      @@ -72,56 +71,53 @@

      crwdns210983:0crwdne210983:0

      crwdns210995:0crwdne210995:0

      +

      crwdns246346:0crwdne246346:0 crwdns210999:0crwdne210999:0

      -

      crwdns210997:0crwdne210997:0 crwdns210999:0crwdne210999:0

      -

      crwdns211001:0crwdne211001:0

      + +

      crwdns246348:0crwdne246348:0

      crwdns211003:0crwdne211003:0 crwdns211005:0crwdne211005:0

      -

      crwdns211007:0crwdne211007:0 crwdns211009:0%20Fcrwdnd211009:0%20Fcrwdnd211009:0%20crwdnd211009:0%20crwdne211009:0

      +

      crwdns211007:0crwdne211007:0 crwdns246350:0%20Fcrwdnd246350:0%20Fcrwdnd246350:0%20crwdnd246350:0%20crwdne246350:0

      crwdns245173:0[barcode]crwdne245173:0

      crwdns245175:0crwdne245175:0

      -

      crwdns211015:0crwdne211015:0

      -

      crwdns245177:0crwdne245177:0

      +

      crwdns246352:0crwdne246352:0

      +

      crwdns246358:0crwdne246358:0

      +crwdns246360:0crwdne246360:0 crwdns246362:0crwdne246362:0 +

      crwdns211031:0crwdne211031:0 crwdns211033:0crwdne211033:0

      crwdns211035:0crwdne211035:0

      crwdns211037:0crwdne211037:0

      -

      crwdns211039:0crwdne211039:0

      - -

      crwdns211041:0crwdne211041:0 -crwdns211043:0crwdne211043:0

      +

      crwdns246364:0crwdne246364:0

      +

      crwdns211015:0crwdne211015:0

      +

      crwdns245177:0crwdne245177:0

      +crwdns246366:0crwdne246366:0 -

      crwdns211045:0crwdne211045:0

      -

      crwdns211047:0crwdne211047:0

      -

      crwdns211049:0crwdne211049:0

      -

      crwdns211051:0crwdne211051:0

      crwdns211053:0crwdne211053:0

      crwdns211055:0crwdne211055:0 crwdns211057:0crwdne211057:0 crwdns211059:0crwdne211059:0

      crwdns211061:0crwdne211061:0

      -

      crwdns211063:0crwdne211063:0

      +

      crwdns246368:0crwdne246368:0

      • crwdns211065:0crwdne211065:0
      • crwdns211067:0crwdne211067:0
      • @@ -131,7 +127,7 @@

        crwdns211063:0crwdne211063:0

        crwdns211071:0crwdne211071:0

        • crwdns211073:0crwdne211073:0
        • -
        • crwdns211075:0crwdne211075:0
        • +
        • crwdns246370:0crwdne246370:0
        • crwdns211077:0crwdne211077:0
        @@ -142,27 +138,37 @@

        crwdns211079:0crwdne211079:0

      • crwdns211085:0crwdne211085:0
      +

      crwdns246372:0crwdne246372:0

      + +

      crwdns246374:0crwdne246374:0 + +

      crwdns246376:0crwdne246376:0

      +

      crwdns211043:0crwdne211043:0

      + +

      crwdns211051:0crwdne211051:0

      + +

      crwdns246378:0crwdne246378:0

      + +
        -
      • crwdns211087:0crwdne211087:0
      • -
      • crwdns211089:0crwdne211089:0
      • -
      • crwdns211091:0crwdne211091:0
      • -
      • crwdns211093:0crwdne211093:0
      • -
      • crwdns211095:0crwdne211095:0
      • -
      • crwdns211097:0crwdne211097:0
      • -
      • crwdns211099:0crwdne211099:0
      • -
      • crwdns211101:0crwdne211101:0
      • -
      • crwdns211103:0crwdne211103:0
      • -
      • crwdns211105:0crwdne211105:0
      • -
      • crwdns211107:0crwdne211107:0
      • -
      • crwdns211109:0crwdne211109:0
      • -
      • crwdns211111:0crwdne211111:0
      • +
      • crwdns211087:0crwdne211087:0
      • +
      • crwdns211089:0crwdne211089:0
      • +
      • crwdns246380:0crwdne246380:0
      • +
      • crwdns246382:0crwdne246382:0
      • +
      • crwdns246384:0crwdne246384:0
      • +
      • crwdns246386:0crwdne246386:0
      • +
      • crwdns246388:0crwdne246388:0
      • +
      • crwdns246390:0crwdne246390:0
      • +
      • crwdns246392:0crwdne246392:0
      • +
      • crwdns246394:0crwdne246394:0
      • +
      • crwdns246396:0crwdne246396:0
      • +
      • crwdns246398:0crwdne246398:0
      • +
      • crwdns246400:0crwdne246400:0

      crwdns211113:0crwdne211113:0

      -

      crwdns211115:0crwdne211115:0

      -

      crwdns211117:0crwdne211117:0 - -

      crwdns211119:0crwdne211119:0

      - -

      crwdns211121:0crwdne211121:0 +

      crwdns246402:0crwdne246402:0

      +

      crwdns246404:0crwdne246404:0 crwdns246406:0crwdne246406:0

      +

      crwdns211117:0crwdne211117:0 +

      crwdns246408:0crwdne246408:0 diff --git a/lang/lol/texts/index-pro.html b/lang/lol/texts/index-pro.html index d9be1834168c..048774716270 100644 --- a/lang/lol/texts/index-pro.html +++ b/lang/lol/texts/index-pro.html @@ -32,7 +32,7 @@

      crwdns215007:0crwdne215007:0

      crwdns245780:0crwdne245780:0 -

      crwdns215017:0crwdne215017:0

      +

      crwdns215017:0crwdne215017:0

      • crwdns215019:0crwdne215019:0
      • diff --git a/lang/lol/texts/nova.html b/lang/lol/texts/nova.html index 31251621f08a..6e8330417ad6 100644 --- a/lang/lol/texts/nova.html +++ b/lang/lol/texts/nova.html @@ -13,7 +13,7 @@

        crwdns212341:0crwdne212341:0

        crwdns212355:0crwdne212355:0

          -
        • crwdns212357:0crwdne212357:0
        • +
        • crwdns246494:0crwdne246494:0
        • crwdns212359:0crwdne212359:0
        diff --git a/lang/lol/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/lol/texts/nutriscore/mobile-app-promo-nutriscore.html index 345e035760f5..15898fc78aff 100644 --- a/lang/lol/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/lol/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
        +
        +

        crwdns218175:0crwdne218175:0

        crwdns218171:0crwdne218171:0

        crwdns218173:0crwdne218173:0

        -
        - -
        - -

        crwdns218175:0crwdne218175:0

        - -

        crwdns218177:0crwdne218177:0

        -crwdns218183:0crwdne218183:0 -crwdns218189:0crwdne218189:0 -crwdns245163:0crwdne245163:0 -crwdns218201:0crwdne218201:0 +

        crwdns246464:0crwdne246464:0

        +crwdns246470:0crwdne246470:0 +crwdns246476:0crwdne246476:0 +crwdns246482:0crwdne246482:0 +crwdns246488:0crwdne246488:0

        -

        crwdns218203:0crwdne218203:0 crwdns218205:0crwdne218205:0

        +

        crwdns246490:0crwdne246490:0 crwdns246492:0crwdne246492:0

        +
      diff --git a/lang/lol/texts/processing/mobile-app-promo-processing.html b/lang/lol/texts/processing/mobile-app-promo-processing.html index da8a146a24f2..f2ce11e3fe32 100644 --- a/lang/lol/texts/processing/mobile-app-promo-processing.html +++ b/lang/lol/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
      +
      +

      crwdns219761:0crwdne219761:0

      crwdns219757:0crwdne219757:0

      crwdns219759:0crwdne219759:0

      -
      -

      crwdns219761:0crwdne219761:0

      -

      crwdns219763:0crwdne219763:0

      -crwdns219769:0crwdne219769:0 -crwdns219775:0crwdne219775:0 -crwdns219781:0crwdne219781:0 -crwdns219787:0crwdne219787:0 +

      crwdns246434:0crwdne246434:0

      +crwdns246440:0crwdne246440:0 +crwdns246446:0crwdne246446:0 +crwdns246452:0crwdne246452:0 +crwdns246458:0crwdne246458:0

      -

      crwdns219789:0crwdne219789:0 crwdns219791:0crwdne219791:0

      +

      crwdns246460:0crwdne246460:0 crwdns246462:0crwdne246462:0

      + +
      diff --git a/lang/lt/emails/user_welcome.html b/lang/lt/emails/user_welcome.html index 4ef444efe48d..cf4885dbfb75 100644 --- a/lang/lt/emails/user_welcome.html +++ b/lang/lt/emails/user_welcome.html @@ -21,4 +21,4 @@ }

      Labas {{NAME}} ir sveikas atvykęs į Open Food Facts! 🔎🍊

      Thank you for joining our international community of people eager to see more transparency in the food industry by contributing to the world’s largest open food database!

      Here is your user name: {{USERID}}

      Sign in on the website to add and edit products.

      📲 We also have a free, ad-free and private mobile scanning app you may like.

      Open Food Facts is a collaborative project to which you can bring much more than new products: your energy, enthusiasm and ideas!

      🌎 To discuss projects and connect as a community, join us on our Slack or our Forum.

      🙋🙋‍♀️To become a volunteer for the project, sign up to the Contributor Skill Pool (4 min form)!

      💫 To follow our latest news:

      Please also get familiar with our community’s Code of Conduct.

      Thank you for joining the food revolution and we look forward to your contribution! 🤳🥫

      #YesWeScan

      Stay tuned,

      The Open Food Facts team

      https://openfoodfacts.org

      Vis dar turi minutę paskaityti? 😉

      Kai kurie papildomi ištekliai

      Ar tu:

      • a producer? Discover our dedicated Pro platform to help you in your transparency journey
      • into cosmetics ? Discover the growing Open Beauty Facts database
      • a developer? Join us on Github to help improve the interfaces
      • a translator? Help make Open Food Facts available in your language via Crowdin

      🌱 How can informed food choices make a difference?

      What we eat matters when food accounts for 28% of C02 emissions, 70% of drinking water consumption and the majority of packaging waste globally. Each meal is an opportunity to have a positive impact on our health and that of our planet.

      🧡 Open Food Facts is a non-profit organization and exists in part thanks to donations. If you like the project, please consider supporting it with a donation.

      \ No newline at end of file +}

      Labas {{NAME}} ir sveikas atvykęs į Open Food Facts! 🔎🍊

      Dėkojame, kad prisijungėte prie mūsų tarptautinės žmonių bendruomenės, norinčios daugiau skaidrumo maisto pramonėje, prisidėdami prie didžiausios pasaulyje atviros maisto duomenų bazės!

      Štai jūsų vartotojo vardas: {{USERID}}

      Prisijunkite prie svetainės, jei norite pridėti ir redaguoti produktus.

      📲 Taip pat turime nemokamą, be reklamų ir privačią mobiliojo telefono nuskaitymo programėlę kuri jums gali patikti.

      „Open Food Facts“ yra bendradarbiavimo projektas, į kurį galite atsinešti daug daugiau nei naujus produktus: savo energiją, entuziazmą ir idėjas!

      🌎 Norėdami aptarti projektus ir prisidėti prie bendruomenės, prisijunkite prie mūsų Slack arba mūsų forumo.

      🙋🙋‍♀️Norėdami tapti projekto savanoriu, prisiregistruokite prie savanorių įgūdžių sąrašo (4 min forma)!

      💫 Norėdami sekti mūsų naujienas:

      Taip pat susipažinkite su mūsų bendruomenės elgesio kodeksu.

      Dėkojame, kad prisijungėte prie maisto revoliucijos ir laukiame jūsų indėlio! 🤳🥫

      #YesWeScan

      Sekite naujienas,

      „Open Food Facts“ komanda

      https://openfoodfacts.org

      Vis dar turi minutę paskaityti? 😉

      Kai kurie papildomi ištekliai

      Ar tu:

      • gamintojas? Atraskite mūsų skirtą Pro platformą, kuri padės jums siekti skaidrumo
      • į kosmetiką? Atraskite augančią Open Beauty Facts duomenų bazę
      • kūrėjas? Prisijunkite prie mūsų Github ir padėkite tobulinti sąsajas
      • vertėjas? Padėkite „Open Food Facts“ padaryti prieinamą jūsų kalba per „Crowdin“

      🌱 Kaip pagrįstas maisto pasirinkimas gali turėti įtakos?

      Tai, ką valgome, svarbu, kai maistas sudaro 28 % Co2 emisijų, 70 % suvartojamo geriamojo vandens ir didžiąją dalį pakuočių atliekų visame pasaulyje. Kiekvienas valgis yra galimybė turėti teigiamą poveikį mūsų ir mūsų planetos sveikatai.

      🧡 „Open Food Facts“ yra ne pelno siekianti organizacija ir egzistuoja iš dalies aukų dėka. Jei jums patinka projektas, apsvarstykite galimybę paremti jį auka.

      \ No newline at end of file diff --git a/lang/lt/texts/better-food-choices-for-a-better-health-lets-mobilize.html b/lang/lt/texts/better-food-choices-for-a-better-health-lets-mobilize.html index 64fb5f7905a0..088300e54538 100644 --- a/lang/lt/texts/better-food-choices-for-a-better-health-lets-mobilize.html +++ b/lang/lt/texts/better-food-choices-for-a-better-health-lets-mobilize.html @@ -4,26 +4,26 @@
      - A better diet for better health: we mobilize! - Open Food Facts -

      Support the development of the Open Food Facts mobile app to help you choose your food and improve everyone's diet!

      + Geresnė dieta geresnei sveikatai: mobilizuojamės! - „Open Food Facts“ +

      Palaikykite „Open Food Facts“ mobiliosios programėlės kūrimą, kuri padės jums pasirinkti maistą ir pagerinti kiekvieno mitybą!


      Naudinga programėlė sau... ir visiems!

      -

      Since 2012, the Open Food Facts app has been used to scan food products, decypher their labels, but also participate in building the largest collaborative, free and open food database . The Open Food Facts app for Android and for the iPhone has evolved a lot in 2018 (we're showing you all the new stuff here and we invite you to try the new version !), And we have plenty of other ideas for the app to be even more practical, more useful and therefore more used, to help even more people choose better quality foods, and to continue growing the Open Food Facts database!

      -

      What will the money collected be used for?

      -

      The development of the application is open source and largely provided by volunteer developers (a huge thank you to them!). The money collected will allow to hire a freelance developer to help finalize the application and develop some functions. Thanks to a grant from Public Health France and your donations on HelloAsso and Lilo , we were able to hire a freelance developer for a few weeks which helped us enormously for the last version. This year, Public Health France renews its support, and thanks to your donations, we will again be able to accelerate the development of the application!

      -

      Features on the menu

      +

      Nuo 2012 m. „Open Food Facts“ programėlė naudojama ne tik maisto produktams nuskaityti, jų etiketėms iššifruoti, bet taip pat dalyvauja kuriant didžiausią bendradarbiavimo, nemokamą ir atvirą maisto duomenų bazę. „Open Food Facts“ programėlė, skirta „Android“ ir „iPhone“, 2018 m. labai pasikeitė (čia rodome visus naujus dalykus ir kviečiame išbandyti naująją versiją!), turime daug kitų idėjų, kad programėlė būtų dar praktiškesnė, naudingesnė ir todėl labiau naudojama, padėtų dar daugiau žmonių rinktis kokybiškesnius maisto produktus ir toliau plėstų „Open Food Facts“ duomenų bazę!

      +

      Kam bus panaudoti surinkti pinigai?

      +

      Programėlės kūrimas yra atviro kodo ir didžiąja dalimi ją teikia savanoriai kūrėjai (didžiulis ačiū jiems!). Surinkti pinigai leis pasamdyti laisvai samdomą kūrėją, kuris padėtų užbaigti programėlę ir plėtoti kai kurias funkcijas. Dėl Prancūzijos visuomenės sveikatos paramos ir jūsų aukų HelloAsso ir Lilo galėjome kelioms savaitėms pasamdyti laisvai samdomą kūrėją, kuris mums labai padėjo sukurti paskutinę versiją. Šiais metais Prancūzijos visuomenės sveikata atnaujina savo paramą, o jūsų aukų dėka vėl galėsime paspartinti programėlės kūrimą!

      +

      Atnaujintos programėlės funkcijos

        -
      1. Improved user interface to make the app more intuitive and convenient.
      2. -
      3. Simplified and faster addition of new products for more food transparency in even more countries.
      4. -
      5. Detection of foods that are suitable for vegetarians and vegans.
      6. -
      7. Alternative product recommendations according to your own criteria.
      8. -
      9. Generalization of the offline mode to see Nutri-Score and NOVA group even without mobile network, side-by-side product comparison, and personnal product lists on all platforms (iOS and Android).
      10. +
      11. Patobulinta vartotojo sąsaja, kad programa būtų intuityvesnė ir patogesnė.
      12. +
      13. Supaprastintas ir greitesnis naujų produktų pridėjimas, kad maistas būtų skaidresnis ir pasiekiamas daugelyje šalių.
      14. +
      15. Maisto produktų, tinkamų vegetarams ir veganams, aptikimas.
      16. +
      17. Alternatyvių produktų rekomendacijos pagal jūsų kriterijus.
      18. +
      19. Apibendrinimas neprisijungusio režimo, kad būtų galima matyti Nutri-Score ir NOVA grupę net be mobiliojo ryšio tinklo, produktų palyginimas ir asmeniniai produktų sąrašai visose platformose (iOS ir Android).

      -

      You can either donate at donate.openfoodfacts.org (English) or using the form below.

      +

      Galite paaukoti adresu donate.openfoodfacts.org (anglų kalba) arba naudodami toliau pateiktą formą.

      -

      The donation form is being loaded.
      You can also access it by clicking here.

      +

      Aukojimo forma įkeliama.
      Taip pat galite ją pasiekti spustelėję čia.

      @@ -133,7 +129,7 @@

      Grupos de Facebook

    • Wiki

      -

      También tenemos una wiki que utilizamos para documentar Open Beauty Facts y sus subproyectos de manera colaborativa. También usamos la wiki para administrar las traducciones y para trabajar en las taxonomías / jerarquías de las categorías, etiquetas, etc.

      +

      También tenemos una wiki que utilizamos para documentar Open Beauty Facts y sus subproyectos de manera colaborativa. También usamos la wiki para gestionar las traducciones y para trabajar en las taxonomías/jerarquías de las categorías, etiquetas, etc.

    diff --git a/lang/obf/es/texts/data.html b/lang/obf/es/texts/data.html index 700de5d5f817..e1965d421923 100644 --- a/lang/obf/es/texts/data.html +++ b/lang/obf/es/texts/data.html @@ -1,23 +1,21 @@ -

    Información

    +

    Datos

    -

    The Open Beauty Facts database is available under the Open Database License.
    -The individual contents of the database are available under the Database Contents License.
    -Products images are available under the Creative Commons Attribution ShareAlike licence. +

    La base de datos Open Beauty Facts está disponible bajo la Licencia Open Database.
    Los contenidos individuales de la base de datos están disponibles bajo la Licencia de Contenidos de la Base de Datos.
    Las imágenes de los productos están disponibles bajo la licencia Creative Commons Attribution ShareAlike. Pueden contener elementos gráficos sujetos a derechos de autor u otros derechos, que en algunos casos pueden reproducirse (derechos de cotización o uso legítimo).

    -

    Please read Terms and conditions of use and re-use before re-using the data.

    +

    Por favor, lee las condiciones de uso y reutilización antes de utilizar los datos.

    -

    We are very interested in learning what the Open Beauty Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Beauty Facts community.

    +

    Nos gusta saber cómo se utilizan los datos de Open Beauty Facts. No es obligatorio, pero te agradeceríamos que nos contaras cómo vas a utilizar los datos para compartirlo con la comunidad de Open Beauty Facts.

    -

    Open Beauty Facts data exports

    +

    Exportar datos de Open Beauty Facts

    -

    Los volcados de bases de datos y las exportaciones se generan todas las noches.

    +

    Los volcados de la base de datos y las exportaciones se generan todas las noches.

    -

    Information on the different fields for the MongoDB dump and CSV exports is available at https://world.openbeautyfacts.org/data/data-fields.txt

    +

    La información sobre los diferentes campos para el volcado de MongoDB y las exportaciones de CSV está disponible en https://world.openbeautyfacts.org/data/data-fields.txt

    -

    Descarga de MongoDB

    +

    Volcado de MongoDB

    Los datos para todos los productos están disponibles en un volcado de base de datos MongoDB.

    @@ -32,17 +30,15 @@

    Descarga de MongoDB

    Exportar Delta

    -

    Las exportaciones deltas diarias son proporcionadas para los 14 días previos. The list of currently available delta files can be found at - https://static.openbeautyfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openbeautyfacts.org/data/delta/{filename}. +

    Las exportaciones delta diarias están disponibles para los 14 días anteriores. La lista de archivos delta disponibles actualmente se puede encontrar en https://static.openbeautyfacts.org/data/delta/index.txt. + Cada línea representa un archivo que está disponible en https://static.openbeautyfacts.org/data/delta/{filename}. El nombre del archivo contiene una marca de tiempo UNIX del primer y último cambio que contiene el archivo JSON, por lo que los archivos delta pueden ser importados (después de la extracción) con mongoimport en orden alfabético.

    -

    Tenga en cuenta que debido a la naturaleza de mongoexport , los archivos delta no pueden informarle sobre productos eliminados. Para borrar +

    Ten en cuenta que, debido a la naturaleza de mongoexport, los archivos delta no te pueden dar información sobre productos eliminados. Para borrar productos eliminados de su base de datos, deberá importar el volcado completo de MongoDB.

    Exportar datos en formato CSV

    -

    Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

    +

    Los datos de todos los productos, o algunos de los productos, se pueden descargar en formato CSV (legible con OpenOffice, Excel y muchos otros programas de hojas de cálculo) a través del formulario de búsqueda avanzada.

    Enlace
    @@ -64,13 +60,13 @@

    Exportar datos RDF

    API JSON en vivo

    -The API behaves 99% like Open Food Facts, so many of the SDKs, codes to interact with the Open Food Facts API should work by merely changing the endpoint from: openfoodfacts.org to openbeautyfacts.org. The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet. +La API se comporta en un 99 % como la de Open Food Facts, por lo que muchos de los SDK, códigos para interactuar con la API de Open Food Facts deberían funcionar simplemente cambiando la última parte de «openfoodfacts.org» a «openbeautyfacts.org». The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet. -

    También está disponible una API en formato JSON para leer los datos de un producto. This API is in particular used in the Open Beauty Facts mobile app for iPhone and Android.

    +

    También está disponible una API JSON para leer los datos de un producto. Esta API se utiliza particularmente en la aplicación de Open Beauty Facts para iPhone y Android.

    Cambiamos la API con el tiempo, pero tenemos cuidado de mantener la compatibilidad con versiones anteriores. Díganos si la usa, para que podamos informarle sobre posibles cambios.

    -

    URL para leer datos de un producto; https://world.openbeautyfacts.org/api/v2/product/[barcode].json

    +

    URL para leer los datos de un producto; https://world.openbeautyfacts.org/api/v2/product/[barcode].json

    @@ -89,25 +85,24 @@

    API JSON en vivo

    API V3 - nueva documentación OpenAPI - Trabajo en progreso -

    Te invitamos a utilizar la API para casos de producción, siempre que 1 llamada de API = 1 exploración real por parte de un usuario. -Cualquier intento de eliminar la base de datos usando la API será muy probablemente bloqueado, ya que todas las exportaciones diarias están disponibles en esta misma página.

    -

    Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, si surge cualquier problema.

    +

    Te invitamos a que utilices la API para casos de producción, siempre que 1 llamada de API = 1 escaneo real por parte de un usuario. +Es muy probable que se bloquee cualquier intento «scrapear» la base de datos utilizando la API, ya que las exportaciones diarias completas están disponibles en esta misma página.

    +

    Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, en caso de que surja algún problema.

    Si no estás seguro de nada, o tienes alguna pregunta (no hay ninguna pregunta tonta), siéntete libre de hacerla en Slack :-)

    Android and iPhone mobile app (help needed!)

    -

    The code for the Open Beauty Facts mobile app is available on GitHub (Android and iOS). We need help to adapt the new native iOS code to cosmetics -The app allows users to scan the barcode of products, to view the product information, and to take and send pictures and data for missing products.

    +

    El código de la aplicación móvil Open Beauty Facts está disponible en GitHub (para Android y para iOS). Necesitamos ayuda para adaptar el nuevo código nativo de iOS a los cosméticos La aplicación permite a los usuarios escanear el código de barras de los productos, ver la información del producto y hacer y enviar fotos y datos de los productos que faltan.

    The app for Android is developed in Kotlin.

    The new cross-platform app is developed in Flutter/Dart.

    Te invitamos a reutilizar el código (es código abierto) y ayudarnos a mejorarlo, para todos, en todo el planeta.

    Wrappers y SDKs

    -

    Probablemente tengamos un contenedor para su lenguaje de programación favorito. If we do, you can use it and improve it, and probably add Open Beauty Facts support to it. Si no, puedes ayudar a crearlo.

    -

    Le permitirán consumir datos, así como a sus usuarios contribuir con nuevos datos

    +

    Probablemente tengamos un «wrapper» para tu lenguaje de programación favorito. Si lo tenemos, puedes usarlo y mejorarlo, y, probablemente, añadirle el soporte de Open Beauty Facts. En caso contrario, siempre puedes ayudarnos a crearlo.

    +

    Te permitirán consumir datos, así como a tus usuarios contribuir con nuevos datos.

    Discusión de datos, API y exportaciones

    -

    You can join the Open Beauty Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

    -

    Puedes iniciar un hilo en nuestro repositorio de documentación API +

    Puedes unirtea la sala de chat de Open Beauty Facts Slack, que es la mejor forma de hacer preguntas y discutir sobre la API.

    +

    También puedes iniciar un hilo en nuestro repositorio de documentación API. diff --git a/lang/obf/es/texts/open-beauty-hunt.html b/lang/obf/es/texts/open-beauty-hunt.html index 70fc608c6407..94764a19ec92 100644 --- a/lang/obf/es/texts/open-beauty-hunt.html +++ b/lang/obf/es/texts/open-beauty-hunt.html @@ -12,47 +12,47 @@

    Open Beauty Hunt

    Open Beauty Hunt 2015
    Ilustración de François Lecomte
    -

    El sábado 21 de febrero de 2019 - Open Data Day - la base de datos de producto cosméticos gratuita y abierta Open Beauty Facts lanza Open Beauty Hunt, una operación para abrir datos de productos cosméticos de tantos países como sea posible.

    +

    El sábado 21 de febrero de 2019 ( Open Data Day) la base de datos de productos cosméticos gratuita y abierta Open Beauty Facts lanza Open Beauty Hunt, una operación para abrir datos de productos cosméticos de tantos países como sea posible.

    Mapas de países de Open Beauty Facts
    -

    500 contibuyentes han añadido 9000 productos en Open Beauty Facts. +

    500 colaboradores han añadido 9000 productos en Open Beauty Facts. La base de datos incluye productos de más de 100 países diferentes, pero la gran mayoría de ellos son de Francia (donde Open Beauty Facts se puso marcha en 2012) así como países como España, Reino Unido, Estados Unidos y Bélgica, donde tenemos los colaboradores más activos. -Open Beauty Hunt tiene como objetivo cambiar esto: vamos a añadir productos de los 150 países ausentes e intentar llegar a una masa crítica de productos de tantos países como sea posible. -De mayor importancia, Open Beauty Hunt pretende crear y desarrollar comunidades locales fuertes de contrivuyentes.

    +Open Beauty Hunt tiene como objetivo cambiar esto: vamos a añadir productos de los 150 países que faltan e intentar llegar a una masa crítica de productos de tantos países como sea posible. +Y más importante aún, Open Beauty Hunt pretende crear y desarrollar comunidades locales fuertes de personas colaboradoras.

    Día de los Datos Abiertos

    -Demostración de Open Beauty Facts
    -

    Beauty es una gran manera de "mostrar y contar" a las personas sobre datos abiertos

    +Cómo funciona Open Beauty Facts
    +

    La belleza es una gran manera de «mostrar y contar» a las personas sobre datos abiertos.

    «El Día de los Datos Abiertos es una reunión de ciudadanos en ciudades de todo el mundo para escribir aplicaciones, liberar datos, crear visualizaciones y publicar análisis utilizando datos públicos abiertos para mostrar apoyo y animar a la adopción de políticas de datos abiertos por parte de los gobiernos locales, regionales y nacionales de todo el mundo».

    Aunque la mayor parte de los datos abiertos los proporcionan gobiernos y organismos públicos, hay datos muy útiles que provienen de la colaboración abierta distribuida (recopilados por individuos anónimos), tal y como pasa con otros proyectos parecidos como OpenStreetMap. -Los datos de los productos de belleza en Open Beauty Facts le son también aplicados los criterios de colaboración abierta distribuida por los colaboradores que utilizan sus teléfonos inteligentes para escanear códigos de barras de productos y para tomar fotos de productos, listas de ingredientes y datos nutricionales.

    +Los datos de productos de belleza en Open Beauty Facts también los recopilan colaboradores que usan sus móviles para escanear códigos de barras de productos y tomar fotos de productos, listas de ingredientes e información nutricional.

    -

    Los cosméticos son algo en lo que todo ser humano está interesado y los datos abiertos de cosméticos pueden ser una muy buena introducción a los datos abiertos, ya que son útiles para todos (por ejemplo, para decodificar etiquetas, comparar productos, comer mejor, incluso competir!). Esperamos que Open Food Facts y Open Food Hunt sea presentado en muchas reuniones de Día de Datos Abiertos. Si estás organizando un evento por el Día de los Datos Abiertos en tu ciudad, tenemos algunas diapositivas disponibles en línea y estaríamos encantados en intercambiarlas con usted, ¡así que, por favor, contacte con nosotros!

    +

    Los cosméticos son algo en lo que todos los seres humanos están interesados, y los datos cosméticos abiertos pueden ser una muy buena introducción a los datos abiertos, ya que son útiles para todos, por ejemplo, para decodificar etiquetas, comparar productos, comer mejor y ¡jugar! Esperamos que Open Food Facts y Open Food Hunt sea presentado en muchas reuniones de Día de Datos Abiertos. Si estás organizando un evento por el Día de los Datos Abiertos en tu ciudad, tenemos algunas diapositivas disponibles en línea y estaríamos encantados en intercambiarlas con usted, ¡así que, por favor, contacte con nosotros!

    -

    Exploradores Open Beauty y Embajadores Open Beauty

    +

    Exploradores Open Beauty y embajadores Open Beauty

    -

    A partir del Open Data Day y durante una semana, los colaboradores de Open Food Facts se convertirán en Exploradores Open Food: su objetivo será añadir tantos productos de sus países a Open Food Facts como sea posible y hacer que se alcance el siguiente nivel: desde cero productos a un producto, de 1 a 10, de 10 a 100, de 100 a 1000, de 1000 a 10000... (¡y para las personas en Francia tenemos un objetivo especial de ir de ¡25000 a 100000!).

    +

    A partir del Día de los Datos Abiertos y durante una semana, los colaboradores de Open Beauty Facts se convertirán en exploradores Open Beauty: su objetivo será añadir tantos productos de sus países como sea posible y hacer que se alcance el siguiente nivel: desde cero productos a un producto, de 1 a 10, de 10 a 100, de 100 a 1000, de 1000 a 10 000… y para las personas que residen en Francia tenemos un objetivo especial ¡de 25 000 a 10 0000!

    -

    También se invitará a los colaboradores existentes y a los nuevos a convertirse en Embajadores Open Food, quienes reclutarán nuevos colaboradores, tanto en sus países como fuera de ellos. En particular, se alienta a los embajadores a presentar Open Beauty Facts a sus familiares y amigos que viven en países donde actualmente no tenemos o muy pocos productos alistados.

    +

    También se invitará a los colaboradores existentes y a los nuevos a convertirse en embajadores Open Beauty, quienes reclutarán nuevos colaboradores, tanto en sus países como fuera de ellos. En particular, se anima a los embajadores a presentar Open Beauty Facts a sus familiares y amigos que viven en países donde actualmente no tenemos o tenemos muy pocos productos.

    -

    Competición amistosa de Open Food Hunt

    +

    Competición amistosa de Open Beauty Hunt

    -

    Desde el sábado 21 de febrero hasta el domingo 1 de marzo, haremos un seguimiento de los principales Exploradores y los Embajadores de Open Beauty.

    +

    Desde el sábado 21 de febrero hasta el domingo 1 de marzo, haremos un seguimiento de los principales exploradores y embajadores de Open Beauty.

    -

    Los exploradores Open Beauty recibirán puntos de exploración por cada nuevo producto que agreguen:

    +

    Los exploradores Open Beauty recibirán puntos de exploración por cada nuevo producto que añadan:

      -
    • 100 puntos para el primer producto añadido a un país (es decir, no hay productos en Open Food Facts para dicho país)
    • +
    • 100 puntos para el primer producto añadido a un país (es decir, no hay productos en Open Beauty Facts de ese país)
    • 20 puntos por cada uno de los primeros 10 productos añadidos al país
    • 10 puntos por cada uno de los primer 100 productos
    • 5 puntos por cada uno de los primeros 1000 productos
    • @@ -68,31 +68,31 @@

      Competición amistosa de Open Food Hunt

      -

      Los embajadores Open Beauty también recibirán puntos de embajador correspondientes a los puntos de explorador de todos aquellos nuevos colaboradores que recluten.

      +

      Los embajadores Open Beauty también recibirán puntos de embajador correspondientes a los puntos de exploración de todos aquellos nuevos colaboradores que recluten.

      -

      Todos los exploradores y embajadores de Open Beauty recibirán un imán y pegatina de Open Beauty Facts y los mejores exploradores y embajadores recibirán algunas pequeñas recompensas (TBD).

      +

      Todos los exploradores y embajadores de Open Beauty recibirán un imán y pegatina de Open Beauty Facts y los mejores recibirán algunas pequeñas recompensas (por determinar).

      También realizaremos un seguimiento del total de puntos para cada país.

      -

      Clasificación de países, exploradores y embajadores

      +

      Clasificación de países, exploradores y embajadores

      -

      ¡Conviértete en un Explorador de Open Beauty!

      +

      ¡Conviértete en explorador de Open Beauty!

      -

      o en Twitter usando el hashtag #OpenFoodHunt. Puedes reclamar los nuevos colaboradores que reclutas enviándonos sus nombres de usuario en Open Food Facts a contact@openbeautyfacts.org.

      +

      La forma más fácil de empezar a añadir productos es instalar nuestras aplicaciones para Android, iPhone o Windows Phone. También puedes hacer fotos de productos con tu cámara y subirlas a través del sitio web de Open Beauty Facts.

      -

      Crea también una cuenta de usuario en el sitio web de Open Beauty Facts y luego úsalo para iniciar sesión en la aplicación para que podamos atribuirte todas tus contribuciones.

      +

      Crea también una cuenta en el sitio web de Open Beauty Facts y luego úsala para iniciar sesión en la aplicación para que podamos atribuirte todas tus contribuciones.

      -

      ¡Conviértete en Embajador de Open Beauty!

      +

      ¡Conviértete en embajador de Open Beauty!

      -

      ¡Cuéntale a tus amigos acerca de Open Beauty y pídeles que contribuyan con productos de sus países!

      +

      ¡Cuéntale a tus amigos acerca de Open Beauty Facts y pídeles que contribuyan con productos de sus países!

      -

      Puedes reclamar los nuevos colaboradores que reclutas enviándonos sus nombres de usuario en Open Food Facts a contact@openbeautyfacts.org. o en Twitter usando el hashtag #OpenFoodHunt.

      +

      Puedes reclamar los nuevos colaboradores que reclutes enviándonos sus nombres de usuario de Open Beauty Facts a contact@openbeautyfacts.orgo en Twitter usando el hashtag #OpenBeautyHunt.

      -

      Presentes Open Food Facts y Open Food Hunt durante el Open Data Day

      +

      Presenta Open Beauty Facts y Open Beauty Hunt durante el Día de los Datos Abiertos

      -

      Si estás organizando o participando en un evento local de Día de Datos Abiertos (ver el mapa mundial de eventos planificados ), te agradeceríamos mucho si pudieras presentar -el proyecto Open Food Facts y el evento Open Food Hunt.

      +

      Si estás organizando o participando en un evento local del Día de los Datos Abiertos (ver el mapa mundial de eventos planificados ), te agradeceríamos mucho si pudieras presentar +el proyecto Open Beauty Facts y el evento Open Beauty Hunt.

      Aquí hay algunas diapositivas listas para presentar que, por supuesto, puede adaptar como mejor le parezca:

      @@ -109,9 +109,9 @@

      Presentes Open Food Facts y Open Food Hunt durante el Open Data Day

      Clasificación

      -

      Clasificación de países, exploradores y embajadores

      +

      Clasificación de países, exploradores y embajadores

      -

      ¡Gracias y feliz búsqueda en Open Cosmetics!

      +

      ¡Gracias y feliz búsqueda abierta de cosméticos!

      -

      Manténnos actualizados sobre tu búsqueda con el hastag #openbeautyhunt

      +

      Mantennos actualizados sobre tu búsqueda con el hastag #openbeautyhunt.

      diff --git a/lang/obf/ja/texts/faq.html b/lang/obf/ja/texts/faq.html index ed9eec172f81..97990abc52d5 100644 --- a/lang/obf/ja/texts/faq.html +++ b/lang/obf/ja/texts/faq.html @@ -41,7 +41,7 @@

      メーカーのサイト、ショッ

      私は化粧品メーカー勤務の者です。 弊社の製品を掲載することはできますか?

      -

      はい はい はい はい 唯一の条件は、データと写真がオープンライセンスの下で利用可能になることを受け入れることです。 (see the Terms of contribution)

      +

      はい はい はい はい はい 唯一の条件は、データと写真がオープンライセンスの下で利用可能になることを受け入れることです。 (see the Terms of contribution)

      If you have a large number of products to add (more than 50), we can try to find a way to automatically add the products and their data. 私たちがどのように作業を進めるかについての議論は以下までご連絡ください。 :contact@openbeautyfacts.org

      diff --git a/lang/obf/nb/texts/faq.html b/lang/obf/nb/texts/faq.html index fc9bf1ff46f6..aa3057b4969c 100644 --- a/lang/obf/nb/texts/faq.html +++ b/lang/obf/nb/texts/faq.html @@ -8,8 +8,8 @@

      Ofte stilte spørsmål

      • How can I contact the Open Beauty Facts team, ask questions or make suggestions?
      • -
      • Is the information and data on products verified?
      • -
      • Can I add product pictures or data from the manufacturer's site, shopping sites or other sites?
      • +
      • Er informasjonen og dataene om produktet verifisert?
      • +
      • Kan jeg legge til produktbilder eller data fra produsentens nettside, shoppingsider eller andre sider?
      • I am a cosmetics product manufacturer, can I add my own products?
      • What is the difference with other web sites, services and mobile applications that already allow to view cosmetics products information?
      • What is Open Beauty Facts' economic model
      • @@ -23,7 +23,7 @@

        How can I contact the Open Beauty Facts team, ask ques -

        Is the information and data on products verified?

        +

        Er informasjonen og dataene om produktet verifisert?

        The information and data is submitted by the Open Beauty Facts contributors. The contributors also send pictures of the product, its labels, ingredients lists and health and beauty claims. When in doubt, visitors can thus check the accuracy by themselves, and if there is an error, they can correct it on the spot.

        @@ -32,7 +32,7 @@

        Is the information and data on products verified?

        -

        Can I add product pictures or data from the manufacturer's site, shopping sites or other sites?

        +

        Kan jeg legge til produktbilder eller data fra produsentens nettside, shoppingsider eller andre sider?

        Almost all other sites forbid reproduction and reuse of their data and images, and that's actually the reason why we are creating Open Beauty Facts: to make all this data available to all and for all uses.

        diff --git a/lang/obf/nb/texts/index.html b/lang/obf/nb/texts/index.html index f44cad5b4c59..4682acd45219 100644 --- a/lang/obf/nb/texts/index.html +++ b/lang/obf/nb/texts/index.html @@ -7,7 +7,7 @@

        Åpne skjønnhetsfakta

        Note: Open Beauty Facts is under construction.

        -

        It is based on Open Food Facts and made by the same team. We are in the process of making changes to take into account the specific aspects of cosmetics. Join us on our Slack in the +

        Den er basert på Open Food Facts og er laget av samme team. We are in the process of making changes to take into account the specific aspects of cosmetics. Join us on our Slack in the #openbeautyfacts channel to discuss and invent Open Beauty Facts!

        @@ -31,11 +31,11 @@

        Bidra

        You can start contributing by adding a product from your cosmetic cupboard, and we have lots of exciting projects you can contribute to in many different ways.

        -

        Learn more about how you can join us

        +

        Lær mer om hvordan du kan bli med oss

        -

        Last products added:

        +

        Siste produkter som er lagt til:

        produkter fra mobilappen som må fullføres

        diff --git a/lang/obf/pt_PT/texts/contribute.html b/lang/obf/pt_PT/texts/contribute.html index ce98255078b9..0c72f42fc908 100644 --- a/lang/obf/pt_PT/texts/contribute.html +++ b/lang/obf/pt_PT/texts/contribute.html @@ -3,8 +3,8 @@
        -

        Contribui para o Open Beauty Facts

        -

        Tudo o que precisas é de uma atitude de digitalização! :-)

        +

        Contribua para o Open Beauty Facts

        +

        Tudo que necessita é uma atitude de recolher informação! :-)

        Podemos tornar a indústria de cosméticos mais aberta e transparente? Sim podemos! @@ -79,14 +79,18 @@

        Design

      • Desenvolvimento

        -

        Temos muito trabalho de desenvolvimento para fazer: no backend Open Beauty Facts (Perl e MongoDB), API (JSON), site (HTML5, JS, Foundation), aplicações iOS / Android / Windows Phone / FirefoxOS (desenvolvidos atualmente em HTML e JS com Apache Cordova / Phonegap), para construir novas reutilizações fiches, etc. -Nosso código está em GitHub. +

        Temos muito trabalho de desenvolvimento a fazer: no backend do Open Beauty Facts (Perl e MongoDB), API (JSON), + website (HTML5, JS, Foundation), aplicações iOS e Android (atualmente Apache Cordova / Phonegap, com uma + versão Android quase pronta e com muito trabalho a fazer no iOS), para criar novas reutilizações interessantes, etc. + O nosso código está no GitHub (Android, + iOS, + Cordova.)

      • Criar comunidades

        -

        Precisamos construir comunidades locais em todos os países e, ao mesmo tempo, uni-las globalmente.

        +

        Temos de construir comunidades locais em todos os países e, ao mesmo tempo, uni-las a nível mundial.

        É muito difícil dar início a uma comunidade local num país sem estar neste, por isso a sua ajuda é essencial para encontrar os primeiros participantes motivados. É um deles?

      • @@ -94,7 +98,8 @@

        Criar comunidades

      • Comunicação

        Não temos certeza do que escrever aqui. Pode ajudar-nos?

        -

        Mais a sério, há muitas boas coisas que os utilizadores, colaboradores e reutilizadores fazem com o Open Beauty Facts e seria bom que mais pessoas soubessem disso. Em particular, precisamos de ajuda para relações públicas +

        Mais a sério, há muitas coisas interessantes que os utilizadores, colaboradores e reutilizadores fazem com o Open Beauty Facts, + seria ótimo conseguir que mais pessoas o conhecessem. Em particular, precisamos de ajuda para relações públicas e relações com os media.

      • diff --git a/lang/obf/pt_PT/texts/discover.html b/lang/obf/pt_PT/texts/discover.html index a3f3e29ab87c..a3c9e8b77f8f 100644 --- a/lang/obf/pt_PT/texts/discover.html +++ b/lang/obf/pt_PT/texts/discover.html @@ -7,7 +7,7 @@

        Open Beauty Facts

        -

        A base de dados livre de produtos cosméticos.

        +

        A base de dados de produtos cosméticos livre.

        @@ -26,14 +26,15 @@

        Faça parte da nossa base de dados colaborativa, gratuita
        A base de dados de produtos cosméticos

        A base de dados de produtos cosméticos

        -

        Open Beauty Facts é uma base de dados de produtos cosméticos com ingredientes, alergénios, vestígios de ingredientes e todos os pedacinhos de informação que se encontram nos rótulos dos produtos. +

        O Open Beauty Facts é uma base de dados de produtos cosméticos com ingredientes, alergénios, indícios e todas as + e todas as informações que podemos encontrar nos rótulos dos produtos.

        Feito por todos - Crowdsourcing

        Feito por todos

        -

        A Open Beauty Facts é uma associação sem fins lucrativos de voluntários.

        +

        O Open Beauty Facts é uma associação sem fins lucrativos de voluntários.

        Mais de 1800 colaboradores adicionaram mais de 13.000 produtos de 134 países usando a nossa aplicação , iPhone ou Windows Phone ou as suas câmaras para ler códigos de barras e enviar fotografias de produtos e os seus respetivos rótulos.

        @@ -59,7 +60,8 @@

        Conhecimento é poder. O conhecimento de cosméticos é po
      • Descodifique rótulos

        Descodifique rótulos

        -

        Aditivos cosméticos, F.I.L. Aditivos cosméticos, F.I.L. códigos, números CI, alergénios, códigos de embalagem... Open Beauty Facts ajuda a entender as letras miúdas dos rótulos dos produtos. +

        Aditivos para cosméticos, F.I.L. códigos, números CI, alergénios, códigos de embalagem... Open Beauty Facts ajuda a compreender as +as letras pequeninas nos rótulos dos produtos.

        -
        Kozmetik endüstrisini daha açık ve şeffaf bir hale getirebilir miyiz? Yes we scan! +
        Kozmetik endüstrisini daha açık ve şeffaf bir hale getirebilir miyiz? Evet tarayabiliriz! - In barely a week, already 30 Open Beauty Facts contributors and growing !
        + Neredeyse bir hafta içinde 30 Open Beauty Facts'e katkıda bulunanların sayıları artıyor!
      • - Yes we scan! + Evet tarayabiliriz!
        @@ -127,7 +127,7 @@

        Slack

      • Facebook grupları

        -

        We have Facebook groups in many languages for Open Beauty Facts contributors. Bunlara katılmak, proje hakkında haber almak ve duyuruları daha geniş bir kitleyle paylaşmak için iyi bir yol.

        +

        Open Beauty Facts'e katkıda bulunanlar için birçok dilde Facebook grubumuz var. Bunlara katılmak, proje hakkında haber almak ve duyuruları daha geniş bir kitleyle paylaşmak için iyi bir yol.

      • diff --git a/lang/obf/tr/texts/data.html b/lang/obf/tr/texts/data.html index a958cf175966..ab94d5612bc5 100644 --- a/lang/obf/tr/texts/data.html +++ b/lang/obf/tr/texts/data.html @@ -8,13 +8,13 @@

        Veri

        Verileri yeniden kullanmadan önce lütfen Kullanım ve yeniden kullanım şart ve koşullarını okuyun.

        -

        Open Beauty Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Beauty Facts community.

        +

        Open Beauty Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. Zorunlu değildir ancak Open Beauty Facts topluluğuyla paylaşabilmemiz için yeniden kullanımlarınız hakkında bize bilgi verirseniz çok memnun oluruz.

        Open Beauty Facts veri dışa aktarımaları

        Veritabanı dökümleri ve dışa aktarımları her gece yapılır.

        -

        Information on the different fields for the MongoDB dump and CSV exports is available at https://world.openbeautyfacts.org/data/data-fields.txt

        +

        MongoDB dökümü ve CSV dışa aktarımına ilişkin farklı alanlara ilişkin bilgilere https://world.openbeautyfacts.org/data/data-fields.txt adresinden ulaşılabilir

        MongoDB dökümü

        @@ -32,16 +32,15 @@

        MongoDB dökümü

        Delta Dışa Aktarım

        -

        Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. The list of currently available delta files can be found at +

        Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. Şu anda mevcut olan delta dosyalarının listesi şu adreste bulunabilir: https://static.openbeautyfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openbeautyfacts.org/data/delta/{filename}. + Her satır, https://static.openbeautyfacts.org/data/delta/{filename} adresinde bulunan bir dosyayı temsil eder. Dosya adı, JSON dosyasında bulunan ilk ve son değişikliğin UNIX zaman damgasını içerir, böylece delta dosyaları mongoimport ile alfabetik sıraya göre içe aktarılabilir (çıkarma işleminden sonra).

        Lütfen mongoexport'un yapısı gereği, delta dosyalarının silinen ürünler hakkında size bilgi veremeyeceğini unutmayın. Silinen ürünleri veritabanınızdan kaldırmak için bütün MongoDB dökümünü içe aktarmanız gerekmektedir.

        CSV Veri Dışa Aktarımı

        -

        Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

        +

        Tüm ürünlere veya bazı ürünlere ilişkin veriler, gelişmiş arama formu aracılığıyla CSV formatında (OpenOffice, Excel ve diğer birçok yazılımla okunabilir) indirilebilir.

        Link
        @@ -63,7 +62,7 @@

        RDF Veri Dışa Aktarımı

        Canlı JSON API'si

        -The API behaves 99% like Open Food Facts, so many of the SDKs, codes to interact with the Open Food Facts API should work by merely changing the endpoint from: openfoodfacts.org to openbeautyfacts.org. The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet. +API, %99 oranında Open Food Facts gibi davranır, dolayısıyla SDK'ların çoğu, Open Food Facts API ile etkileşime girecek kodlar yalnızca uç noktayı openfoodfacts.org'dan openbeautyfacts.org'a değiştirerek çalışmalıdır. Kod bir yılı aşkın süredir güncellenmediğinden Bilgi Panelleri gibi yeni API'lerin çoğu henüz mevcut değil.

        Bir ürünün verilerini okumak için bir JSON API de mevcuttur. Bu API, özellikle iPhone ve Android için Open Beauty Facts mobil uygulamasında kullanılır.

        @@ -93,12 +92,11 @@

        Canlı JSON API'si

        Herhangi bir şey hakkında emin değilseniz, ya da herhangi bir sorunuz varsa (saçma soru diye bir şey yoktur), Slack kanalımızda sormaktan çekinmeyin :-)

        Herhangi bir şey hakkında emin değilseniz, ya da herhangi bir sorunuz varsa (saçma soru diye bir şey yoktur), Slack kanalımızda sormaktan çekinmeyin :-)

        -

        Android and iPhone mobile app (help needed!)

        +

        Android ve iPhone mobil uygulaması (yardım gerekli!)

        -

        Open Food Facts mobil uygulamasının kodu GitHub'da mevcuttur (Android ve iOS). We need help to adapt the new native iOS code to cosmetics -The app allows users to scan the barcode of products, to view the product information, and to take and send pictures and data for missing products.

        +

        Open Food Facts mobil uygulamasının kodu GitHub'da mevcuttur (Android ve iOS). Yeni yerel iOS kodunu kozmetik ürünlere uyarlamak için yardıma ihtiyacımız var Uygulama, kullanıcıların ürünlerin barkodunu taramasına, ürün bilgilerini görüntülemesine ve eksik ürünler için fotoğraf ve veri çekip göndermesine olanak tanır.

        -

        The app for Android is developed in Kotlin.

        +

        Android için uygulama Kotlin'de geliştirilmiştir.

        Yeni platformlar arası uygulama Flutter/Dart'ta geliştirilmiştir.

        Kodu (açık kaynaktır) yeniden kullanmaya ve gezegen üzerindeki herkes için iyileştirmemize yardımcı olabilirsiniz. @@ -107,14 +105,14 @@

        Wrapper'lar ve SDK'lar

        Soru sormak ve API'yi tartışmak için tercih edilen yol olan Open Food Facts Slack sohbet odasına katılabilirsiniz.

        diff --git a/lang/obf/tr/texts/discover.html b/lang/obf/tr/texts/discover.html index 748dac9a95cb..3d5ea8313208 100644 --- a/lang/obf/tr/texts/discover.html +++ b/lang/obf/tr/texts/discover.html @@ -35,7 +35,7 @@

        Bir kozmetik ürünleri veritabanı

        Herkes tarafından yapıldı - Kitle kaynaklı çalışma

        Hep birlikte başarıldı

        Open Beauty Facts kar amacı gütmeyen bir gönüllüler birliğidir.

        -

        1800+ contributors like you have added 13,000+ products from 134 countries using our Android, iPhone or Windows Phone app or their camera to scan barcodes and upload pictures of products and their labels. +

        Sizin gibi 1800'den fazla katkıda bulunan kişi, barkodları taramak için Android, iPhone veya Windows Phone uygulamamızı veya kameralarını kullanarak 134 ülkeden 13.000'den fazla ürün ekledi ve ürünlerin resimlerini ve etiketlerini yükledi.

        @@ -71,7 +71,7 @@

        Etiketleri deşifre edin

      • Ürünleri bulun

        Ürünleri bulun

        -

        Our search form contains dozens of criteria against which you can match products. +

        Arama formumuz, ürünleri eşleştirebileceğiniz düzinelerce kriter içerir.

      • diff --git a/lang/obf/uk/texts/data.html b/lang/obf/uk/texts/data.html index 6c92abe16b09..c6b5cb081698 100644 --- a/lang/obf/uk/texts/data.html +++ b/lang/obf/uk/texts/data.html @@ -56,7 +56,7 @@

        Експорт даних CSV

        Експорт даних RDF

        -

        База даних також наявна у форматі RDF. announcement in French.

        +

        База даних також наявна у форматі RDF. анонс французькою мовою.

        Силка
        @@ -78,16 +78,16 @@

        Діючий API JSON

        Example: https://world.openbeautyfacts.org/api/v2/product/3600550578041.json

        Ми дуже охочі до використання API для виробничих кейсів, доки 1 API = 1 справжньому скануванню користувача. @@ -122,7 +122,7 @@

        Обкладинки та SDK

        Обговорення дати, API та експортів

        You can join the Open Beauty Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

        -

        You can open a thread on our API documentation repository +

        Ви можете відкрити потік у нашому репозиторії документації до API

        Link
        https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
        @@ -30,21 +36,16 @@

        MongoDB dump

        https://static.openfoodfacts.org/data/md5sum
        -

        Delta Export

        - -

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

        -

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

        +

        Daily delta exports

        +

        Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

        +

        Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

        +

        The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

        +

        Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

        JSONL data export

        -

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

        +

        The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

        Link
        @@ -52,11 +53,8 @@

        JSONL data export

        -

        CSV Data Export

        - -

        Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

        +

        Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

        Links
        @@ -66,11 +64,8 @@

        CSV Data Export

        The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

        - -

        RDF Data Export

        - -

        The database is also available in the RDF format. announcement in French.

        +

        The database is also available in the RDF format. You can read the announcement in French.

        Link
        @@ -78,56 +73,53 @@

        RDF Data Export

        Image Data Export

        +

        All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

        -

        Live JSON and XML API

        + +

        OpenAPI Documentation for the JSON API

        A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

        -

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        +

        We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

        URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

        -

        You can also get the result in XML by using .xml

        -

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +

        Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

        +

        OpenAPI help wanted

        +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

        You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

        Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

        If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

        -

        Android and iPhone mobile app

        - -

        The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        +

        Experimental XML API

        +

        You can also get the result in XML by using .xml

        +

        Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

        +This API is not actively maintained, and not officially documented. -

        The classic app for iOS is developed in Swift.

        -

        The classic app for Android is developed in Kotlin.

        -

        The new cross-platform app is a Dart/Flutter app.

        -

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        Wrappers and SDKs

        We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

        They will let you consume data, as well as let your users contribute new data

        -

        General principles

        +

        General principles to make your users happy

        • You can search for information about products, including many useful computed values.
        • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
        • @@ -137,7 +129,7 @@

          General principles

          If your users do not expect a result immediately (e.g. Inventory apps)

          • Submit photos (front/nutrition/ingredients): most painless thing for your users
          • -
          • The Open Food Facts AI Robotoff will generate some derived data from the photos
          • +
          • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
          • Over time, other apps, and the Open Food Facts community will fill the data gaps
          @@ -148,27 +140,40 @@

          If your users expect a result immediately (e.g. Nutrition apps)

        • Submit category + labels > soon get the Eco-Score (about environmental impact)
        +

        Android/iPhone/Flutter mobile app

        + +

        The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

        We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

        +

        The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

        + +

        You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

        + +

        SDKs

        + +

        Discussing data, API and exports

        -

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

        -

        You can open a thread on our API documentation repository - -

        Contacte

        - -

        For any question regarding the data, you can contact us at contact@openfoodfacts.org +

        You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

        +

        You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

        +

        You can open a thread on our API documentation repository +

        For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/oc/texts/index-pro.html b/lang/oc/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/oc/texts/index-pro.html +++ b/lang/oc/texts/index-pro.html @@ -32,7 +32,7 @@

        Validated data

        Improvements -

        Get suggestions to easily improve your Nutri-Score

        +

        Get suggestions to easily improve your Nutri-Score

        • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
        • diff --git a/lang/oc/texts/nova.html b/lang/oc/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/oc/texts/nova.html +++ b/lang/oc/texts/nova.html @@ -14,7 +14,7 @@

          A classification in 4 groups to highlight the degre

          Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

          diff --git a/lang/oc/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/oc/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/oc/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/oc/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
          +
          +

          Install the Open Food Facts mobile app

          NutriScore on the Open Food Facts mobile app

          Get the Nutri-Score with the Open Food Facts app!

          -
          - -
          - -

          Install the Open Food Facts mobile app

          -

          To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

          Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

          Install the Open Food Facts mobile app



          You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

          +
        diff --git a/lang/oc/texts/processing/mobile-app-promo-processing.html b/lang/oc/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/oc/texts/processing/mobile-app-promo-processing.html +++ b/lang/oc/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
        +
        +

        Install the Open Food Facts mobile app

        NutriScore on the Open Food Facts mobile app

        Get the NOVA group with the Open Food Facts app!

        -
        -

        Install the Open Food Facts mobile app

        To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

        Available on the App Store @@ -11,3 +10,5 @@

        Install the Open Food Facts mobile app

        Android APK

        You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

        + +
        diff --git a/lang/opf/es/texts/data.html b/lang/opf/es/texts/data.html index f7dab9533a41..91911a14035b 100644 --- a/lang/opf/es/texts/data.html +++ b/lang/opf/es/texts/data.html @@ -1,5 +1,5 @@ -

        Información

        +

        Datos

        The Open Products Facts database is available under the Open Database License.
        The individual contents of the database are available under the Database Contents License.
        @@ -14,11 +14,11 @@

        Información

        Open Products Facts data exports

        -

        Los volcados de bases de datos y las exportaciones se generan todas las noches.

        +

        Los volcados de la base de datos y las exportaciones se generan todas las noches.

        Information on the different fields for the MongoDB dump and CSV exports is available at https://world.openproductsfacts.org/data/data-fields.txt

        -

        Descarga de MongoDB

        +

        Volcado de MongoDB

        Los datos para todos los productos están disponibles en un volcado de base de datos MongoDB.

        @@ -33,11 +33,11 @@

        Descarga de MongoDB

        Exportar Delta

        -

        Las exportaciones deltas diarias son proporcionadas para los 14 días previos. The list of currently available delta files can be found at +

        Las exportaciones delta diarias están disponibles para los 14 días anteriores. The list of currently available delta files can be found at https://static.openproductsfacts.org/data/delta/index.txt. Each line represents a file that is available at https://static.openproductsfacts.org/data/delta/{filename}. El nombre del archivo contiene una marca de tiempo UNIX del primer y último cambio que contiene el archivo JSON, por lo que los archivos delta pueden ser importados (después de la extracción) con mongoimport en orden alfabético.

        -

        Tenga en cuenta que debido a la naturaleza de mongoexport , los archivos delta no pueden informarle sobre productos eliminados. Para borrar +

        Ten en cuenta que, debido a la naturaleza de mongoexport, los archivos delta no te pueden dar información sobre productos eliminados. Para borrar productos eliminados de su base de datos, deberá importar el volcado completo de MongoDB.

        Exportar datos en formato CSV

        @@ -67,7 +67,7 @@

        API JSON en vivo

        The API behaves 99% like Open Food Facts, so many of the SDKs, codes to interact with the Open Food Facts API should work by merely changing the endpoint from: openfoodfacts.org to openproductsfacts.org. The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet.

        -

        También está disponible una API en formato JSON para leer los datos de un producto. This API is in particular used in the Open Products Facts mobile app for iPhone and Android.

        +

        También está disponible una API JSON para leer los datos de un producto. This API is in particular used in the Open Products Facts mobile app for iPhone and Android.

        Cambiamos la API con el tiempo, pero tenemos cuidado de mantener la compatibilidad con versiones anteriores. Díganos si la usa, para que podamos informarle sobre posibles cambios.

        @@ -88,9 +88,9 @@

        API JSON en vivo

        API V3 - nueva documentación OpenAPI - Trabajo en progreso
      -

      Te invitamos a utilizar la API para casos de producción, siempre que 1 llamada de API = 1 exploración real por parte de un usuario. -Cualquier intento de eliminar la base de datos usando la API será muy probablemente bloqueado, ya que todas las exportaciones diarias están disponibles en esta misma página.

      -

      Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, si surge cualquier problema.

      +

      Te invitamos a que utilices la API para casos de producción, siempre que 1 llamada de API = 1 escaneo real por parte de un usuario. +Es muy probable que se bloquee cualquier intento «scrapear» la base de datos utilizando la API, ya que las exportaciones diarias completas están disponibles en esta misma página.

      +

      Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, en caso de que surja algún problema.

      Si no estás seguro de nada, o tienes alguna pregunta (no hay ninguna pregunta tonta), siéntete libre de hacerla en Slack :-)

      Android and iPhone mobile app (help needed!)

      @@ -103,8 +103,8 @@

      Android and iPhone mobile app (help needed!)

      Te invitamos a reutilizar el código (es código abierto) y ayudarnos a mejorarlo, para todos, en todo el planeta.

      Wrappers y SDKs

      -

      Probablemente tengamos un contenedor para su lenguaje de programación favorito. If we do, you can use it and improve it, and probably add Open Products Facts support to it. Si no, puedes ayudar a crearlo.

      -

      Le permitirán consumir datos, así como a sus usuarios contribuir con nuevos datos

      +

      Probablemente tengamos un «wrapper» para tu lenguaje de programación favorito. If we do, you can use it and improve it, and probably add Open Products Facts support to it. En caso contrario, siempre puedes ayudarnos a crearlo.

      +

      Te permitirán consumir datos, así como a tus usuarios contribuir con nuevos datos.

      • Cordova: GitHub (old Open Products Facts official app)
      • DART: GitHub (Open Food Facts only at the moment)
      • @@ -120,7 +120,7 @@

        Wrappers y SDKs

        Discusión de datos, API y exportaciones

        You can join the Open Products Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

        -

        Puedes iniciar un hilo en nuestro repositorio de documentación API +

        También puedes iniciar un hilo en nuestro repositorio de documentación API.

        -Open Food Facts mobile app +Aplicación móvil Open Food Facts
        diff --git a/lang/opf/nb/texts/index.html b/lang/opf/nb/texts/index.html index 1395387cc31b..0a88e697b034 100644 --- a/lang/opf/nb/texts/index.html +++ b/lang/opf/nb/texts/index.html @@ -4,8 +4,8 @@

        Open Products Facts

        -

        Note: Open Products Facts is under construction.

        -

        It is based on Open Food Facts and made by the same team. We are in the process of making changes to take into account the specific aspects of pet food. Join us on our Slack in the #openproductsfacts channel to discuss and develop further Open Products Facts!

        +

        Merk: Open Products Facts er under utbygging.

        +

        Den er basert på Open Food Facts og er laget av samme team. Vi er i ferd med å gjøre endringer for å ta hensyn til de spesifikke aspektene ved kjæledyrfôr. Bli med oss på vår Slack i #openproductsfacts-kanalen for å diskutere og utvikle Open Products Facts videre!

        @@ -13,10 +13,10 @@

        Note: Open Products Facts is under construction.

        Oppdag

        -

        Open Products Facts is a general products (food, cosmetics and pet food exempted) database made by everyone, for everyone.

        -

        You can use it to make better choices about products, and as it is open data, anyone can re-use it for any purpose.

        +

        Open Products Facts er en generell produktdatabase (unntatt mat, kosmetikk og kjæledyrfôr), laget av alle, for alle.

        +

        Du kan bruke den til å gjøre bedre produktvalg, og siden det er åpne data, kan hvem som helst bruke den for ethvert formål.

        -

        Learn more about Open Products Facts

        +

        Lær mer om Open Products Facts

        @@ -24,12 +24,12 @@

        Oppdag

        Bidra

        -

        Open Products Facts is a non-profit project developed by thousands of volunteers from around the world. -You can start contributing by adding a non-food, non petfood, non cosmetic product, and we have lots of exciting projects you can contribute to in many different ways.

        -

        Learn more about how you can join us

        +

        Open Products Facts er et ikke-profittbasert prosjekt utviklet av tusenvis av frivillige fra hele verden. +Du kan begynne å bidra ved å legge til et produkt som ikke er mat, kjæledyrfôr eller kosmetikk, og vi har mange spennende prosjekter som du kan bidra til på mange forskjellige måter.

        +

        Lær mer om hvordan du kan bli med oss

        -

        Last products added:

        +

        Siste produkter som er lagt til:

        produkter fra mobilappen som må fullføres

        diff --git a/lang/opf/pt_PT/texts/data.html b/lang/opf/pt_PT/texts/data.html index ab06711a78fb..39ccc135afc8 100644 --- a/lang/opf/pt_PT/texts/data.html +++ b/lang/opf/pt_PT/texts/data.html @@ -31,9 +31,9 @@

        Dump MongoDB

        Exportação delta

        -

        Estão disponíveis as exportações diárias de delta dos últimos 14 dias. Estão disponíveis as exportações diárias de delta dos últimos 14 dias. - A lista de ficheiros delta atualmente disponíveis pode ser encontrada em +

        Estão disponíveis as exportações diárias de delta dos últimos 14 dias. A lista de ficheiros delta atualmente disponíveis pode ser encontrada em https://static.openproductsfacts.org/data/delta/index.txt. + Cada linha representa um ficheiro que está disponível em https://static.openproductsfacts.org/data/delta/{filename}. O nome do ficheiro contém o timestamp do UNIX da primeira e última alteração contida no ficheiro JSON, para que os ficheiros delta possam ser importados (após a extração) com mongoimport por ordem alfabética.

        Por favor, note que, devido à natureza do mongoexport, os ficheiros delta não podem informá-lo sobre os produtos eliminados. Para remover produtos eliminados da sua base de dados, terá de importar o dump completo do MongoDB.

        @@ -99,8 +99,8 @@

        Aplicação móvel Android e iPhone (ajuda necessária!)

        Está convidado a reutilizar o código (é open source) e nos ajudar a melhorá-lo, para todos, no planeta inteiro.

        Wrappers e SDKs

        -

        Provavelmente temos um wrapper para sua linguagem de programação favorita. Se o fizermos, você pode usá-lo e melhorá-lo e, provavelmente, adicionar suporte ao Open Products Facts. Se não o fizermos, pode ajudar a criá-lo.

        -

        Permitem que consuma dados e que os utilizadores contribuam com novos dados

        +

        Provavelmente temos um wrapper para sua linguagem de programação favorita. Se o fizermos, você pode usá-lo e melhorá-lo e, provavelmente, adicionar suporte ao Open Products Facts. Se não o tivermos, pode ajudar a criá-lo.

        +

        Estes permitem que consuma dados e que os utilizadores contribuam com novos dados

        • Cordova: GitHub (antiga aplicação oficial Open Products Facts)
        • DART: GitHub (apenas para Open Food Facts neste momento)
        • diff --git a/lang/opf/pt_PT/texts/index.html b/lang/opf/pt_PT/texts/index.html index bc90df28635c..2efa19a40c57 100644 --- a/lang/opf/pt_PT/texts/index.html +++ b/lang/opf/pt_PT/texts/index.html @@ -16,7 +16,7 @@

          Descobrir

          O Open Products Facts é uma base de dados de produtos gerais (excepto alimentos, cosméticos e alimentos para animais) feito por todos, para todos.

          Pode usá-lo para fazer escolhas melhores sobre produtos, e como são dados públicos, qualquer um pode reutilizá-lo para qualquer finalidade.

          -

          Saiba mais sobre Open Products Facts

          +

          Saiba mais sobre o Open Products Facts

          @@ -32,4 +32,4 @@

          Contribuir

          Últimos produtos adicionados:

          -

          produtos da aplicação para dispositivos móveis que precisam ser concluídos

          +

          produtos da aplicação móvel que precisam ser concluídos

          diff --git a/lang/opf/tr/texts/data.html b/lang/opf/tr/texts/data.html index 28584287369e..58e01f4d3927 100644 --- a/lang/opf/tr/texts/data.html +++ b/lang/opf/tr/texts/data.html @@ -1,22 +1,21 @@

          Veri

          -

          The Open Products Facts database is available under the Open Database License.
          -The individual contents of the database are available under the Database Contents License.
          -Products images are available under the Creative Commons Attribution ShareAlike licence. +

          Open Products Facts veritabanı, Açık Veritabanı Lisansı kapsamında mevcuttur.
          +Veritabanının ayrı ayrı içerikleri Veritabanı İçerik Lisansı kapsamında mevcuttur.
          +Ürün görselleri Creative Commons Attribution ShareAlike lisansı kapsamında mevcuttur. Bazı durumlarda çoğaltılabilen (alıntı hakkı veya adil kullanım), telif haklarına veya diğer haklara tabi grafiksel ögeler içerebilirler.

          Verileri yeniden kullanmadan önce lütfen Kullanım ve yeniden kullanım koşullarını okuyun.

          -

          Open Products Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them -with the Open Products Facts community.

          +

          Open Products Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. Zorunlu değildir ancak Open Products Facts topluluğuyla paylaşabilmemiz için yeniden kullanımlarınız hakkında bize bilgi verirseniz çok memnun oluruz.

          -

          Open Products Facts data exports

          +

          Open Beauty Facts veri dışa aktarımları

          Veritabanı dökümleri ve dışa aktarımları her gece yapılır.

          -

          Information on the different fields for the MongoDB dump and CSV exports is available at https://world.openproductsfacts.org/data/data-fields.txt

          +

          MongoDB dökümü ve CSV dışa aktarımına ilişkin farklı alanlara ilişkin bilgilere https://world.openproductsfacts.org/data/data-fields.txt adresinden ulaşılabilir

          MongoDB dökümü

          @@ -33,16 +32,15 @@

          MongoDB dökümü

          Delta Dışa Aktarım

          -

          Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. The list of currently available delta files can be found at +

          Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. Şu anda mevcut olan delta dosyalarının listesi şu adreste bulunabilir: https://static.openproductsfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openproductsfacts.org/data/delta/{filename}. + Her satır, https://static.openproductsfacts.org/data/delta/{filename}., adresinde bulunan bir dosyayı temsil eder. Dosya adı, JSON dosyasında bulunan ilk ve son değişikliğin UNIX zaman damgasını içerir, böylece delta dosyaları mongoimport ile alfabetik sıraya göre içe aktarılabilir (çıkarma işleminden sonra).

          Lütfen mongoexport'un yapısı gereği, delta dosyalarının silinen ürünler hakkında size bilgi veremeyeceğini unutmayın. Silinen ürünleri veritabanınızdan kaldırmak için bütün MongoDB dökümünü içe aktarmanız gerekmektedir.

          CSV Veri Dışa Aktarımı

          -

          Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

          +

          Tüm ürünlere veya bazı ürünlere ait verile rgelişmiş arama formunu kullanarak CSV formatında indirilebilir (OpenOffice, Excel ve diğer birçok yazılımla okunabilir).

          Link
          @@ -64,15 +62,15 @@

          RDF Veri Dışa Aktarımı

          Canlı JSON API'si

          -

          The API behaves 99% like Open Food Facts, so many of the SDKs, codes to interact with the Open Food Facts API should work by merely changing the endpoint from: openfoodfacts.org to openproductsfacts.org. The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet.

          +

          API, %99 oranında Open Food Facts gibi davranır; dolayısıyla, Open Food Facts API ile etkileşime girecek SDK'ların ve kodların çoğu, yalnızca uç noktayı openfoodfacts.org'dan openproductsfacts.org'a değiştirerek çalışmalıdır. Kod bir yılı aşkın süredir güncellenmediğinden Bilgi Panelleri gibi yeni API'lerin çoğu henüz mevcut değil.

          -

          Bir ürünün verilerini okumak için bir JSON API de mevcuttur. This API is in particular used in the Open Products Facts mobile app for iPhone and Android.

          +

          Bir ürünün verilerini okumak için bir JSON API de mevcuttur. Bu API özellikle iPhone ve Android için Open Products Facts mobil uygulamasında kullanılır.

          API'yi zaman içinde değiştiriyoruz, ancak geriye dönük uyumluluğu korumak konusunda dikkatliyiz. Lütfen bunu kullanırsanız bize bildirin, böylece olası değişikliklerde sizi haberdar edebiliriz.

          -

          URL to read data for a product: https://world.openproductsfacts.org/api/v2/product/[barcode].json

          +

          Bir ürüne ilişkin verileri okumak için kullanılan URL: https://world.openproductsfacts.org/api/v2/product/[barcode].json

          -

          Example: https://world.openproductsfacts.org/api/v2/product/8710847992063.json

          +

          Örnek: https://world.openproductsfacts.org/api/v2/product/8710847992063.json

          -

          Te invitamos a utilizar la API para casos de producción, siempre que 1 llamada de API = 1 exploración real por parte de un usuario. -Cualquier intento de eliminar la base de datos usando la API será muy probablemente bloqueado, ya que todas las exportaciones diarias están disponibles en esta misma página.

          -

          Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, si surge cualquier problema.

          +

          Te invitamos a que utilices la API para casos de producción, siempre que 1 llamada de API = 1 escaneo real por parte de un usuario. +Es muy probable que se bloquee cualquier intento «scrapear» la base de datos utilizando la API, ya que las exportaciones diarias completas están disponibles en esta misma página.

          +

          Además, enviar un encabezado HTTP con tu llamada API es una buena manera de ponernos en contacto, en caso de que surja algún problema.

          Si no estás seguro de nada, o tienes alguna pregunta (no hay ninguna pregunta tonta), siéntete libre de hacerla en Slack :-)

          Android and iPhone mobile app (help needed!)

          @@ -104,8 +104,8 @@

          Android and iPhone mobile app (help needed!)

          Te invitamos a reutilizar el código (es código abierto) y ayudarnos a mejorarlo, para todos, en todo el planeta.

          Wrappers y SDKs

          -

          Probablemente tengamos un contenedor para su lenguaje de programación favorito. If we do, you can use it and improve it, and probably add Open Pet Food Facts support to it. Si no, puedes ayudar a crearlo.

          -

          Le permitirán consumir datos, así como a sus usuarios contribuir con nuevos datos

          +

          Probablemente tengamos un «wrapper» para tu lenguaje de programación favorito. If we do, you can use it and improve it, and probably add Open Pet Food Facts support to it. En caso contrario, siempre puedes ayudarnos a crearlo.

          +

          Te permitirán consumir datos, así como a tus usuarios contribuir con nuevos datos.

          • Cordova: GitHub (old Open Pet Food Facts official app)
          • DART: GitHub (Open Food Facts only at the moment)
          • @@ -124,7 +124,7 @@

            Wrappers y SDKs

            Discusión de datos, API y exportaciones

            You can join the Open Pet Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            Puedes iniciar un hilo en nuestro repositorio de documentación API +

            También puedes iniciar un hilo en nuestro repositorio de documentación API.

            -Open Food Facts mobile app +Aplicación móvil Open Food Facts
            diff --git a/lang/opff/nb/texts/index.html b/lang/opff/nb/texts/index.html index c0ed871f1450..85e8453f95a1 100644 --- a/lang/opff/nb/texts/index.html +++ b/lang/opff/nb/texts/index.html @@ -7,7 +7,7 @@

            Open Pet Food Facts

            Note: Open Pet Food Facts is under construction.

            -

            It is based on Open Food Facts and made by the same team. We are in the process of making changes to take into account the specific aspects of pet food. Join us on our Slack in the +

            Den er basert på Open Food Facts og er laget av samme team. Vi er i ferd med å gjøre endringer for å ta hensyn til de spesifikke aspektene ved kjæledyrfôr. Join us on our Slack in the #openpetfoodfacts channel to discuss and develop Open Pet Food Facts!

            @@ -21,10 +21,10 @@

            Oppdag

            Bidra

            Open Pet Food Facts is a non-profit project developed by thousands of volunteers from around the world. You can start contributing by adding a petfood product, and we have lots of exciting projects you can contribute to in many different ways.

            -

            Learn more about how you can join us

            +

            Lær mer om hvordan du kan bli med oss

            -

            Last products added:

            +

            Siste produkter som er lagt til:

            produkter fra mobilappen som må fullføres

            diff --git a/lang/opff/pt_PT/texts/index.html b/lang/opff/pt_PT/texts/index.html index 4cc66a893983..1d28b88159ee 100644 --- a/lang/opff/pt_PT/texts/index.html +++ b/lang/opff/pt_PT/texts/index.html @@ -15,7 +15,7 @@

            Nota: o Open Pet Food Facts está em construção.

            Descobrir

            O Open Pet Food Facts é uma base de dados de produtos alimentares para animais de estimação feita por todos, para todos.

            Pode usá-lo para fazer escolhas melhores sobre produtos alimentares para animais de estimação, e como são dados públicos, qualquer um pode reutilizá-lo para qualquer finalidade.

            -

            Saiba mais sobre Open Pet Food Facts

            +

            Saiba mais sobre o Open Pet Food Facts

            Contribuir

            diff --git a/lang/opff/pt_PT/texts/open-pet-food-facts-mobile-app.html b/lang/opff/pt_PT/texts/open-pet-food-facts-mobile-app.html index d6c20e0bb951..b6afec6b2777 100644 --- a/lang/opff/pt_PT/texts/open-pet-food-facts-mobile-app.html +++ b/lang/opff/pt_PT/texts/open-pet-food-facts-mobile-app.html @@ -1,6 +1,6 @@

            Instale a aplicação Open Pet Food Facts

            -

            Para digitalizar alimentos para animais de estimação, saber se é um alimento ultraprocessado e decifrar os aditivos alimentares para animais de estimação, instale a aplicação gratuita Open Pet Food Facts!

            +

            Para digitalizar alimentos para animais de estimação, saber se é um alimento ultra-processado e decifrar os aditivos alimentares para animais de estimação, instale a aplicação gratuita Open Pet Food Facts!

            Disponível na App Store diff --git a/lang/opff/tr/texts/data.html b/lang/opff/tr/texts/data.html index ceead87ff6af..6aedfdc524a3 100644 --- a/lang/opff/tr/texts/data.html +++ b/lang/opff/tr/texts/data.html @@ -1,21 +1,21 @@

            Veri

            -

            The Open Pet Food Facts database is available under the Open Database License.
            -The individual contents of the database are available under the Database Contents License.
            -Products images are available under the Creative Commons Attribution ShareAlike licence. +

            Open Pet Food Facts veritabanı, Açık Veritabanı Lisansı kapsamında mevcuttur.
            +Veritabanının ayrı ayrı içerikleri Veritabanı İçerik Lisansı kapsamında mevcuttur.
            +Ürün görselleri Creative Commons Attribution ShareAlike lisansı kapsamında mevcuttur. Bazı durumlarda çoğaltılabilen (alıntı hakkı veya adil kullanım), telif haklarına veya diğer haklara tabi grafiksel ögeler içerebilirler.

            -

            Please read Terms and conditions of use and re-use before re-using the data.

            +

            Verileri yeniden kullanmadan önce lütfen Kullanım ve yeniden kullanım şart ve koşullarını okuyun.

            -

            Open Pet Food Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Pet Food Facts community.

            +

            Open Pet Food Facts verilerinin ne için kullanıldığını öğrenmekle çok ilgileniyoruz. Zorunlu değildir ancak Open Pet Food Facts topluluğuyla paylaşabilmemiz için yeniden kullanımlarınız hakkında bize bilgi verirseniz çok memnun oluruz.

            -

            Open Pet Food Facts data exports

            +

            Open Pet Food Facts verilerini dışa aktarma

            Veritabanı dökümleri ve dışa aktarımları her gece yapılır.

            -

            Information on the different fields for the MongoDB dump and CSV exports is available at https://world.openpetfoodfacts.org/data/data-fields.txt

            +

            MongoDB dökümü ve CSV dışa aktarımına ilişkin farklı alanlara ilişkin bilgilere https://world.openpetfoodfacts.org/data/data-fields.txt adresinden ulaşılabilir

            MongoDB dökümü

            @@ -33,16 +33,15 @@

            MongoDB dökümü

            Delta Dışa Aktarım

            -

            Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. The list of currently available delta files can be found at +

            Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. Şu anda mevcut olan delta dosyalarının listesi şu adreste bulunabilir: https://static.openpetfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openpetfoodfacts.org/data/delta/{filename}. + Her satır, https://static.openpetfoodfacts.org/data/delta/{filename} adresinde bulunan bir dosyayı temsil eder. Dosya adı, JSON dosyasında bulunan ilk ve son değişikliğin UNIX zaman damgasını içerir, böylece delta dosyaları mongoimport ile alfabetik sıraya göre içe aktarılabilir (çıkarma işleminden sonra).

            Lütfen mongoexport'un yapısı gereği, delta dosyalarının silinen ürünler hakkında size bilgi veremeyeceğini unutmayın. Silinen ürünleri veritabanınızdan kaldırmak için bütün MongoDB dökümünü içe aktarmanız gerekmektedir.

            CSV Veri Dışa Aktarımı

            -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Tüm ürünlere veya bazı ürünlere ilişkin veriler, gelişmiş arama formu aracılığıyla CSV formatında (OpenOffice, Excel ve diğer birçok yazılımla okunabilir) indirilebilir.

            Link
            @@ -62,15 +61,15 @@

            RDF Veri Dışa Aktarımı

            Canlı JSON API'si

            -

            The API behaves 99% like Open Food Facts, so many of the SDKs, codes to interact with the Open Food Facts API should work by merely changing the endpoint from: openfoodfacts.org to openpetfoodfacts.org. The code hasn't been updated in over a year, so many of the newer APIs like Knowledge Panels are not available yet.

            +

            API %99 oranında Open Food Facts'e benzer şekilde davranır, dolayısıyla SDK'ların çoğu, Open Food Facts API ile etkileşime girecek kodlar yalnızca uç noktayı openfoodfacts.org'dan openpetfoodfacts.org'a değiştirerek çalışmalıdır. Kod bir yılı aşkın süredir güncellenmediğinden Bilgi Panelleri gibi yeni API'lerin çoğu henüz mevcut değil.

            -

            Bir ürünün verilerini okumak için bir JSON API de mevcuttur. This API is in particular used in the Open Pet Food Facts mobile app for iPhone and Android.

            +

            Bir ürünün verilerini okumak için bir JSON API de mevcuttur. Bu API özellikle iPhone ve Android için Open Pet Food Facts mobil uygulamasında kullanılır.

            API'yi zaman içinde değiştiriyoruz, ancak geriye dönük uyumluluğu korumak konusunda dikkatliyiz. Lütfen bunu kullanırsanız bize bildirin, böylece olası değişikliklerde sizi haberdar edebiliriz.

            -

            URL to read data for a product: https://world.openpetfoodfacts.org/api/v0/product/[barcode].json

            +

            Bir ürüne ilişkin verileri okumak için URL: https://world.openpetfoodfacts.org/api/v0/product/[barcode].json

            -

            Example: https://world.openpetfoodfacts.org/api/v0/product/3600550578041.json

            +

            Örnek: https://world.openpetfoodfacts.org/api/v0/product/3600550578041.json

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/or/texts/nova.html b/lang/or/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/or/texts/nova.html +++ b/lang/or/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/or/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/or/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/or/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/or/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/or/texts/processing/mobile-app-promo-processing.html b/lang/or/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/or/texts/processing/mobile-app-promo-processing.html +++ b/lang/or/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/pa/texts/data.html b/lang/pa/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/pa/texts/data.html +++ b/lang/pa/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/pa/texts/index-pro.html b/lang/pa/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/pa/texts/index-pro.html +++ b/lang/pa/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/pa/texts/nova.html b/lang/pa/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/pa/texts/nova.html +++ b/lang/pa/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/pa/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/pa/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/pa/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/pa/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/pa/texts/processing/mobile-app-promo-processing.html b/lang/pa/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/pa/texts/processing/mobile-app-promo-processing.html +++ b/lang/pa/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/pl/texts/contact.html b/lang/pl/texts/contact.html index 71f827eb353f..9a68d5cddc9b 100644 --- a/lang/pl/texts/contact.html +++ b/lang/pl/texts/contact.html @@ -5,8 +5,8 @@

            Skontaktuj się z zespołem Open Food Facts

            We already have answered many common questions in our FAQ

            FAQ (Frequently Asked Questions) -

            Jeśli jesteś producentem, napisz do nas na producers@oepnfooddacts.org.

            Jeśli jesteś dziennikarzem, napisz do nas na presse@openfoodfacts.org/.

            +

            Jeśli jesteś producentem, napisz do nas na producers@oepnfooddacts.org.

            Uwaga: Open Food Facts jest otwartą bazą danych produktów spożywczych<0>, nie zajmujemy się sprzedażą produktów, ani nie posiadany linków do producentów. By zapytać lub złożyć skargę na produkt, musisz napisać bezpośrednio do wytwórcy (adres na etykiecie).

            @@ -25,4 +25,8 @@

            Skontaktuj się z zespołem Open Food Facts

            Jesteśmy też na X (dawniej Twitter): @OpenFoodFacts

            +

            I porozmawiać z członkami i współtwórcami Open Food Facts na Slacku.

            + +

            Jesteśmy też na X (dawniej Twitter): @OpenFoodFacts

            +

            I porozmawiać z członkami i współtwórcami Open Food Facts na Slacku.

            diff --git a/lang/pl/texts/data.html b/lang/pl/texts/data.html index d8660de50a90..4a229b845d02 100644 --- a/lang/pl/texts/data.html +++ b/lang/pl/texts/data.html @@ -1,6 +1,6 @@ -

            Dane

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Dane

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Eksport danych Open Food Facts

            @@ -20,7 +21,12 @@

            Eksport danych Open Food Facts

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            Możesz wykorzystać nasz kod (licencja Open source), pomóż nam go ulepszyć, dla wszystkich, na każdej planecie.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            Zasady ogólne

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • Jeśli nie możesz uzyskać informacji o konkretnym produkcie, możesz poprosić użytkownika o przesłanie zdjęć i danych, które zostaną następnie przetworzone przez AI Open Food Facts i współpracowników, aby uzyskać obliczony wynik, który chcesz im pokazać.
            • @@ -137,7 +129,7 @@

              Zasady ogólne

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            Możesz wykorzystać nasz kod (licencja Open source), pomóż nam go ulepszyć, dla wszystkich, na każdej planecie.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Kontakt

            - -

            W przypadku jakichkolwiek pytań dotyczących danych możesz skontaktować się z nami pod adresem contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/pl/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/pl/texts/eco-score-the-environmental-impact-of-food-products.html index a91947ee9983..b60dc1450a72 100644 --- a/lang/pl/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/pl/texts/eco-score-the-environmental-impact-of-food-products.html @@ -282,5 +282,5 @@

            Odniesienia

          • Otwórz aplikację Food Facts na iPhone'a w App Store
          • Otwórz aplikację Food Facts na Androida w Sklepie Play
          • Dystrybucja wyników Eco-Score dla produktów na stronie Open Food Facts
          • -
          • Szczegółowa dokumentacja metodyki i formuły obliczania Eko-Score. (po francusku) (po francusku) (po francusku)
          • +
          • Szczegółowa dokumentacja metodyki i formuły obliczania Eko-Score. (po francusku) (po francusku) (po francusku) (po francusku)
          • Baza środowiskowa Agribalyse ADEME i INRAE (w języku francuskim)
          • diff --git a/lang/pl/texts/index-pro.html b/lang/pl/texts/index-pro.html index 1cd58b661e15..ac17a62ec1d6 100644 --- a/lang/pl/texts/index-pro.html +++ b/lang/pl/texts/index-pro.html @@ -32,7 +32,7 @@

            Zweryfikowane dane

            Udoskonalenia -

            Uzyskaj sugestie, aby łatwo poprawić swój wynik Nutri-Score

            +

            Uzyskaj sugestie, aby łatwo poprawić swój wynik Nutri-Score

            • Znacząco popraw Nutri-Score poprzez redukcję: cukru, soli lub nasyconych kwasów tłuszczowych.
            • diff --git a/lang/pl/texts/nova.html b/lang/pl/texts/nova.html index 3878e6c3d125..30e80d98e9b7 100644 --- a/lang/pl/texts/nova.html +++ b/lang/pl/texts/nova.html @@ -14,7 +14,7 @@

              Podział na 4 grupy w celu podkreślenia stopnia pr

              Niektóre kraje stosują klasyfikację NOVA w swoich zaleceniach żywieniowych, na przykład:

              diff --git a/lang/pl/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/pl/texts/nutriscore/mobile-app-promo-nutriscore.html index 273858b74ae2..d75dacd506ea 100644 --- a/lang/pl/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/pl/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
              +
              +

              Zainstaluj aplikację mobilną Open Food Facts

              NutriScore w aplikacji mobilnej Open Food Facts

              Uzyskaj wynik Nutri-Score dzięki aplikacji Open Food Facts!

              -
              - -
              - -

              Zainstaluj aplikację mobilną Open Food Facts

              - -

              Aby skanując produkty spożywcze, poznać ich wynik Nutri-Score dla wartości odżywczej, oraz NOVA dla stopnia jej przetworzenia, uzyskać ostrzeżenia o alergenach, rozpoznać sztuczne dodatki zawarte w żywności, zainstaluj aplikację Open Food Facts!

              +

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Dostępne w App Store Dostępne w Google Play -Dostępne dla systemu Windows 11 i nowszych +Available for Windows 11 and up Android APK

              -

              Będziesz także mógł łatwo dodawać nowe produkty do bazy danych Open Food Facts oraz świadomie pomagać w budowaniu wspólnego dobra w celu poprawy świadomości zdrowotnej. Dziękuję!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Dziękuję!

              +
            diff --git a/lang/pl/texts/processing/mobile-app-promo-processing.html b/lang/pl/texts/processing/mobile-app-promo-processing.html index bac738d76acd..82144bc13e32 100644 --- a/lang/pl/texts/processing/mobile-app-promo-processing.html +++ b/lang/pl/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            Zainstaluj aplikację mobilną Open Food Facts

            NutriScore w aplikacji mobilnej Open Food Facts

            Sprawdź grupę NOVA z aplikacją Open Food Facts!

            -
            -

            Zainstaluj aplikację mobilną Open Food Facts

            -

            Aby skanować produkty spożywcze, odkrywać grupę NOVA dla żywności przetworzonej, odkrywać wartość odżywczą Nutri-Score, dostawać alerty o alergenach i odcyfrować dodatki do żywności, zainstaluj darmową aplikację Open Food Facts!

            +

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Dostępne w App Store Dostępne w Google Play Windows Phone Store Android APK

            -

            Będziesz także mógł łatwo dodawać nowe produkty do bazy danych Open Food Facts oraz świadomie pomagać w budowaniu wspólnego dobra w celu poprawy świadomości zdrowotnej. Dziękuję!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Dziękuję!

            + +
            diff --git a/lang/pt_BR/texts/data.html b/lang/pt_BR/texts/data.html index cab281ef28f2..bf0d565d30a0 100644 --- a/lang/pt_BR/texts/data.html +++ b/lang/pt_BR/texts/data.html @@ -1,6 +1,6 @@ -

            Dados

            +

            Condições para reutilização

            O código para o app móvel Open Food Facts está disponível no GitHub (Android e iOS). As licenças são licenças livres que autorizem a utilização e reprodução do conteúdo para todos os efeitos, incluindo uso comercial, sob certas condições, especialmente a atribuição e a repartição sob a mesma condição de trabalhos derivados.

            @@ -8,7 +8,8 @@

            Dados

            Leia Termos e condições de uso e reutilização antes de reutilizar os dados.

            -

            Estamos muito interessados ​​em saber para que servem os dados do Open Food Facts. Não é obrigatório, mas adoraríamos se você nos contasse sobre suas reutilizações para podermos compartilhá-las com a comunidade de Open Food Facts.

            +

            Conte-nos sobre a sua reutilização

            +

            Estamos muito interessados ​​em saber para que servem os dados do Open Food Facts. Não é obrigatório, mas adoraríamos se você nos contasse sobre suas reutilizações para podermos compartilhá-las com a comunidade do Open Food Facts. Você também pode preencher este formulário para ter a chance de ter seu aplicativo em destaque.

            Exportação de dados de Food Facts abertos

            @@ -19,7 +20,12 @@

            Exportação de dados de Food Facts abertos

            Despejo MongoDB

            Os dados de todos os produtos estão disponíveis em um despejo de banco de dados do MongoDB.

            - +
            Hiperligação
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -29,18 +35,16 @@

            Despejo MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Exportação Delta

            +

            Exportações delta diárias

            -

            As exportações diárias de delta são fornecidas dos últimos 14 dias. A lista de ficheiros delta atualmente disponíveis pode ser encontrada em https://static.openfoodfacts.org/data/delta/index.txt . - Cada linha representa um ficheiro que está disponível em https://static.openfoodfacts.org/data/delta/{filename}. - O nome do ficheiro contém o timestamp do UNIX da primeira e última alteração contida no ficheiro JSON, para que os ficheiros delta possam ser importados (após a extração) com mongoimport em ordem alfabética.

            +

            As exportações diárias de delta são fornecidas dos últimos 14 dias. A lista de arquivos delta atualmente disponíveis pode ser encontrada em https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Cada linha representa um ficheiro que está disponível em https://static.openfoodfacts.org/data/delta/{filename}.

            +

            O nome do arquivo contém a marca temporal UNIX da primeira e última alteração contida no arquivo JSON, para que os arquivos delta possam ser importados (após a extração) com mongoimport em ordem alfabética.

            Por favor, note que, devido à natureza do mongoexport , os ficheiros delta não podem informá-lo sobre produtos excluídos. Para remover produtos deletados do seu banco de dados, você precisará importar o dump completo do MongoDB.

            -

            Exportação de dados JSONL

            -

            Toda a base de dados também está disponível no formato JSONL (porvezes chamado de LDJSON ou NDJSON), onde cada linha é um objeto JSON. - Representa os mesmos dados que a exportação da MongoDB. O ficheiro é comprimido com o gzip.

            +

            Toda a base de dados também está disponível no formato JSONL (porvezes chamado de LDJSON ou NDJSON), onde cada linha é um objeto JSON. Representa os mesmos dados que a exportação da MongoDB. O ficheiro é comprimido com o gzip.

            Hiperligação
            @@ -48,11 +52,9 @@

            Exportação de dados JSONL

            -

            Exportação de dados CSV

            - -

            Os dados de todos os produtos, ou alguns dos produtos, podem ser baixados no formato CSV (legível com OpenOffice, Excel e muitos outros softwares) - através do formulário de pesquisa avançada.

            +

            Os dados de todos os produtos, ou de alguns dos produtos, podem ser baixados no formato CSV (legível com OpenOffice, Excel e muitos outros softwares de planilhas) + através do formulário de pesquisa avançada.

            Links
            @@ -62,11 +64,8 @@

            Exportação de dados CSV

            A codificação do ficheiro é Unicode UTF-8. O caractere que separa os campos é <tab> (tabulação).

            - -

            Exportação de dados RDF

            - -

            O banco de dados também está disponível no formato RDF. anúncio em francês.

            +

            O banco de dados também está disponível no formato RDF. Você pode ler o anúncio em francês.

            Hiperligação
            @@ -74,56 +73,53 @@

            Exportação de dados RDF

            Exportação de dados de imagem

            -

            Todas as imagens e os resultados OCR podem ser baixados do nosso servidor ou da AWS (através do Programa de Dados Abertos AWS). Confira nossa documentação para saber mais sobre como baixar imagens.

            -

            API JSON e XML

            + + +

            Documentação do OpenAPI para a API JSON

            Uma API JSON também está disponível para ler os dados de um produto. Essa API é usada em particular no aplicativo móvel Open Food Facts para iPhone e Android.

            -

            Melhoramos a API ao longo do tempo, mas tomamos cuidado para manter a compatibilidade com versões anteriores. Por favor, entre em contato se você usá-la, para podermos informá-lo sobre possíveis mudanças.

            +

            Melhoramos a API ao longo do tempo, mas tomamos cuidado para manter a compatibilidade com versões anteriores. Por favor, entre em contato se você usá-la, para podermos informá-lo sobre possíveis mudanças.

            URL para ler dados de um produto: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            Você também pode obter o resultado em XML usando .xml

            -

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Observe que se a saída for muito grande, você poderá filtrá-la - conforme descrito na documentação da API.

            +

            Procura-se ajuda para o OpenAPI

            +Estamos ansiosos para terminar a documentação da API, adicionar casos de uso e automatizar a geração de SDK. Se você é um conhecedor de OpenAPI, será muito bem-vindo para ajudar. +

            Pode usar a API para casos de produção, desde que 1 chamada de API = 1 varredura real de um utilizador. Qualquer tentativa de raspar o banco de dados pela API provavelmente será bloqueada, pois as exportações completas diárias estão disponíveis nesta página.

            Além disso, o envio de um cabeçalho HTTP com sua chamada à API é uma boa maneira de entrar em contacto, caso ocorra algum problema.

            Se você não tiver certeza sobre alguma coisa, ou tiver alguma dúvida (não há pergunta boba), sinta-se à vontade para perguntar no canal #api no Slack :-)

            -

            Aplicativo para aparelhos móveis Android e iPhone

            - -

            O código para o aplicativo móvel Open Food Facts está disponível no GitHub (Flutter, Android e iOS). -O aplicativo permite que os usuários digitalizem o código de barras dos produtos, para visualizar as informações do produto e tirar e enviar fotos e dados dos produtos que faltam.

            +

            API XML experimental

            +

            Você também pode obter o resultado em XML usando .xml

            +

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +Esta API não é ativamente mantida e não está oficialmente documentada. -

            O app clássico para iOS está desenvolvido no Swift.

            -

            O app clássico para Android está desenvolvido no Kotlin.

            -

            O novo app multiplataforma é um app Dart/Flutter.

            -

            Está convidado a reutilizar o código (é open source) e nos ajudar a melhorá-lo, para todos, no planeta inteiro.

            Wrappers e SDKs

            Provavelmente temos um wrapper para sua linguagem de programação favorita. Se o fizermos, você pode usá-lo e melhorá-lo. Se não o fizermos, você pode ajudar a criá-lo.

            Eles permitirão que você consuma dados e seus utilizadores contribuam com novos dados

            -

            Princípios gerais

            +

            Princípios gerais para deixar seus usuários felizes

            • Você pode pesquisar informações sobre produtos, incluindo muitos valores calculados úteis.
            • DART: GitHub
            • @@ -133,7 +129,7 @@

              Princípios gerais

              Se os seus usuários não esperam resultados imediatamente (ex., apps de inventário)

              • Enviar fotos (frente/nutrição/ingredientes): coisa mais indolor para seus usuários
              • -
              • O Open Food Facts AI Robotoff irá gerar alguns dados derivados das fotos
              • +
              • O Open Food Facts IA - Robotoff - irá gerar alguns dados derivados das fotos
              • Ao longo do tempo, outros aplicativos, e a comunidade do Open Food Facts preencherão as lacunas de dados
              @@ -144,27 +140,40 @@

              Se os usuários esperam imediatamente um resultado (por exemplo, aplicativos
            • Envie categoria + rótulos > em breve obtenha o Eco-Score (sobre impacto ambiental)
            +

            Aplicativo móvel Android/iPhone/Flutter

            + +

            O código para o aplicativo móvel oficial do Open Food Facts está disponível no GitHub +Flutter +Kotlin Android +Swift iOS + +

            Pretendemos transformar as bases de código Kotlin e Swift obsoletas em SDKs Kotlin e Swift, ajuda é bem-vinda :-)

            +

            O aplicativo permite que os usuários digitalizem o código de barras dos produtos, para visualizar as informações do produto e tirar e enviar fotos e dados dos produtos que faltam.

            + +

            Está convidado a reutilizar o código (é open source) e nos ajudar a melhorá-lo, para todos, no planeta inteiro.

            + +

            SDKs

            + +

            Sobre dados, API e exportações

            -

            Você pode se inscrever no Slack Open Food Facts, que é a maneira preferida de fazer perguntas e discutir a API.

            -

            Você pode abrir um tópico em nosso repositório de documentação da API - -

            Contacto

            - -

            Para qualquer pergunta sobre os dados, entre em contacto connosco pelo e-mail contact@openfoodfacts.org +

            Você pode consultar as perguntas frequentes comuns sobre API e exportações de dados e perguntas comuns do Open Food Facts

            +

            Você pode participar do chat do Open Food Facts que é a forma preferida de fazer perguntas e discutir a API. Por favor, faça suas perguntas no canal #api

            +

            Você pode abrir um tópico em nosso repositório de documentação da API +

            Para qualquer dúvida sobre os dados, você pode nos contatar em reuse@openfoodfacts.org diff --git a/lang/pt_BR/texts/index-pro.html b/lang/pt_BR/texts/index-pro.html index e2e710e1a306..f6db3e5c834d 100644 --- a/lang/pt_BR/texts/index-pro.html +++ b/lang/pt_BR/texts/index-pro.html @@ -32,7 +32,7 @@

            Dados validados

            Melhorias -

            Encontre sugestões para melhorar facilmente seu Nutri-Score

            +

            Encontre sugestões para melhorar facilmente seu Nutri-Score

            • Melhorar significativamente o Nutri-Score com uma redução razoável de açúcar, sal ou ácidos gordurosos saturados.
            • diff --git a/lang/pt_BR/texts/nova.html b/lang/pt_BR/texts/nova.html index a51da8ed7580..95375aaa2c95 100644 --- a/lang/pt_BR/texts/nova.html +++ b/lang/pt_BR/texts/nova.html @@ -13,7 +13,7 @@

              Uma classificação em 4 grupos para destacar o gra

              Alguns países usam os grupos NOVA para suas diretrizes ou metas alimentares, por exemplo:

              diff --git a/lang/pt_BR/texts/nutriscore.html b/lang/pt_BR/texts/nutriscore.html index 93c8083f9c40..49c89513bc08 100644 --- a/lang/pt_BR/texts/nutriscore.html +++ b/lang/pt_BR/texts/nutriscore.html @@ -26,7 +26,7 @@

              O que é o Nutri-Score?

            -

            Como o Nutri-Score é computado?

            +

            Como o Nutri-Score é calculado?

            O grau Nutri-Score é determinado pela quantidade de nutrientes saudáveis e não saudáveis:

            diff --git a/lang/pt_BR/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/pt_BR/texts/nutriscore/mobile-app-promo-nutriscore.html index 1b87b5158ae0..360d16f36ab1 100644 --- a/lang/pt_BR/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/pt_BR/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
            +
            +

            Instale o aplicativo Open Food Facts

            NutriScore no aplicativo móvel Open Food Facts

            Obtenha o Nutri-Score com o aplicativo Open Food Facts!

            -
            - -
            - -

            Instale o aplicativo Open Food Facts

            - -

            Para escanear produtos alimentícios, obtenha sua nota nutricional Nutri-Score, o grupo NOVA para alimentos ultra-processados, alertas de alergias e decifrar aditivos alimentares, instale o aplicativo gratuito Open Food Facts!

            +

            Para escanear produtos alimentícios, obter a nota nutricional Nutri-Score, o grupo NOVA para alimentos ultra-processados, alertas de alérgenos e decifrar aditivos alimentares, instale o aplicativo gratuito Open Food Facts!

            Disponível no App Store Disponível no Google Play -Disponível para Windows 11 e superior +Disponível para Windows 11 e superior APK Android

            Você também poderá adicionar facilmente novos produtos ao Open Food Facts e ajudar a construir um bem comum para melhorar a alimentação e a saúde de todos. Obrigado!

            + diff --git a/lang/pt_BR/texts/processing/mobile-app-promo-processing.html b/lang/pt_BR/texts/processing/mobile-app-promo-processing.html index 37555774bb3b..522660b212d5 100644 --- a/lang/pt_BR/texts/processing/mobile-app-promo-processing.html +++ b/lang/pt_BR/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            Instale o aplicativo Open Food Facts

            NutriScore no aplicativo móvel Open Food Facts

            Obtenha o grupo NOVA com o app Open Food Facts!

            -
            -

            Instale o aplicativo Open Food Facts

            -

            Para digitalizar produtos alimentícios, obtenha o grupo NOVA para alimentos ultraprocessados, seu grau nutricional Nutri-Score, alertas de alérgenos e para decifrar aditivos alimentares, instale o app gratuito Open Food Facts!

            +

            Para escanear produtos alimentícios, obter o grupo NOVA para alimentos ultraprocessados, seu grau nutricional Nutri-Score, alertas de alérgenos e para decifrar aditivos alimentares, instale o aplicativo gratuito Open Food Facts!

            Disponível no App Store Disponível no Google Play -Windows Phone Store +Loja do Windows Phone APK Android

            Você também poderá adicionar facilmente novos produtos ao Open Food Facts e ajudar a construir um bem comum para melhorar a alimentação e a saúde de todos. Obrigado!

            + +
            diff --git a/lang/pt_PT/emails/user_welcome.html b/lang/pt_PT/emails/user_welcome.html index 8903dfd85d06..a87d58635088 100644 --- a/lang/pt_PT/emails/user_welcome.html +++ b/lang/pt_PT/emails/user_welcome.html @@ -21,5 +21,5 @@ }

            Olá {{NAME}} e bem-vindo ao Open Food Facts!🔎🍊

            Obrigado por te juntares à nossa comunidade internacional de pessoas ansiosas por ver mais transparência na indústria alimentar, contribuindo para a maior base de dados alimentar aberta do mundo!

            Este é o teu nome de utilizador: {{USERID}}

            Inicia sessão no website para adicionar e editar produtos.

            📲 Também temos uma aplicação móvel de digitalização que podes gostar. É grátis, sem anúncios e privada.

            Open Food Facts é um projeto colaborativo para o qual podes trazer muito mais do que novos produtos: a tua energia, entusiasmo e ideias!

            🌎 Para discutir projetos e te ligares à comunidade, junta-te a nós no nosso Slack ou no nosso Fórum.

            🙋🙋‍♀️Para te tornares um voluntário, inscreve-te na Conjunto de Competências do Colaborador (formulário de 4 min)!

            💫 Acompanha as novidades:

            Familiariza-te também com o Código de Conduta da nossa comunidade.

            Obrigado por te juntares à revolução alimentar e aguardamos com expetativa a tua contribuição! 🤳🥫

            #SimDigitalizamos

            Fica atento,

            A equipa do Open Food Facts

            https://openfoodfacts.org

            - + - + @@ -52,6 +52,6 @@

            Semáforos de nutrição


            Para saber mais sobre as vantagens e desvantagens dos parâmetros nutricionais diferentes recomendados pela indústria de alimentos ou pelas associações de consumidores:
            -→ Informações nutricionais: a rotulagem de semáforos é a melhor maneira de alcançar os consumidores - Instituto Alemão de Pesquisa Econômica - 16 de junho de 2010 +→ Informações nutricionais: a rotulagem de semáforos é a melhor maneira de alcançar os consumidores - Instituto Alemão de Pesquisa Económica - 16 de junho de 2010 → Orientações detalhadas no site da FSA

            diff --git a/lang/pt_PT/texts/open-food-facts-and-the-nutriscore.html b/lang/pt_PT/texts/open-food-facts-and-the-nutriscore.html index bf8e1410f673..e2d532d7cda7 100644 --- a/lang/pt_PT/texts/open-food-facts-and-the-nutriscore.html +++ b/lang/pt_PT/texts/open-food-facts-and-the-nutriscore.html @@ -21,7 +21,7 @@

            Uma maneira simples de comparar produtos num supermercado,
            -

            Uma versão vintage do logotipo Nutri-Score

            +

            Uma versão vintage do logótipo Nutri-Score

            Quando ouvimos falar sobre o "sistema de 5 cores" em 2014, pedimos a fórmula ao Prof. Hercberg e começamos a calculá-lo em todos os produtos franceses que recolhemos (francês), bem como todos os outros produtos em todo o mundo que tivemos.

            @@ -30,13 +30,13 @@

            Uma versão vintage do logotipo Nutri-Score

            Colaborando com a equipa de pesquisa EREN

            -

            Conhecemos a equipa de pesquisa EREN para entender melhor as suas necessidades científicas e as melhorias necessárias em Open Food Facts. +

            Tivemos a oportunidade de conhecer a equipa de investigação da EREN para compreender melhor as suas necessidades científicas e as melhorias de que necessitam no Open Food Facts.

            -

            Para uma generalização de Nutri-Score

            +

            Para uma generalização do Nutri-Score

            Num mundo ideal, as pessoas não precisariam de usar uma aplicação móvel para entender a sua comida. É por isso que pensamos que o Nutri-Score deve ser obrigatório em todas as embalagens, em todo o mundo e incentivamos a transmitir a petição da UE aos seus leitores.

            @@ -61,7 +61,7 @@

            Criamos e continuamos a criar tecnologia de ponta para apo

            Mostrando o Nutri-Score no telemóvel

            - A aplicação móvel Open Food Facts para Android e iPhone e o site mostraram o Nutri-Score desde que foi criado em 2014 e ajudaram muito a sua democratização a outros 15 milhões de visitantes únicos ao longo dos anos. + A aplicação móvel Open Food Facts para Android e iPhone e o site mostraram o Nutri-Score desde que foi criado em 2014 e ajudaram muito a sua democratização a outros 15 milhões de visitantes únicos ao longo dos anos.

            @@ -85,7 +85,7 @@

            Uma próxima plataforma de produtores para ajudar a aumentar a adoção do N

            Criando um ecossistema à volta do Nutri-Score

            -

            Fornecemos opendata para expandir o número de atores que mostram e usam o Nutri-Score para os utilizadores finais.

            +

            Fornecemos dados abertos para expandir o número de atores que mostram e usam o Nutri-Score para os utilizadores finais.

            @@ -99,13 +99,13 @@

            Fornecemos opendata para expandir o número de atores que

            Gerando dados do Nutri-Score para pesquisa, atores públicos e produtores

            - Nossas ferramentas diárias de exportação e auto atendimento ajudam produtores, pesquisadores, consumidores e atores públicos a tomar mais decisões baseadas em dados. + As nossas exportações diárias e ferramentas de autosserviço ajudam os produtores, investigadores, consumidores e agentes públicos a tomar decisões mais orientadas pelos dados.

            -

            Criando um ecossistema de aplicações e aparelhos

            +

            Criando um ecossistema de aplicações e dispositivos

            150 startups e grandes grupos usam o Nutri-Score calculado pelo Open Food Facts.

            @@ -134,13 +134,13 @@

            Educando sobre o Nutri-Score em todo o mundo

            Interagindo e ajudando os profissionais de nutrição

            -

            Criamos vários pôsteres para profissionais de nutrição. +

            Criamos vários cartazes para os profissionais de nutrição.

            -

            Contribuir para a cobertura da mídia Nutri-Score

            +

            Contribuir para a cobertura mediática do Nutri-Score

            @@ -149,8 +149,8 @@

            Contribuir para a cobertura da mídia Nutri-Score


            -

            Monitorar o progresso do Nutri-Score

            -

            Aproveitar o nosso tamanho único para monitorar o progresso do Nutri-Score em tempo real

            +

            Monitorização do progresso do Nutri-Score

            +

            Aproveitar a nossa dimensão única para monitorizar o progresso do Nutri-Score em tempo real

            @@ -159,7 +159,7 @@

            Aproveitar o nosso tamanho único para monitorar o progres

            Deteção em tempo real do Nutri-Score

            -

            Detetamos o Nutri-Score em embalagens novas e atualizadas e as adicionamos a um índice em tempo real. +

            Detetamos o Nutri-Score em embalagens novas e atualizadas e adicionamos-las a um índice em tempo real.

            @@ -190,20 +190,20 @@

            Aproveitar a nossa incrível comunidade mundial de Open Fo
            -

            Computando o Nutri-Score em todo o mundo

            +

            Calculando o Nutri-Score em todo o mundo

            Somos capazes de calcular o Nutri-Score em mais de 100 países. Por exemplo, já há mais de 20.000 produtos nos EUA com um Nutri-Score calculado pelo Open Food Facts.

            Nossa página de explicação do Nutri-Score em vários idiomas

            -

            francês - alemão - espanhol - italiano - holandês - polonês +

            francês - alemão - espanhol - italiano - holandês - polonês - português

            -

            Página da Wikipedia para o Nutri-Score

            -

            francês - alemão - espanhol - italiano - holandês +

            Página da Wikipédia sobre o Nutri-Score

            +

            francês - alemão - espanhol - italiano - holandês

            diff --git a/lang/pt_PT/texts/open-food-facts-mobile-app.html b/lang/pt_PT/texts/open-food-facts-mobile-app.html index 2033114e9f6b..ed89cb831ea5 100644 --- a/lang/pt_PT/texts/open-food-facts-mobile-app.html +++ b/lang/pt_PT/texts/open-food-facts-mobile-app.html @@ -101,20 +101,20 @@

            - Choose products that are good for - you - and the - planet + Escolha produtos que sejam bons para + si + e o + planeta

            -

            The world's largest open food database at your fingertips!

            - +

            A maior base de dados aberta de alimentos do mundo na ponta dos seus dedos!

            +
            Disponível no Google Play - + Disponível na App Store >
            - A scale with a Nutri-Score and a smiley face on the left side of the scale and an Eco Score and planet Earth on the right side + Uma balança com um Nutri-Score e uma cara sorridente no lado esquerdo da balança e um Eco Score e o planeta Terra no lado direito
            -

            Not on your mobile? Scan this QR code from your mobile to download the app!

            - QR-Code linking to https://world.openfoodfacts.org/open-food-facts-mobile-app +

            Não está no seu telemóvel? Digitalize este código QR a partir do seu telemóvel para descarregar a aplicação!

            + Código QR com ligação a https://world-pt.openfoodfacts.org/open-food-facts-mobile-app

            @@ -140,11 +140,11 @@

            - A scan that truly matches - who you are + Uma digitalização que corresponde verdadeiramente + quem você é

            -

            From reducing your salt intake to going full vegan, it's easy to set your own personal preferences in the app and start getting smarter recommendations for food.

            -

            Best of all, the app always warns you if you're about to eat something containing an allergen.

            +

            Desde reduzir a ingestão de sal até se tornar totalmente vegan, é fácil definir as suas preferências pessoais na aplicação e começar a receber recomendações mais inteligentes de alimentos.

            +

            O melhor de tudo é que a aplicação avisa-o sempre que estiver prestes a comer algo que contenha um alergénio.

            @@ -152,30 +152,30 @@

            - Scan the food from your everyday life to get the - full picture + Digitalize os alimentos da sua vida quotidiana para obter a + imagem completa

            -

            Open the Open Food Facts app and point the camera to your favorite food's barcode!

            +

            Abra a aplicação Open Food Facts e aponte a câmara para o código de barras do seu alimento favorito!

            - A barcode being scanned + Um código de barras a ser lido
            - A magnifier over a cereal box and a Nutri-Score logo + Uma lupa sobre uma caixa de cereais e um logótipo Nutri-Score

            - Take your - health - to the next level + Leve a sua saúde + saúde + para o próximo nível

            -

            Decipher various labels, learn about nutritional information and compute instantly the Nutri-Score of your product: a nutritional label which converts the nutritional value of food and beverages into an overall score. It is child's play!

            -

            The information will always be displayed according to your preferences.

            - Read more about the Nutri-Score +

            Decifre vários rótulos, conheça as informações nutricionais e calcule instantaneamente o Nutri-Score do seu produto: um rótulo nutricional que converte o valor nutricional dos alimentos e bebidas numa pontuação global. É uma brincadeira de crianças!

            +

            As informações serão sempre apresentadas de acordo com as suas preferências.

            + Saiba mais sobre o Nutri-Score
            @@ -183,17 +183,17 @@

            - Scan almost any food to see its impact on the - planet + Analise quase todos os alimentos para ver o seu impacto no + planeta

            -

            Learn about the environmental impact of over 600 thousands food products with the Eco-Score.

            -

            Browse the knowledge panels to get information like the equivalent carbon footprint, the origin of ingredients, the possible threat of species during the manufacturing process.

            - Read more about the Eco-Score +

            Saiba mais sobre o impacto ambiental de mais de 600 mil produtos alimentares com o Eco-Score.

            +

            Navegue pelos painéis de conhecimento para obter informações como a pegada de carbono equivalente, a origem dos ingredientes, a possível ameaça de espécies durante o processo de fabrico.

            + Saiba mais sobre o Eco-Score
            A magnifier over a pizza and planet Earth @@ -205,15 +205,15 @@

            Join the food revolution -

            Along with more than 170,000 contributors worldwide!

            +

            Juntamente com mais de 170.000 contribuidores em todo o mundo!

            -

            “I love this app!! I use it almost everyday. It’s helping me a lot finding the right product for me!”

            +

            "Adoro esta aplicação!! Utilizo-a quase todos os dias. Está a ajudar-me a encontrar o produto certo para mim!"

            Louise

            @@ -222,14 +222,14 @@

            Rating on Google Play Store and Apple Store

            A puzzle with a hand diff --git a/lang/pt_PT/texts/open-food-hunt.html b/lang/pt_PT/texts/open-food-hunt.html index f0eebf7a7251..d584eb658553 100644 --- a/lang/pt_PT/texts/open-food-hunt.html +++ b/lang/pt_PT/texts/open-food-hunt.html @@ -4,10 +4,10 @@

            Caça ao alimento aberto

            inglês - -Español - -Français - -Italiano - -Português +espanhol - +françês - +italiano - +português

            Caça ao alimento aberto @@ -23,13 +23,13 @@

            Caça ao alimento aberto

            15.000 contribuintes adicionaram 660.000 produtos ao Open Food Facts. A base de dados inclui produtos de mais de 100 países diferentes mas a maior parte deles vem de França - onde o Open Food Facts foi lançado em 2012 - e de alguns países como Espanha, Reino Unido, EUA e Bélgica, onde temos alguns colaboradores muito motivados. A Open Food Hunt pretende mudar isso: vamos adicionar produtos dos 150 países em falta e tentar alcançar uma massa crítica de produtos do maior número de países possível. -De importância ainda maior, Open Food Hunt visa criar e desenvolver comunidades locais fortes de colaboradores .

            +De importância ainda maior, Open Food Hunt visa criar e desenvolver comunidades locais fortes de colaboradores.

            Dia de Dados Abertos

            Demonstração do Open Food Facts
            -

            A comida é uma ótima maneira de "mostrar e contar" as pessoas sobre dados abertos

            +

            A comida é uma ótima maneira de "mostrar e contar" às pessoas sobre os dados abertos

            "O Dia dos Dados Abertos é uma reunião de cidadãos em cidades ao redor do mundo para escrever aplicações, liberar dados, criar visualizações e publicar análises usando dados públicos abertos para mostrar apoio e encorajar a adoção de políticas de dados abertos pelos governos locais, regionais e nacionais do mundo" @@ -40,15 +40,15 @@

            Dia de Dados Abertos

            Comida é algo em que todo o ser humano está interessado e os dados abertos de alimentos podem ser uma boa introdução aos dados abertos, pois é útil para todos (por exemplo, descodificar rótulos, comparar produtos, comer melhor e divertir-se!). Esperamos que o Open Food Facts e o Open Food Hunt sejam apresentados em muitas reuniões do Open Data Day. Se estiver a organizar um evento do Open Data Day na sua cidade, temos alguns slides disponíveis na Internet e ficaremos muito felizes em fornecê-los, por isso entre em contacto connosco!

            -

            Exploradores e embaixadores do Open Food

            +

            Exploradores e embaixadores do Open Food Facts

            A partir do Open Data Day e por uma semana, os colaboradores do Open Food Facts tornar-se-ão exploradores do Open Food: seus objetivos serão adicionar o maior número de produtos do seu país no Open Food Facts e fazê-lo atingir o próximo nível: de nenhum produto para um produto, de 1 a 10, 10 a 100, 100 a 1000, 1000 a 10000... (e para as pessoas em França temos um objetivo especial de ir de 400.000 a 500.000!).

            -

            Contribuintes existentes e novos também serão convidados a se tornarem Embaixadores do Open Food que recrutam novos colaboradores, tanto no seu país como fora do seu país. Em particular, os embaixadores são altamente encorajados a apresentar o Open Food Facts para seus familiares e amigos que vivem em países onde atualmente não temos nenhuns ou poucos produtos.

            +

            Os atuais e os novos colaboradores serão também convidados a tornarem-se Embaixadores do Open Food Facts que recrutam novos colaboradores, tanto no seu país como fora dele. Em particular, os embaixadores são altamente encorajados a apresentar o Open Food Facts aos seus familiares e amigos que vivem em países onde atualmente não temos nenhuns ou temos poucos produtos.

            -

            Competição gentil do Open Food Hunt

            +

            Competição amigável do Open Food Hunt

            -

            De sábado, 21 de fevereiro a domingo, 1º de março, acompanharemos os Exploradores e Embaixadores do Open Food principais.

            +

            De sábado, 21 de fevereiro a domingo, 1º de março, acompanharemos os maiores Exploradores e Embaixadores do Open Food Facts.

            Os Exploradores do Open Food receberão pontos por explorador para cada novo produto que adicionarem:

            @@ -69,17 +69,17 @@

            Competição gentil do Open Food Hunt

            -

            Os Embaixadores do Open Food também receberão pontos de embaixador correspondentes aos pontos exploradores de todos os novos colaboradores que eles recrutarem.

            +

            Os Embaixadores do Open Food Facts também receberão pontos de embaixador correspondentes aos pontos exploradores de todos os novos colaboradores que eles recrutarem.

            -

            Todos os Exploradores e Embaixadores do Open Food receberão um magnético e um adesivo Open Food Facts e os Exploradores e Embaixadore principais receberão algumas recompensas pequenas (TBD).

            +

            Todos os Exploradores e Embaixadores do Open Food Tacts receberão um magnético e um adesivo Open Food Facts e os Exploradores e Embaixadores principais receberão algumas recompensas pequenas (TBD).

            Também vamos observar o total de pontos para cada país.

            -

            Classificação de Países, Exploradores e Embaixadores

            +

            Classificação de Países, Exploradores e Embaixadores

            Torne-se um Explorador do Open Food!

            -

            A maneira mais fácil de começar a adicionar produtos é a instalar as nossas apps no Android, +

            A maneira mais fácil de começar a adicionar produtos é a instalar as nossas aplicações no Android, iPhone ou Windows Phone. Também pode tirar fotografias de produtos com a sua câmara fotográfica e enviá-las pelo site do Open Food Facts.

            @@ -109,7 +109,7 @@

            Apresente Open Food Facts e Open Food Hunt durante o Dia de Dados AbertosOutros idiomas: precisamos de tradutores! :-) -

            Por favor diga-nos se está planejando apresentar o Open Food Facts!

            +

            Por favor diga-nos se está a pensar apresentar o Open Food Facts!

            Faremos, obviamente, o nosso melhor para ajudá-lo, tanto quanto pudermos, promover seus eventos através do Twitter etc. e ficaríamos contentes de responder as suas perguntas e discutir consigo o que poderíamos fazer para ajudar a construir a comunidade de colaboradores locais no seu país. Se quiser também podemos organizar uma chamada de áudio / vídeo no Skype ou Hangout consigo ou ao vivo @@ -117,7 +117,7 @@

            Apresente Open Food Facts e Open Food Hunt durante o Dia de Dados AbertosPontuação

            -

            Classificação de Países, Exploradores e Embaixadores

            +

            Classificação de Países, Exploradores e Embaixadores

            Obrigado e feliz caça de comida aberta!

            diff --git a/lang/pt_PT/texts/partners.html b/lang/pt_PT/texts/partners.html index 609527d40129..7a6bb379be77 100644 --- a/lang/pt_PT/texts/partners.html +++ b/lang/pt_PT/texts/partners.html @@ -8,7 +8,7 @@

            Um grande obrigado aos parceiros do Open Food Facts!

            -

            Contacte-nos se também pretende apoiar a nossa acção!

            +

            Contacte-nos se também pretende apoiar a nossa ação!

            Nota: para permanecermos independentes, não aceitamos apoio financeiro de empresas e fundações ligadas à indústria alimentar, mas colaboramos com os fabricantes para integrar automaticamente dados e fotografias dos seus produtos na base de dados.

            @@ -150,7 +150,7 @@

            Colaborações científicas

            Fundação AFNIC
            -

            A fundação AFNIC para o Solidariedade Digital apoia o desenvolvimento de uma Internet unida, treinamento e conhecimento de seu uso, apoiando iniciativas de solidariedade digital locais e estruturando projectos de investigação sobre o tema da solidariedade digital.

            +

            A Fundação AFNIC para a Solidariedade Digital apoia o desenvolvimento de uma Internet unida, a formação e a sensibilização para a sua utilização, apoiando iniciativas locais e estruturantes de solidariedade digital e projectos de investigação sobre o tema da solidariedade digital.

            A fundação é apoiar os esforços ambientais e educacionais do Open Food Facts para tornar a comida boa não só para si, mas também para o planeta.

            diff --git a/lang/pt_PT/texts/presentations.html b/lang/pt_PT/texts/presentations.html index 2d1cb3e2dbca..030dd59caeb8 100644 --- a/lang/pt_PT/texts/presentations.html +++ b/lang/pt_PT/texts/presentations.html @@ -1,11 +1,11 @@

            Apresentações

            -Um primeiro passo para contribuir ao Open Food Facts é apresentá-lo a seus amigos e familiares.
            Pode entrar no Twitter, Facebook ou Google Plus e pedir a alguns amigos e familiares que participem no projeto.
            +Um primeiro passo para contribuir para o Open Food Facts é apresentá-lo aos seus amigos e familiares.
            Pode entrar no Twitter, Facebook ou Google Plus e pedir a alguns amigos e familiares para se juntarem ao projeto.
            -

            Por que apresentar o Open Food Facts?

            +

            Porquê apresentar Open Food Facts?

            -

            O Open Food Facts depende do crowdsourcing de cidadãos

            +

            O Open Food Facts baseia-se no crowdsourcing dos cidadãos

            -
            25.000 contribuintes adicionaram 850.000 produtos ao Open Food Facts. A base de dados inclui produtos de mais de 100 países diferentes mas a maior parte deles vêm de França - onde o Open Food Facts foi lançado em 2012 - e de alguns países como Espanha, Reino Unido, EUA e Bélgica, onde temos alguns colaboradores muito motivados. Devemos mudar isso: precisamos adicionar produtos de seu país e tentar alcançar uma massa crítica de produtos. De importância ainda maior, devevmos criar e desenvolver comunidades locais de colaboradores fortes. +
            25 000 colaboradores adicionaram 850 000 produtos ao Open Food Facts. A base de dados inclui produtos de mais de 100 países diferentes mas a maior parte deles vêm de França - onde o Open Food Facts foi lançado em 2012 - e de alguns países como Espanha, Reino Unido, EUA e Bélgica, onde temos alguns colaboradores muito motivados. Temos de mudar isso: temos de acrescentar produtos do seu país e tentar atingir uma massa crítica de produtos. Ainda mais importante, precisamos de criar e desenvolver comunidades locais fortes de contribuintes.

            Criar comunidades locais

            @@ -18,20 +18,20 @@

            Onde?

            Aqui estão algumas ideias de locais e audiências possíveis, mas você certamente terá outras:
            •     Reuniões e eventos de dados abertos
            • -
            •     Software Livre / Meetups e eventos de código aberto
            • +
            •     Software Livre / encontros e eventos de código aberto
            •     Eventos de alimentação e nutrição
            • -
            •     Escolas recomendadas
            • +
            •     Escolas

            Apresentar o Open Food Facts é fácil.

            É fácil. Já temos apresentações de LibreOffice e Powerpoint prontas que pode traduzir e adaptar ao seu idioma. Também temos transcrições e vídeos de pessoas que apresentam o Open Food Facts em vários eventos. -

            Lidando com perguntas e respostas após sua apresentação

            - As pessoas costumam fazer muitas perguntas porque o projeto e sua apresentação foram instigantes. Mas não se preocupe: +

            Lidando com perguntas e respostas após a sua apresentação

            + Normalmente, as pessoas fazem muitas perguntas porque o projeto e a sua apresentação foram estimulantes. Mas não se preocupe demasiado:
              -
            • Há uma página com as perguntas frequentes sobre o projeto. Essas são as perguntas que são sendo feitas e isso deve cobrir 90% das suas perguntas
            • -
            • Se não, sempre é possível dizer coisas como: "Não tenho certeza, mas acho que…", "Eu não tenho a resposta, mas por favor, venha para mim depois do Q&A e eu irei obter uma"
            • +
            • Há uma página com as perguntas frequentes sobre o projeto. Estas são as perguntas que continuam a ser feitas, e isso deve cobrir 90% das perguntas que lhe são feitas
            • +
            • Caso contrário, é sempre possível dizer coisas como: "Não tenho a certeza, mas acho que...", "Não tenho a resposta, mas por favor venha ter comigo depois das perguntas e respostas e eu certifico-me de que a arranjo"
            Diga-nos onde pode aparecer: entre em contacto por email ou no Slack!
            -

            Eventos der Open Food Facts frequentados

            +

            Eventos em que participaram os Open Food Facts

            França
            -Apresentamos o Open Food Facts em muitos lugares em França, diante de pequenos e grandes audiências. +Apresentámos o Open Food Facts em muitos locais em França, perante pequenas e grandes audiências. @@ -65,14 +65,14 @@
            Brasil

            Use o Kit de Apresentação para preparar sua apresentação.

            -Basta descarregar o kit de apresentação do wiki. Se não estiver traduzido, só precisa de dedicar algum tempo para traduzi-lo no seu idioma. É bastante curto e é uma boa maneira de memorizar a apresentação: -)
            Não se esqueça de enviar a versão traduzida de volta para o wiki.
            Não se esqueça de pedir conselhos pelo Slack, também como dicas para imprimir adesivos e material de apresentação.


            +Basta descarregar o kit de apresentação do wiki. Se não estiver traduzido, só precisa de dedicar algum tempo para traduzi-lo no seu idioma. É bastante curto e é uma boa maneira de memorizar a apresentação: -)
            Não se esqueça de enviar a versão traduzida no wiki.
            Não se esqueça de pedir conselhos pelo Slack, bem como dicas para imprimir autocolantes e material de apresentação.


            - (Em francês) Resenha completa da imprensa sobre Open Food Facts
            +(Em francês) Crítica de imprensa completa sobre Open Food Facts
            @@ -123,7 +123,7 @@

            -

            Capturas de tela da versão para iPhone e Android do Open Food Facts

            +

            Capturas de ecrã da versão para iPhone e Android do Open Food Facts

            @@ -205,7 +205,7 @@

            Últimas publicações no blogue em inglês Open Food Fact
            -

            Últimos comunicados nossos

            +

            Os nossos últimos comunicados

            diff --git a/lang/pt_PT/texts/presskit_other_languages.html b/lang/pt_PT/texts/presskit_other_languages.html index 0b31653416e5..d92b54f30475 100644 --- a/lang/pt_PT/texts/presskit_other_languages.html +++ b/lang/pt_PT/texts/presskit_other_languages.html @@ -1,13 +1,13 @@
            -Nota: Esta página de imprensa também está disponível para a - França , - Espanha , - Bélgica , - Reino Unido , - Austrália , - Itália , - Suíça , - Alemanha , - Vietnã e - Brasil . +Nota: Esta página de imprensa também está disponível para +França, +Espanha, +Bélgica, +Reino Unido, +Austrália, +Itália, +Suíça, +Alemanha, +Vietname e +Brasil.
            diff --git a/lang/pt_PT/texts/processing/group-2-ingredients.html b/lang/pt_PT/texts/processing/group-2-ingredients.html index 41c5b365e721..04fcdecc188d 100644 --- a/lang/pt_PT/texts/processing/group-2-ingredients.html +++ b/lang/pt_PT/texts/processing/group-2-ingredients.html @@ -1,8 +1,8 @@ \ No newline at end of file diff --git a/lang/pt_PT/texts/processing/group-3-description.html b/lang/pt_PT/texts/processing/group-3-description.html index 7eb1ec82f918..ddbf27fb240c 100644 --- a/lang/pt_PT/texts/processing/group-3-description.html +++ b/lang/pt_PT/texts/processing/group-3-description.html @@ -1,3 +1,3 @@

            Grupo 3. Alimentos processados

            -

            Os alimentos processados, como os legumes engarrafados, o peixe enlatado, os frutos em calda, os queijos e os pães acabados de fazer, são produzidos essencialmente através da adição de sal, óleo, açúcar ou outras substâncias do Grupo 2 aos alimentos do Grupo 1.

            +

            Os alimentos processados, como os legumes em frasco, o peixe enlatado, os frutos em calda, os queijos e os pães acabados de fazer, são produzidos essencialmente através da adição de sal, óleo, açúcar ou outras substâncias do Grupo 2 aos alimentos do Grupo 1.

            Os processos incluem vários métodos de conservação ou de cozedura e, no caso do pão e do queijo, a fermentação não alcoólica. A maioria dos alimentos processados tem dois ou três ingredientes e são reconhecidos como versões modificadas dos alimentos do Grupo 1. São comestíveis por si só ou, geralmente, em combinação com outros alimentos. O objetivo da transformação é aumentar a durabilidade dos alimentos do Grupo 1, ou modificar ou melhorar as suas qualidades sensoriais.

            \ No newline at end of file diff --git a/lang/pt_PT/texts/processing/group-4-description.html b/lang/pt_PT/texts/processing/group-4-description.html index b6167cacdc0e..41f504e40631 100644 --- a/lang/pt_PT/texts/processing/group-4-description.html +++ b/lang/pt_PT/texts/processing/group-4-description.html @@ -1,8 +1,8 @@ -

            Grupo 4. Alimentos ultraprocessados

            +

            Grupo 4. Alimentos ultra-processados

            -

            Os alimentos ultraprocessados, tais como refrigerantes, aperitivos doces ou salgados embalados, produtos de carne reconstituídos e pratos congelados pré-preparados, não são alimentos modificados, mas formulações feitas maioritariamente ou inteiramente a partir de substâncias derivadas de alimentos e aditivos, com poucos ou nenhuns alimentos intactos do Grupo 1.

            -

            Os ingredientes presentes nestas composições incluem normalmente os que também são utilizados nos alimentos processados, como os açúcares, os óleos, as gorduras ou o sal. Mas os produtos ultra-processados também incluem outras fontes de energia e de nutrientes que não são normalmente utilizados nas preparações culinária. Alguns deles são extraídos diretamente de alimentos como a caseína, a lactose, o soro de leite e o glúten.

            +

            Os alimentos ultra-processados, tais como refrigerantes, aperitivos doces ou salgados embalados, produtos de carne reconstituídos e pratos congelados pré-preparados, não são alimentos modificados, mas formulações feitas maioritariamente ou inteiramente a partir de substâncias derivadas de alimentos e aditivos, com poucos ou nenhuns alimentos intactos do Grupo 1.

            +

            Os ingredientes presentes nestas composições incluem normalmente os que também são utilizados nos alimentos processados, como os açúcares, os óleos, as gorduras ou o sal. Mas os produtos ultra-processados também incluem outras fontes de energia e de nutrientes que não são normalmente utilizados nas preparações culinárias. Alguns deles são extraídos diretamente de alimentos como a caseína, a lactose, o soro de leite e o glúten.

            Muitos deles são derivados de processamentos adicionais de constituintes alimentares, tais como óleos hidrogenados ou interesterificados, proteínas hidrolisadas, isolado de proteína de soja, maltodextrina, açúcar invertido e xarope de milho rico em frutose.

            -

            Os aditivos presentes nos alimentos ultra-processados incluem alguns também utilizados nos alimentos processados, tais como conservantes, antioxidantes e estabilizadores. As categorias de aditivos que se encontram apenas em produtos ultra-processados incluem os utilizados para imitar ou melhorar as qualidades sensoriais dos alimentos ou para disfarçar sabores desagradáveis do produto final. Estes aditivos incluem corantes e outros tintas, estabilizadores de cor; aromas, intensificadores de sabor, edulcorantes não açucarados; e auxiliares tecnológicos, tais como agentes carbonatantes, reafirmantes, de volume e antiaglomerantes, antiespumantes, antiaglomerantes e glaceantes, emulsionantes, sequestrantes e humectantes.

            +

            Os aditivos presentes nos alimentos ultra-processados incluem alguns também utilizados nos alimentos processados, tais como conservantes, antioxidantes e estabilizadores. As categorias de aditivos que se encontram apenas em produtos ultra-processados incluem os utilizados para imitar ou melhorar as qualidades sensoriais dos alimentos ou para disfarçar sabores desagradáveis do produto final. Estes aditivos incluem corantes e outros corantes, estabilizadores de cor, aromas, intensificadores de sabor, edulcorantes não açucarados e auxiliares tecnológicos, tais como agentes carbonatantes, refirmantes, de volume e antiaglomerantes, antiespumantes, antiaglomerantes e glaceantes, emulsionantes, sequestrantes e humectantes.

            Uma grande variedade de processamentos é utilizada para combinar os ingredientes, geralmente numerosos, e para criar o produto final (daí o termo "ultra-processado"). Entre os processos, contam-se vários sem equivalentes de uso doméstico, como a hidrogenação e a hidrólise, a extrusão e a moldagem, e o pré-processamento destinado à fritura.

            -

            A finalidade principal do ultraprocessamento é a criação de produtos alimentares de marca, práticos (duráveis, prontos a consumir), atraentes (hiperpalatáveis) e altamente rentáveis (ingredientes de baixo custo), com o objetivo de substituir todos os outros grupos de alimentos. Geralmente, os produtos alimentares ultra-processados apresentam uma embalagem atrativa e são comercializados em grande escala.

            \ No newline at end of file +

            A finalidade principal do ultra-processamento é a criação de produtos alimentares de marca, práticos (duráveis, prontos a consumir), atraentes (hiperpalatáveis) e altamente rentáveis (ingredientes de baixo custo), com o objetivo de substituir todos os outros grupos de alimentos. Geralmente, os produtos alimentares ultra-processados apresentam uma embalagem atrativa e são comercializados em grande escala.

            \ No newline at end of file diff --git a/lang/pt_PT/texts/processing/group-4-ingredients.html b/lang/pt_PT/texts/processing/group-4-ingredients.html index 8e1e4d91fb9d..3ed16f90585e 100644 --- a/lang/pt_PT/texts/processing/group-4-ingredients.html +++ b/lang/pt_PT/texts/processing/group-4-ingredients.html @@ -35,6 +35,6 @@
          • refeições
          • lanches açucarados
          • lanches salgados
          • -
          • leites de bebê
          • +
          • leites para bebés
          • salsichas
          • \ No newline at end of file diff --git a/lang/pt_PT/texts/processing/mobile-app-promo-processing.html b/lang/pt_PT/texts/processing/mobile-app-promo-processing.html index ffa959a2c61c..a129e7b376da 100644 --- a/lang/pt_PT/texts/processing/mobile-app-promo-processing.html +++ b/lang/pt_PT/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            Instale a aplicação móvel Open Food Facts

            Nutri-Score na aplicação móvel Open Food Facts

            Obtenha o grupo NOVA com a aplicação Open Food Facts!

            -
            -

            Instale a aplicação móvel Open Food Facts

            -

            Para digitalizar produtos alimentares, obtenha o grupo NOVA para alimentos ultraprocessados, o seu grau nutricional Nutri-Score, alertas de alérgenos e para decifrar aditivos alimentares, instale a aplicação gratuita Open Food Facts!

            +

            Para analisar produtos alimentares, obter o grupo NOVA para alimentos ultra-processados, o seu grau nutricional Nutri-Score, alertas de alergénios e decifrar aditivos alimentares, instale a aplicação gratuita Open Food Facts!

            Disponível na App Store Disponível no Google Play -Loja do Windows Phone +Loja do Windows Phone APK Android

            Também poderá adicionar facilmente novos produtos ao Open Food Facts e ajudar a construir um bem comum para melhorar a alimentação e a saúde de todos. Obrigado!

            + +
            diff --git a/lang/pt_PT/texts/producers.html b/lang/pt_PT/texts/producers.html index 7599c01b0115..0884e2d18b71 100644 --- a/lang/pt_PT/texts/producers.html +++ b/lang/pt_PT/texts/producers.html @@ -10,7 +10,7 @@

            Guia para produtores

            @@ -56,8 +56,8 @@

            Introdução

            -

            Por que adicionar os dados do produto ao Open Food Facts

            -

            Há muitos benefícios na data de importação diretamente dos fabricantes:

            +

            Porquê adicionar dados de produtos ao Open Food Facts

            +

            Há muitas vantagens em importar diretamente dos fabricantes:

            • Os dados estão completos, atualizados e sem risco de erro.
            • @@ -75,11 +75,11 @@

              Como a

              Licença

              -

              Todos os dados enviados para o Open Food Facts são publicados sob a Open Database License (ODbL) e as fotografias sob a licença Creative Commons CC-BY-SA. Essas licenças permitem que os dados sejam livremente reutilizáveis para todos e para todos os fins. Para mais informações, consulte os Termos de utilização, Contribuição e Reutilização.

              +

              Todos os dados enviados para o Open Food Facts são publicados sob a Open Database License (ODbL) e as fotografias sob a licença Creative Commons CC-BY-SA. Estas licenças permitem que os dados sejam livremente reutilizáveis por todos e para todos os fins. Para mais informações, consulte os Termos de utilização, Contribuição e Reutilização.

              Quais dados

              -

              Todos os dados que tem podem ser integrados no Open Food Facts: ingredientes e informações nutricionais, mas também rótulos, materiais usados para embalagems, rastreabilidade dos ingredientes, instruções para preparação e reciclagem, pegada ecológica, etc.

              +

              Todos os dados que tem podem ser integrados no Open Food Facts: ingredientes e informações nutricionais, mas também rótulos, materiais usados nas embalagens, rastreabilidade dos ingredientes, instruções para preparação e reciclagem, pegada ecológica, etc.

              Adicionamos regularmente novos campos à base de dados com base nas informações dos pacotes ou fornecidas pelos fabricantes.

              Recentemente acrescentamos campos sobre a pegada de carbono e a embalagem de produtos, que já são destacados em Open Food Facts e em aplicações que ajudam a mudar o comportamento em termos de reciclagem.

              @@ -89,7 +89,7 @@

              Uma base de dados em todos os idiomas<

              Fotografias e dados

              -

              Um dos princípios fundamentais do Open Food Facts é que o utilizador ou colaborador deve poder verificar as informações de uma foto.

              +

              Um dos princípios fundamentais do Open Food Facts é que o utilizador ou contribuinte deve poder verificar as informações de uma fotografia.

              Por isso, pedimos que nos envie fotografias do produto e da embalagem (possivelmente como um ficheiro digital da embalagem num plano bidimensional para impressão) para suportar os dados estruturados que nos enviar.

              Adição manual

              @@ -104,33 +104,33 @@

              Adição automatizada

              Para tornar a importação de dados mais fácil e rápida, definimos um formato padrão para imagens e dados:

              Formato de imagem

              -

              Pelo menos 3 imagens são necessárias:

              +

              São necessárias pelo menos 3 imagens:

                -
              • Vista frontal do produto em fundo branco (evite vistas de três quartos que não permitem o reconhecimento visual de produtos sem leitura de código de barras)
              • +
              • Vista frontal do produto sobre fundo branco (evitar vistas a três quartos que não permitam o reconhecimento visual dos produtos sem leitura de códigos de barras)
              • Lista de ingredientes
              • -
              • Tabela Nutricional
              • +
              • Tabela nutricional

              A vista frontal, os ingredientes e a tabela de nutrição devem ser fornecidos pelo menos no idioma principal do produto. É recomendável que também forneça imagens para outros idiomas quando elas aparecerem no produto.

              Por exemplo, um produto destinado ao mercado belga pode ter fotografias mostrando o produto escrito em francês e em holandês.

              -

              Outras imagens também podem ser incluídas:

              +

              Podem também ser incluídas outras imagens:

                -
              • Verso e outras visões do produto (particularmente permitindo identificar automaticamente logotipos de etiquetas, etc.)
              • +
              • Verso e outras vistas do produto (permitem, nomeadamente, identificar automaticamente rótulos, logótipos, etc.)
              • Vista plana da embalagem
              Formato dos ficheiros de imagem
              • Formato JPEG ou PNG
              • -
              • Tamanho pelo menos 2000 pixels de largura ou altura
              • +
              • Tamanho mínimo de 2000 píxeis de largura ou altura
              Nome dos ficheiros de imagem
              -
              [barcode]_ [tipo de imagem] _ [código do idioma]. [Jpg ou png]
              +
              [código de barras]_[tipo de imagem]_[código do idioma].[jpg ou png]

              Por exemplo:

              @@ -144,7 +144,7 @@
              Nome dos ficheiros de imagem
            • ingredientes: lista de ingredientes
            • nutrição: tabela nutricional
            • costas: versão
            • -
            • qualquer nome que achar adequado (caracteres de a até e, sem espaços) para outras visualizações
            • +
            • qualquer nome que achar adequado (caracteres de a até e, sem espaços) para outras vistas
            @@ -162,15 +162,15 @@
            Campos obrigatórios
          • code: código de barras do produto como aparece na embalagem (EAN-13, EAN-8 ou outro)
          • lang: código de 2 letras da língua principal (mais presente na embalagem) do produto (exemplo: pt para português)
          • -
          • product_name_ [código de duas letras do idioma principal]: nome do produto (no campo product_name_pt para o nome em português)
          • -
          • generic_name_ [código de duas letras do idioma principal]: nome do produto genérico
          • +
          • product_name_[código de duas letras do idioma principal]: nome do produto (no campo product_name_pt para o nome em português)
          • +
          • generic_name_[código de duas letras do idioma principal]: nome do produto genérico
          • brands: marcas (vários valores possíveis para marcas e submarcas, separados por vírgulas)
          • quantity: quantidade, especifique a unidade e, possivelmente, adicione entre parênteses se o produto contiver várias unidades (exemplo: 120 g (4 x 30 g))
          • categories: categoria do produto, na linguagem principal do produto (exemplo: bolos de chocolate)
          • countries: país onde o produto é vendido, na língua principal do produto (vários valores possíveis, separados por vírgulas)
          • -
          • ingredients_text_ [código de duas letras do idioma principal]: lista de ingredientes (no campo ingredients_text_pt da lista em português). Os alérgenos podem ser indicados em LETRAS MAIÚSCULAS ou entre _
          • -
          • allergens: alérgenos, na língua principal do produto, separados por vírgulas
          • -
          • traces: traços de alérgenos, na língua principal do produto, separados por vírgulas
          • +
          • ingredients_text_[código de duas letras do idioma principal]: lista de ingredientes (no campo ingredients_text_pt da lista em português). Os alergénios podem ser indicados em LETRAS MAIÚSCULAS ou entre "_", por exemplo: água,_trigo_,corante ou água, TRIGO, corante
          • +
          • allergens: alergénios, na língua principal do produto, separados por vírgulas
          • +
          • traces: traços de alergénios, na língua principal do produto, separados por vírgulas
          • Entre os campos obrigatórios estão os valores nutricionais que aparecem na embalagem, por 100g / 100ml de produto vendido.

            @@ -179,8 +179,8 @@
            Campos obrigatórios
            • energy_100g: energia, em kJ
            • -
            • fat_100g: gordura
            • -
            • saturated-fat_100g: gordura saturada
            • +
            • fat_100g: lípidos (gordura)
            • +
            • saturated-fat_100g: lípidos saturados (gordura saturada)
            • carbohydrates_100g: hidratos de carbono
            • sugars_100g: açúcares
            • proteins_100g: proteínas
            • @@ -193,7 +193,7 @@
              Campos obrigatórios
              • fiber_100g: fibras
              • -
              • fruits-vegetables-nuts_100g: frutas, vegetais, nozes
              • +
              • fruits-vegetables-nuts_100g
              @@ -207,7 +207,7 @@
              Campos opcionais
            • emb_codes: códigos de empacotador e selos higiénicos europeus (vários valores possíveis, separados por vírgulas)
            • stores: locais de venda (vários valores possíveis, separados por vírgulas: nomes de cadeias de supermercados)
            • nutri_score: classificação Nutri-Score de A a E, apenas no caso de ser indicado na embalagem
            • -
            • serving_size: quantidade de uma veiculação, especifique a unidade
            • +
            • serving_size: quantidade de uma dose, especificar a unidade

            Os valores nutricionais também podem ser indicados para o produto preparado (com água, leite, etc.). Em seguida, adicione "_prepared" ao nome do campo. Por exemplo, energy_prepared_100g.

            @@ -216,27 +216,27 @@
            Campos opcionais
            [[nutrients-list.html]]

            Envio de fotografias e dados

            -

            Se o número de produtos for relativamente pequeno (menos de 1000 produtos) e as actualizações não forem frequentes (por exemplo, a cada 6 meses), é possível enviar as fotografias e o ficheiro CSV por qualquer meio (por exemplo, email para ficheiro CSV e WeTransfer, Google Drive, DropBox etc. para fotografias).

            -

            Para um maior número de produtos ou uma atualização mais regular, podemos criar um espaço SFTP onde pode enviar dados e fotografias manualmente ou automaticamente. Entre em contacto para que possamos colocar isso em prática.

            +

            Se o número de produtos for relativamente pequeno (menos de 1000 produtos) e as atualizações forem pouco frequentes (por exemplo, de 6 em 6 meses), é possível enviar-nos as fotografias e o ficheiro CSV por qualquer meio (por exemplo, email para o ficheiro CSV e WeTransfer, Google Drive, DropBox, etc. para as fotografias).

            +

            Para um maior número de produtos ou uma atualização mais regular, podemos criar um espaço SFTP onde pode enviar dados e fotografias manualmente ou automaticamente. Contacte-nos para que possamos pôr isto em prática.

            Perguntas frequentes

            A listagem de produtos é gratuita?

            -

            A importação dos dados é totalmente gratuita. Não aceitamos qualquer retribuição pela inclusão de dados. Estamos muito satisfeitos por ter decidido contribuir com os dados dos seus produtos para a transparência de alimentos e agradecemos por isso.

            +

            A importação dos dados é totalmente gratuita. Não aceitamos qualquer retribuição pela inclusão de dados. Estamos muito satisfeitos por terem decidido contribuir com os dados dos vossos produtos para a transparência alimentar, e agradecemos-vos por isso.

            Os dados do produtor substituirão os dados inseridos pelos contribuidores?

            -

            Os dados do produtor são controlados automaticamente pelo Open Food Facts com algoritmos de verificação de consistência e, em seguida, por alguns contribuidores. Temos plena confiança nos dados que nos envia, mas sabemos por experiência que é possível haverem erros de digitação.

            -

            Uma vez verificados, elos substituirão e / ou complementarão os dados inseridos pelos contribuidores.

            +

            Os dados dos produtores são controlados automaticamente pelo Open Food Facts, com algoritmos de verificação da coerência, e depois por alguns colaboradores. Temos plena confiança nos dados que nos envia, mas sabemos por experiência que é possível haverem erros de digitação.

            +

            Uma vez verificados, substituirão e/ou completarão os dados introduzidos pelos contribuintes.

            No caso de uma importação regular e automatizada, os dados substituirão todas as atualizações por colaboradores, a não ser que um erro de manifesto (que lhe será reportado) seja relatado num produto por um colaborador.

            -

            É possível excluir produtos que não são mais vendidos?

            +

            É possível eliminar produtos que já não são vendidos?

            -

            Quando um produto desaparece das prateleiras, ele é rapidamente consumido e rapidamente descobrimos que ele não é mais digitalizado.

            -

            Em seguida, arquivamos o produto para que permaneça disponível como um arquivo para fins científicos no contexto de coortes de alimentos que podem durar décadas. É essencial poder obter as composições do produto numa data precisa, mesmo que tenha mudado ou desaparecido.

            +

            Quando um produto desaparece das prateleiras, é rapidamente consumido, e rapidamente deixamos de o digitalizar.

            +

            Em seguida, arquivamos o produto para que fique disponível como um arquivo para fins científicos no contexto de coortes alimentares que podem durar décadas. É essencial poder obter as composições do produto numa data precisa, mesmo que tenha mudado ou desaparecido.

            Se tiver dados históricos sobre os seus produtos antigos ou versões antigas dos seus produtos, também estamos muito interessados nesses dados históricos, por forma a podermos retroceder no tempo, permitir análises científicas a longo prazo e tornar possível visualizar a evolução de alguns produtos.

            -

            Os produtores também podem nos enviar as listas de códigos de barras removidos da venda para que possamos rotular os produtos adequadamente.

            +

            Os produtores podem também enviar-nos as listas dos códigos de barras retirados da venda para que possamos rotular os produtos de forma adequada.

            -

            Podem produtos animais, produtos não alimentares, cosméticos e outros produtos ser integrados no Open Food Facts?

            -

            Criamos projetos específicos para cosméticos, para alimentação animal, bem como para outros produtos (Open Beauty Facts, Open Pet Food Facts e Open Products Facts, respectivamente). Estamos, portanto, felizes por poder importar seus produtos para o projeto que lhes convém.

            +

            Os produtos de origem animal, os produtos não alimentares, os cosméticos e outros produtos podem ser integrados no Open Food Facts?

            +

            Criamos projetos específicos para cosméticos, para alimentação animal, bem como para outros produtos (Open Beauty Facts, Open Pet Food Facts e Open Products Facts, respetivamente). Estamos, portanto, felizes por poder importar seus produtos para o projeto adequado.

            diff --git a/lang/pt_PT/texts/product-count.html b/lang/pt_PT/texts/product-count.html index ee8b34b1cf32..54b3d43f36f8 100644 --- a/lang/pt_PT/texts/product-count.html +++ b/lang/pt_PT/texts/product-count.html @@ -1,7 +1,7 @@ -

            Evolução da quantidade de produtos em Open Food Facts -

            -

            O Open Food Facts foi lançado publicamente em 19 de maio de 2012 (o site abriu para os primeiros beta testers no início de 2012). A base de dados continha 648 produtos nessa altura.

            -

            Este gráfico mostra a evolução da quantidade de produtos alimentares listados na base de dados do Open Food Facts e a quantidade de produtos com informações completas (fotos e dados).

            -

            You can help us by adding products (with the iPhone,Android and Windows Phone apps), but also by completing the product pages to be completed using the photos sent by other contributors. +

            Evolução da quantidade de produtos no Open Food Facts -

            +

            O Open Food Facts foi lançado publicamente em 19 de maio de 2012 (o site abriu para os primeiros testes beta no início de 2012). A base de dados continha 648 produtos nessa altura.

            +

            Este gráfico mostra a evolução da quantidade de produtos alimentares listados na base de dados do Open Food Facts e a quantidade de produtos com informações completas (fotografias e dados).

            +

            Pode ajudar-nos adicionando produtos (com a aplicação para iPhone,Android e Windows Phone), mas também completando as páginas de produtos a completar utilizando as fotografias enviadas por outros colaboradores.

            Muito obrigado!

            diff --git a/lang/pt_PT/texts/scan-parties.html b/lang/pt_PT/texts/scan-parties.html index a641319b240b..6d89fe3b0921 100644 --- a/lang/pt_PT/texts/scan-parties.html +++ b/lang/pt_PT/texts/scan-parties.html @@ -3,13 +3,13 @@ - Festa de escaneiamento + Festa de digitalização - + @@ -20,7 +20,7 @@
            -

            É o Scan Party Time!

            +

            É a festa da digitalização!

            @@ -29,10 +29,10 @@

            É o Scan Party Time!

            Os colaboradores do Open Food Facts abrem os dados para 50 mil produtos alimentares e lançam uma festa mundial de digitalização!

            -

            Em 3 anos, 15000 colaboradores de todo o mundo abriram os dados para 600 000 produtos alimentares de de 134 países digitalizando os códigos de barras e tirando fotografias das suas listas de ingredientes e tabelas de informações nutricionais. +

            Em 3 anos, 15000 colaboradores de todo o mundo abriram os dados para 600 000 produtos alimentares de de 134 países digitalizando os códigos de barras e tirando fotografias das suas listas de ingredientes e tabelas de informações nutricionais.

            Todos os dados estão disponíveis em dados abertos sob o Open Database License (ODbL) e podem ser reutilizados por qualquer pessoa e para qualquer uso.

            -

            A festa do scan mal começou, instale a nossa app Android, +

            A festa de digitalização mal começou, instale a nossa aplicação para Android, iPhone ou Windows Phone e junte-se a nós!

            @@ -48,19 +48,19 @@

            Abrindo os produtos alimentares... em todos os lugares nós digitalizamos!
            -

            Sim, eles escaneiam!

            +

            Sim, eles digitalizam!

            Use o hashtag #scanparty no Twitter e/ou envie-nos as suas fotografias para scanparty@openfoodfacts.org

            - Festa de escaneiamento + Festa de digitalização
            - +
            -

            A atitude do scan-do está se espalhando!

            +

            A atitude digitalizar-fazer está a espalhar-se!

            - Assembléia Geral em Paris
            + Assembleia Geral em Paris

            Digitalização de produtos na 1ª assembleia geral da associação Open Food Facts em Paris - 20 de junho de 2015

            @@ -73,14 +73,14 @@

            A atitude do scan-do está se espalhando!

            -

            Juntando-se a nós...

            +

            Junte-se a nós a seguir...

            Você? :-)
            -
            Sua família? :-)
            -
            Seus amigos? :-)
            +
            A sua família? :-)
            +
            Os seus amigos? :-)
            -

            Descubra e Contribua!

            +

            Descubra e contribua!

            Junte-se a nós no Slack:

            diff --git a/lang/pt_PT/texts/science.html b/lang/pt_PT/texts/science.html index ed519baa605a..0760f09aaec2 100644 --- a/lang/pt_PT/texts/science.html +++ b/lang/pt_PT/texts/science.html @@ -2,24 +2,24 @@

            Baseado na ciência e ajudando a Ciência

            -

            A ciência é um dos pilares principais do Open Food Facts. O Open Food Facts, desde a sua criação em 2012, contou com o trabalho científico revisado por pares para informar o público, como Nutri-Score e NOVA, e disponibilizá-los para uma enorme quantidade de pessoas em todo o mundo. Também estamos muito felizes e orgulhosos de ver os cientistas reutilizarem os nossos dados para impulsionar o conhecimento científico. Gostamos nos envolver com as equipas de pesquisa para ver o que elas podem criar e como podemos ajudá-las.

            -

            Se estiver a usar ou pensando em usar o Open Food Facts como parte de um projeto científico, informe-nos em contact@openfoodfacts.org +

            A ciência é um dos pilares principais do Open Food Facts. O Open Food Facts, desde a sua criação em 2012, tem-se baseado em trabalhos científicos revistos por pares para informar o público, como o Nutri-Score e o NOVA, e disponibilizando-os a um grande número de pessoas, em todo o mundo. Também estamos muito felizes e orgulhosos de ver os cientistas reutilizarem os nossos dados para impulsionar o conhecimento científico. Gostamos nos envolver com as equipas de pesquisa para ver o que elas podem criar e como podemos ajudá-las.

            +

            Se estiver a utilizar ou a considerar utilizar o Open Food Facts como parte de um projeto científico, informe-nos em contact@openfoodfacts.org

            - A equipa do Open Food Facts que conhece a equipa de pesquisa EREN + A equipa do Open Food Facts encontra-se com a equipa de investigação do EREN

            Conhecer a equipa de pesquisa EREN

            -

            Conhecemos a equipa de pesquisa EREN para entender melhor as suas necessidades científicas e as melhorias necessárias em Open Food Facts. +

            Tivemos a oportunidade de conhecer a equipa de investigação da EREN para compreender melhor as suas necessidades científicas e as melhorias de que necessitam no Open Food Facts.

            Encontro com Pr. Monteiro, o criador da NOVA

            Encontro com Pr. Monteiro, o criador da NOVA

            -

            Conhecemos Pr. Monteiro na Faculdade de Saúde Pública da USP , parte da equipa que cria diretrizes nutricionais para o Brasil e criadora dos grupos NOVA sobre processamento de alimentos . +

            Conhecemos Pr. Monteiro da Faculdade de Saúde Pública da USP, parte da equipa de criação das diretrizes nutricionais para o Brasil e criador dos grupos NOVA sobre processamento de alimentos.

            @@ -42,15 +42,15 @@

            Colaboração com a equipa de pesquisa do México

            - Logotipo da Universidade de Liège -

            Com a ajuda de ferramentas poderosas e a comunidade de Open Food Facts

            + Logótipo da Universidade de Liège +

            Com a ajuda de ferramentas poderosas e a comunidade do Open Food Facts

            O Open Food Facts tem muitas ferramentas para permitir a criação de dados em larga escala, usando o crowdsourcing.

            - Artigos que citam Open Food Facts no Google Scholar + Artigos que citam o Open Food Facts no Google Scholar

            Impacto científico mensurável

            -

            Muitas publicações usam e citam Open Food Facts, tanto em nutrição quanto em outras áreas de pesquisa. Explore artigos que citam Open Food Facts no Google Scholar +

            Muitas publicações usam e citam Open Food Facts, tanto em nutrição quanto em outras áreas de pesquisa. Explore artigos que citam o Open Food Facts no Google Scholar

            diff --git a/lang/pt_PT/texts/sendinblue.html b/lang/pt_PT/texts/sendinblue.html index 8a27b103948e..4bfa8f82112f 100644 --- a/lang/pt_PT/texts/sendinblue.html +++ b/lang/pt_PT/texts/sendinblue.html @@ -49,7 +49,7 @@ - We couldn't confirm your registration + Não foi possível confirmar o seu registo

            @@ -59,7 +59,7 @@ - Your registration is confirmed. + A sua inscrição está confirmada.
            @@ -68,13 +68,13 @@ data-type="subscription">
            -

            Sign-up for our news alerts for journalists

            +

            Subscreva os nossos alertas de notícias para jornalistas

            -

            Sign up for our newsletter to follow our important news. We are an non-profit, and our sole purpose with this is saving your time as journalists. Enviaremos apenas notícias que pode usar para o seu trabalho jornalístico.

            +

            Subscreva o nosso boletim informativo (newsletter) para acompanhar as nossas notícias importantes. Somos uma organização sem fins lucrativos e o nosso único objetivo é poupar o vosso tempo enquanto jornalistas. Enviaremos apenas notícias que pode usar para o seu trabalho jornalístico.

            @@ -101,7 +101,7 @@
            - +
            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/qu/texts/nova.html b/lang/qu/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/qu/texts/nova.html +++ b/lang/qu/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/qu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/qu/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/qu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/qu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/qu/texts/processing/mobile-app-promo-processing.html b/lang/qu/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/qu/texts/processing/mobile-app-promo-processing.html +++ b/lang/qu/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/rm/texts/data.html b/lang/rm/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/rm/texts/data.html +++ b/lang/rm/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/rm/texts/index-pro.html b/lang/rm/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/rm/texts/index-pro.html +++ b/lang/rm/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/rm/texts/nova.html b/lang/rm/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/rm/texts/nova.html +++ b/lang/rm/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/rm/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/rm/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/rm/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/rm/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/rm/texts/processing/mobile-app-promo-processing.html b/lang/rm/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/rm/texts/processing/mobile-app-promo-processing.html +++ b/lang/rm/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/ro/texts/contact.html b/lang/ro/texts/contact.html index 26983f19ef51..6d7246ac77fa 100644 --- a/lang/ro/texts/contact.html +++ b/lang/ro/texts/contact.html @@ -2,8 +2,8 @@

            Contactați echipa Open Food Facts

            Dacă aveți o întrebare, un comentariu sau o sugestie despre Open Food Facts, ne puteți trimite un e-mail la contact@openfoodfacts.org.

            -

            We already have answered many common questions in our FAQ

            -FAQ (Frequently Asked Questions) +

            Deja am răspuns la multe întrebări frecvente

            +Întrebări Frecvente

            Dacă sunteți producător, vă rugăm să ne trimiteți un e-mail la producers@openfoodfacts.org.

            Dacă sunteți jurnalist, vă rugăm să ne trimiteți un e-mail la presse@openfoodfacts.org.

            diff --git a/lang/ro/texts/data.html b/lang/ro/texts/data.html index 58d85c5f38e6..7270f43396ac 100644 --- a/lang/ro/texts/data.html +++ b/lang/ro/texts/data.html @@ -1,6 +1,6 @@ -

            Date

            +

            Condiții de reutilizare

            Baza de date Open Food Facts este disponibilă sub Open Database License.
            Conținutul individual al bazei de date este disponibil sub conținutul bazei de date.
            Imaginile produselor sunt disponibile sub Creative Commons Attribution ShareAlike. @@ -9,7 +9,8 @@

            Date

            Vă rugăm să citiți Termeni și condiții de utilizare și reutilizați înainte de a reutiliza datele.

            -

            Suntem foarte interesați să aflăm pentru ce sunt folosite datele Open Food Facts. Nu este obligatoriu, dar am aprecia foarte mult dacă ne spune despre reutilizările dvs. pentru a le putea împărtăși comunității Open Food Facts.

            +

            Spuneți-ne despre reutilizarea dvs

            +

            Suntem foarte interesați să aflăm pentru ce sunt folosite datele Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Export de date Open Food Facts

            @@ -20,7 +21,12 @@

            Export de date Open Food Facts

            Dump MongoDB

            Datele pentru toate produsele sunt disponibile într-un dump al bazei de date MongoDB.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            Dump MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Exporturile zilnice delta sunt furnizate pentru ultimele 14 zile. Lista fișierelor delta disponibile în prezent poate fi găsită la - https://static.openfoodfacts.org/data/delta/index.txt. - Fiecare linie reprezintă un fișier care este disponibil la https://static.openfoodfacts.org/data/delta/{filename}. - Numele fișierului conține marcajul temporal al UNIX pentru prima și ultima modificare conținută în fișierul JSON, astfel încât fișierele delta să poată fi - importate (după extracție) cu mongoimport în ordine alfabetică.

            -

            Vă rugăm să rețineți că, din cauza naturii mongoexport, fișierele delta nu vă pot spune despre produsele șterse. Pentru a elimina - produse șterse din baza de date, va trebui să importați dump-ul complet MongoDB.

            +

            Daily delta exports

            +

            Exporturile zilnice delta sunt furnizate pentru ultimele 14 zile. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Fiecare linie reprezintă un fișier care este disponibil la https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Vă rugăm să rețineți că, din cauza naturii mongoexport, fișierele delta nu vă pot spune despre produsele șterse. To remove deleted products from your database, you will need to import the full MongoDB dump.

            Export date JSONL

            -

            Întreaga bază de date este de asemenea disponibilă în format JSONL (numit uneori LDJSON sau NDJSON) unde fiecare linie este un obiect JSON. - Aceasta reprezintă aceleași date ca și exportul de MongoDB. Fişierul este comprimat cu gzip.

            +

            Întreaga bază de date este de asemenea disponibilă în format JSONL (numit uneori LDJSON sau NDJSON) unde fiecare linie este un obiect JSON. Aceasta reprezintă aceleași date ca și exportul de MongoDB. Fişierul este comprimat cu gzip.

            Link
            @@ -52,11 +53,8 @@

            Export date JSONL

            -

            Export date CSV

            - -

            Datele pentru toate produsele, sau unele dintre produsele, pot fi descărcate în format CSV ( care poate fi citit cu OpenOffice, Excel și multe alte software -uri) - prin formularul de căutare avansată.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Link-uri
            @@ -66,11 +64,8 @@

            Export date CSV

            Codificarea fișierelor este Unicode UTF-8. Caracterul care separă câmpurile este <tab> (tabulare).

            - -

            Export de date RDF

            - -

            Baza de date este, de asemenea, disponibilă în formatul RDF. Anunț în franceză.

            +

            Baza de date este, de asemenea, disponibilă în formatul RDF. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            Export de date RDF

            Export de date imagine

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Consultați documentația noastră pentru a afla mai multe despre cum să descărcați imagini.

            -

            Toate imaginile și rezultatele OCR pot fi descărcate fie de pe serverul nostru, fie de pe AWS (prin AWS Open Data Program). Consultați documentația noastră pentru a afla mai multe despre cum să descărcați imagini.

            -

            Live JSON și XML API

            + +

            OpenAPI Documentation for the JSON API

            Un API JSON este, de asemenea, disponibil pentru a citi datele unui produs. Acest API este utilizat în special în aplicația mobilă Open Food Facts pentru iPhone și Android.

            -

            Îmbunătățim API-ul în timp, dar avem grijă să păstrăm compatibilitatea cu versiunea anterioară. Vă rugăm să contactați dacă îl utilizați, astfel încât să vă putem spune despre eventualele modificări.

            +

            Îmbunătățim API-ul în timp, dar avem grijă să păstrăm compatibilitatea cu versiunea anterioară. Please get in touch if you use it, so that we can tell you about potential changes.

            URL pentru a citi datele unui produs: https://world.openfoodfacts.org/api/v0/product/[barcode].json

            Exemplu: https://world.openfoodfacts.org/api/v0/product/737628064502.json

            -

            De asemenea, puteți obține rezultatul în XML utilizând .xml

            -

            Exemplu: https://world.openfoodfacts.org/api/v0/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            Sunteți binevenit să utilizați API-ul pentru cazurile de producție, atâta timp cât 1 apel API = 1 scanare reală de către un utilizator. Orice încercare de a răzui baza de date folosind API-ul va fi foarte probabil blocată, deoarece exporturile zilnice complete sunt disponibile chiar pe această pagină.

            De asemenea, trimiterea unui antet HTTP cu apelul dvs. API este o modalitate bună prin care putem contacta, în cazul în care apare orice problemă.

            Dacă nu sunteți sigur de ceva sau aveți întrebări (nu există nicio întrebare prostească), nu ezitați să o întrebați pe canalul #api de pe Slack :-)

            -

            Aplicație mobilă pentru Android și iPhone

            - -

            Codul pentru aplicația mobilă Open Food Facts este disponibil pe GitHub (Flutter, Android și iOS). -Aplicația permite utilizatorilor să scaneze codul de bare al produselor, să vadă informațiile despre produse și să facă și să trimită fotografii și date pentru produsele lipsă.

            +

            Experimental XML API

            +

            De asemenea, puteți obține rezultatul în XML utilizând .xml

            +

            Exemplu: https://world.openfoodfacts.org/api/v0/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            Aplicația clasică pentru iOS este dezvoltată în Swift.

            -

            Aplicația clasică pentru Android este dezvoltată în Kotlin.

            -

            Noua aplicație multiplatformă este o aplicație Dart/Flutter.

            -

            Sunteți bineveniți să reutilizați codul (este open source) și să ne ajutați să îl îmbunătățim pentru toată lumea, pe întreaga planetă.

            Ambalaje şi SDK-uri

            Probabil că avem un pachet pentru limbajul tău de programare preferat. Dacă o facem, îl puteți folosi și îmbunătăți. Dacă nu o facem, puteți ajuta la crearea acestuia.

            Vă vor permite să consumați date, precum și utilizatorii să contribuie cu date noi

            -

            Principii generale

            +

            General principles to make your users happy

            • Puteți căuta informații despre produse, inclusiv multe valori calculate utile.
            • Dacă nu puteți obține informații despre un anumit produs, puteți determina utilizatorul să trimită fotografii și date, care vor fi apoi procesate de Open Food Facts AI și de colaboratori pentru a obține rezultatul calculat pe care doriți să le arătați.
            • @@ -137,7 +129,7 @@

              Principii generale

              Dacă utilizatorii dvs. nu se așteaptă la un rezultat imediat (de exemplu, aplicații de inventar)

              • Trimiteți fotografii (față/nutriție/ingrediente): cel mai dureros lucru pentru utilizatori
              • -
              • Open Food Facts AI Robotoff va genera date derivate din fotografii
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • În timp, alte aplicații și comunitatea Open Food Facts vor umple golurile de date
              @@ -148,27 +140,40 @@

              Dacă utilizatorii dvs. se așteaptă la un rezultat imediat (de exemplu, ap
            • Trimiteți categoria + etichete > primiți în curând Scorul Eco (despre impactul asupra mediului)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            Aplicația permite utilizatorilor să scaneze codul de bare al produselor, să vadă informațiile despre produse și să facă și să trimită fotografii și date pentru produsele lipsă.

            + +

            Sunteți bineveniți să reutilizați codul (este open source) și să ne ajutați să îl îmbunătățim pentru toată lumea, pe întreaga planetă.

            + +

            SDKs

            + +

            Discutând date, API și exporturi

            -

            Puteți să vă alăturați sălilor de discuții Open Food Facts Slack care este modul preferat de a pune întrebări și de a discuta API.

            -

            Puteți deschide o temă în depozitul nostru de documentație API - -

            Contact

            - -

            Pentru orice întrebare legată de date, ne puteți contacta la contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            Puteți deschide o temă în depozitul nostru de documentație API +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ro/texts/index-pro.html b/lang/ro/texts/index-pro.html index 4caffe65d92b..74fea22a12e4 100644 --- a/lang/ro/texts/index-pro.html +++ b/lang/ro/texts/index-pro.html @@ -32,7 +32,7 @@

            Date validate

            Improvements -

            Obțineți sugestii pentru a vă îmbunătăți cu ușurință Nutri-Score

            +

            Obțineți sugestii pentru a vă îmbunătăți cu ușurință Nutri-Score

            • Îmbunătățirea semnificativă a Nutri-Score printr-o reducere rezonabilă a nivelului de zahăr, sare sau acizi grași saturați.
            • diff --git a/lang/ro/texts/nova.html b/lang/ro/texts/nova.html index c7d60612a6de..6a25aa5333ad 100644 --- a/lang/ro/texts/nova.html +++ b/lang/ro/texts/nova.html @@ -14,7 +14,7 @@

              O clasificare în 4 grupe pentru a evidenția gradu

              Unele țări folosesc grupurile NOVA pentru ghidurile sau obiectivele lor alimentare, de exemplu:

              diff --git a/lang/ro/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ro/texts/nutriscore/mobile-app-promo-nutriscore.html index 79a80e76a47b..d564ea6ba730 100644 --- a/lang/ro/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ro/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
              +
              +

              Instalați aplicația mobilă Open Food Facts

              NutriScore pe aplicația mobilă "Open Food Facts"

              Obțineți Nutri-Score-ul cu aplicația Open Food Facts!

              -
              - -
              - -

              Instalați aplicația mobilă Open Food Facts

              - -

              Pentru a scana produsele alimentare, a obține nota lor Nutri-Score, grupul NOVA pentru alimente ultra procesate, alerte legate de alergeni și pentru a descifra aditivii alimentari, instalați aplicația gratuită Open Food Facts!

              +

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Disponibil pe App Store Disponibil pe Google Play -Disponibil pentru Windows 11 și versiuni ulterioare +Available for Windows 11 and up Android APK

              -

              Veți putea, de asemenea, adăuga produse noi în baza de date Open Food Facts și contribui la construirea unui bun comun pentru îmbunătățirea alimentației și a sănătății tuturor. Vă mulţumim!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Vă mulţumim!

              +
            diff --git a/lang/ro/texts/open-food-facts-mobile-app.html b/lang/ro/texts/open-food-facts-mobile-app.html index d9b76462957e..43983bc77717 100644 --- a/lang/ro/texts/open-food-facts-mobile-app.html +++ b/lang/ro/texts/open-food-facts-mobile-app.html @@ -153,7 +153,6 @@

            Scanați mâncarea din viața de zi cu zi pentru a obține imaginea completă -

            Deschideți aplicația Open Food Facts și îndreptați camera către codul de bare al mâncării preferate!

            @@ -184,7 +183,6 @@

            Scanați aproape orice mâncare pentru a vedea impactul acesteia asupra planetei -

            Aflați despre impactul asupra mediului a peste 600 de mii de produse alimentare cu Eco-Score.

            Răsfoiți panourile de cunoștințe pentru a obține informații precum amprenta de carbon echivalentă, originea ingredientelor, posibila amenințare a speciilor în timpul procesului de fabricație.

            diff --git a/lang/ro/texts/processing/mobile-app-promo-processing.html b/lang/ro/texts/processing/mobile-app-promo-processing.html index a49ec5dcb685..b000edce726b 100644 --- a/lang/ro/texts/processing/mobile-app-promo-processing.html +++ b/lang/ro/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            Instalați aplicația mobilă Open Food Facts

            NutriScore pe aplicația mobilă "Open Food Facts"

            Obțineți grupul NOVA cu aplicația Open Food Facts!

            -
            -

            Instalați aplicația mobilă Open Food Facts

            -

            Pentru a scana produsele alimentare, obțineți grupul NOVA pentru alimente ultraprocesate, gradul nutrițional Nutri-Score, alerte despre alergeni și pentru a descifra aditivii alimentari, instalați aplicația gratuită Open Food Facts!

            +

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Disponibil pe App Store Disponibil pe Google Play -Magazin Windows Phone +Windows Phone Store Android APK

            -

            Veți putea, de asemenea, adăuga produse noi în baza de date Open Food Facts și contribui la construirea unui bun comun pentru îmbunătățirea alimentației și a sănătății tuturor. Vă mulţumim!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Vă mulţumim!

            + +
            diff --git a/lang/ru/texts/data.html b/lang/ru/texts/data.html index 447f51d6cb0a..0725ac876643 100644 --- a/lang/ru/texts/data.html +++ b/lang/ru/texts/data.html @@ -1,6 +1,6 @@ -

            Данные

            +

            Conditions for reuse

            База данных Open Food Facts доступна под Open Database License.
            Отдельное содержимое базы данных доступно под Database Contents License.
            Изображения продуктов доступны под Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Данные

            Пожалуйста, прочитайте Условия использования и повторного использования перед повторным использованием данных.

            -

            Мы очень заинтересованы в изучении целей использования данных Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            Мы очень заинтересованы в изучении целей использования данных Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Экспорт данных Open Food Facts

            @@ -20,7 +21,12 @@

            Экспорт данных Open Food Facts

            Дамп MongoDB

            Данные для всех продуктов доступны в дампе базы данных MongoDB.

            - +
            Ссылка
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            Дамп MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Экспорт дельты

            - -

            Ежедневный экспорт дельты предоставляется за предыдущие 14 дней. Список доступных в настоящее время дельта-файлов можно найти по адресу - https://static.openfoodfacts.org/data/delta/index.txt. - Каждая строка представляет файл, который доступен по адресу https://static.openfoodfacts.org/data/delta/{filename}. - Имя файла содержит метку времени UNIX первого и последнего изменения, содержащуюся в файле JSON, так что дельта-файлы могут быть импортированы - (после извлечения) с помощью mongoimport в алфавитном порядке.

            -

            Обратите внимание, что из-за природы mongoexport, дельта-файлы не смогут рассказать вам об удаленных продуктах. Чтобы убрать - удаленные товары из вашей базы данных, вам необходимо импортировать полный дамп MongoDB.

            +

            Daily delta exports

            +

            Ежедневный экспорт дельты предоставляется за предыдущие 14 дней. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Каждая строка представляет файл, который доступен по адресу https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Обратите внимание, что из-за природы mongoexport, дельта-файлы не смогут рассказать вам об удаленных продуктах. To remove deleted products from your database, you will need to import the full MongoDB dump.

            Экспорт данных CSV

            -

            Вся база данных также доступна в формате JSONL (иногда называемом LDJSON или NDJSON), где каждая строка является объектом JSON. - Он представляет те же данные, что и экспорт из MongoDB. Файл сжат с помощью gzip.

            +

            Вся база данных также доступна в формате JSONL (иногда называемом LDJSON или NDJSON), где каждая строка является объектом JSON. Он представляет те же данные, что и экспорт из MongoDB. Файл сжат с помощью gzip.

            Ссылка
            @@ -52,11 +53,8 @@

            Экспорт данных CSV

            -

            Экспорт данных CSV

            - -

            Данные для всех продуктов или некоторых продуктов можно загрузить в формате CSV (для чтения с помощью OpenOffice, Excel и многих других программ) - через форму расширенного поиска.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            Экспорт данных CSV

            Кодировка файла - Unicode UTF-8. Символом, который разделяет поля, является <tab> (табуляция).

            - -

            Экспорт данных RDF

            - -

            База данных также доступна в формате RDF. announcement in French.

            +

            База данных также доступна в формате RDF. You can read the announcement in French.

            Ссылка
            @@ -78,56 +73,53 @@

            Экспорт данных RDF

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            JSON API также доступен для чтения данных о продукте. Этот API, в частности, используется в мобильном приложении Open Food Facts для iPhone и Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Мобильное приложение для Android и iPhone

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • DART: GitHub
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Связаться с нами

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ru/texts/index-pro.html b/lang/ru/texts/index-pro.html index 849819858fe8..8ebf751b7dd6 100644 --- a/lang/ru/texts/index-pro.html +++ b/lang/ru/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Значительно улучшите Nutri-Score за счет разумного снижения содержания сахара, соли или насыщенных жирных кислот.
            • diff --git a/lang/ru/texts/keyfacts.html b/lang/ru/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/ru/texts/keyfacts.html +++ b/lang/ru/texts/keyfacts.html @@ -42,7 +42,7 @@

              Promoting nutritional quality indicators

              Creating and maintaining an ecosystem of uses and research

              -

              Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

              +

              Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

              Change the practices of manufacturers

              diff --git a/lang/ru/texts/nova.html b/lang/ru/texts/nova.html index 549aa419c8cb..8b1e9e447dae 100644 --- a/lang/ru/texts/nova.html +++ b/lang/ru/texts/nova.html @@ -14,7 +14,7 @@

              Классификация по 4 группам д

              Некоторые страны используют группы NOVA для своих диетических рекомендаций или целей, например:

              diff --git a/lang/ru/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ru/texts/nutriscore/mobile-app-promo-nutriscore.html index db2bd9f15882..a0aaccd12b48 100644 --- a/lang/ru/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ru/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
              +
              +

              Установите мобильное приложение Open Food Facts

              NutriScore в мобильном приложении Open Food Facts

              Получите Nutri-Score с помощью приложения Open Food Facts!

              -
              - -
              - -

              Установите мобильное приложение Open Food Facts

              - -

              Для того, чтобы сканировать продукты, с целью получения питательной оценки Nutri-Score, группы NOVA для ультрапереработанных пищевых продуктов, предупреждений об аллергенах и расшифровки содержащихся пищевых добавок, установите бесплатное приложение Open Food Facts!

              +

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Доступно в App Store Доступно в Google Play -Available for Windows 11 and up +Available for Windows 11 and up Android APK

              -

              Вы также сможете легко добавлять новые продукты в Open Food Facts и помогать создавать общее благо для улучшения питания и здоровья каждого. Спасибо!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Спасибо!

              +
              diff --git a/lang/ru/texts/processing/mobile-app-promo-processing.html b/lang/ru/texts/processing/mobile-app-promo-processing.html index b945f79b1dcf..eef1a1ccfea1 100644 --- a/lang/ru/texts/processing/mobile-app-promo-processing.html +++ b/lang/ru/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
              +
              +

              Установите мобильное приложение Open Food Facts

              NutriScore в мобильном приложении Open Food Facts

              Откройте NOVA group с приложением Open Food Facts!

              -
              -

              Установите мобильное приложение Open Food Facts

              -

              Чтобы сканировать продукты, получить группу NOVA для ультра-обработанных продуктов, их пищевую ценность Nutri-Score, предупреждения об аллергенах и расшифровать пищевые добавки, установите бесплатное приложение Open Food Facts!

              +

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Доступно в App Store Доступно в Google Play -Windows Phone Store +Windows Phone Store Android APK

              -

              Вы также сможете легко добавлять новые продукты в Open Food Facts и помогать создавать общее благо для улучшения питания и здоровья каждого. Спасибо!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Спасибо!

              + +
              diff --git a/lang/sa/texts/data.html b/lang/sa/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sa/texts/data.html +++ b/lang/sa/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sa/texts/index-pro.html b/lang/sa/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sa/texts/index-pro.html +++ b/lang/sa/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/sa/texts/nova.html b/lang/sa/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sa/texts/nova.html +++ b/lang/sa/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/sa/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sa/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sa/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sa/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/sa/texts/processing/mobile-app-promo-processing.html b/lang/sa/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sa/texts/processing/mobile-app-promo-processing.html +++ b/lang/sa/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/sat/texts/data.html b/lang/sat/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sat/texts/data.html +++ b/lang/sat/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sat/texts/index-pro.html b/lang/sat/texts/index-pro.html index 905a290b8491..1236c4c83ea3 100644 --- a/lang/sat/texts/index-pro.html +++ b/lang/sat/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sat/texts/nova.html b/lang/sat/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sat/texts/nova.html +++ b/lang/sat/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sat/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sat/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sat/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sat/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sat/texts/processing/mobile-app-promo-processing.html b/lang/sat/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sat/texts/processing/mobile-app-promo-processing.html +++ b/lang/sat/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sc/texts/data.html b/lang/sc/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sc/texts/data.html +++ b/lang/sc/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sc/texts/index-pro.html b/lang/sc/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sc/texts/index-pro.html +++ b/lang/sc/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sc/texts/nova.html b/lang/sc/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sc/texts/nova.html +++ b/lang/sc/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sc/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sc/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sc/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sc/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sc/texts/processing/mobile-app-promo-processing.html b/lang/sc/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sc/texts/processing/mobile-app-promo-processing.html +++ b/lang/sc/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sco/texts/data.html b/lang/sco/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sco/texts/data.html +++ b/lang/sco/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sco/texts/index-pro.html b/lang/sco/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sco/texts/index-pro.html +++ b/lang/sco/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sco/texts/nova.html b/lang/sco/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sco/texts/nova.html +++ b/lang/sco/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sco/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sco/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sco/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sco/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sco/texts/processing/mobile-app-promo-processing.html b/lang/sco/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sco/texts/processing/mobile-app-promo-processing.html +++ b/lang/sco/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sd/texts/data.html b/lang/sd/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sd/texts/data.html +++ b/lang/sd/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sd/texts/index-pro.html b/lang/sd/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sd/texts/index-pro.html +++ b/lang/sd/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sd/texts/nova.html b/lang/sd/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sd/texts/nova.html +++ b/lang/sd/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sd/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sd/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sd/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sd/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sd/texts/processing/mobile-app-promo-processing.html b/lang/sd/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sd/texts/processing/mobile-app-promo-processing.html +++ b/lang/sd/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sg/texts/data.html b/lang/sg/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sg/texts/data.html +++ b/lang/sg/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sg/texts/index-pro.html b/lang/sg/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sg/texts/index-pro.html +++ b/lang/sg/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sg/texts/nova.html b/lang/sg/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sg/texts/nova.html +++ b/lang/sg/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sg/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sg/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sg/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sg/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sg/texts/processing/mobile-app-promo-processing.html b/lang/sg/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sg/texts/processing/mobile-app-promo-processing.html +++ b/lang/sg/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/si/texts/data.html b/lang/si/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/si/texts/data.html +++ b/lang/si/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/si/texts/index-pro.html b/lang/si/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/si/texts/index-pro.html +++ b/lang/si/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/si/texts/nova.html b/lang/si/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/si/texts/nova.html +++ b/lang/si/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/si/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/si/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/si/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/si/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/si/texts/processing/mobile-app-promo-processing.html b/lang/si/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/si/texts/processing/mobile-app-promo-processing.html +++ b/lang/si/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sk/texts/data.html b/lang/sk/texts/data.html index 3a105751cb5a..262e4c083ded 100644 --- a/lang/sk/texts/data.html +++ b/lang/sk/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Kontakt

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sk/texts/index-pro.html b/lang/sk/texts/index-pro.html index fbe62f981a75..b2b4cdea10dd 100644 --- a/lang/sk/texts/index-pro.html +++ b/lang/sk/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Výrazne zlepšite Nutri-Score primeraným znížením cukru, soli alebo nasýtených mastných kyselín.
            • diff --git a/lang/sk/texts/nova.html b/lang/sk/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sk/texts/nova.html +++ b/lang/sk/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sk/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sk/texts/nutriscore/mobile-app-promo-nutriscore.html index b9e0f6e1c565..804981216859 100644 --- a/lang/sk/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sk/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sk/texts/processing/mobile-app-promo-processing.html b/lang/sk/texts/processing/mobile-app-promo-processing.html index 5e613ef9dc0d..e96c4b5d8c93 100644 --- a/lang/sk/texts/processing/mobile-app-promo-processing.html +++ b/lang/sk/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sl/texts/data.html b/lang/sl/texts/data.html index 431547ba0c85..7ac3ba6adead 100644 --- a/lang/sl/texts/data.html +++ b/lang/sl/texts/data.html @@ -1,6 +1,6 @@ -

            Podatki

            +

            Conditions for reuse

            Zbirka podatkov Open Food Facts je na voljo pod licenco Open Database License
            Posamezne vsebine zbirke podatkov so na voljo pod licenco Content Contents License
            Slike izdelkov so na voljo pod licenco Creative Commons Attribution ShareAlike . @@ -9,7 +9,8 @@

            Podatki

            Prosimo, preberite Pogoji uporabe in ponovne uporabe pred ponovno uporabo podatkov.

            -

            Zelo nas zanima, za kaj se uporabljajo podatki o Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            Zelo nas zanima, za kaj se uporabljajo podatki o Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Izvoz podatkov Open Food Facts

            @@ -21,7 +22,12 @@

            Izvoz podatkov Open Food Facts

            Smetišče MongoDB

            Podatki za vse izdelke so na voljo v dumpu baze podatkov MongoDB.

            - +
            Povezava
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -31,21 +37,16 @@

            Smetišče MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            Izvoz podatkov CSV

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - Predstavlja enake podatke kot izvoz MongoDB. Datoteka je stisnjena z gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. Predstavlja enake podatke kot izvoz MongoDB. Datoteka je stisnjena z gzip.

            Povezava
            @@ -53,10 +54,8 @@

            Izvoz podatkov CSV

            -

            Izvoz podatkov CSV

            - -

            Kodiranje datotek je Unicode UTF-8. Znak, ki ločuje polja, je <tab> (tabeliranje).

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +65,8 @@

            Izvoz podatkov CSV

            Kodiranje datoteke je Unicode UTF-8. Znak, ki ločuje polja, je <tab> (tab).

            - -

            Izvoz podatkov RDF

            - -

            Baza podatkov je na voljo tudi v formatu RDF. announcement in French.

            +

            Baza podatkov je na voljo tudi v formatu RDF. You can read the announcement in French.

            Povezava
            @@ -78,56 +74,53 @@

            Izvoz podatkov RDF

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            + -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            +

            OpenAPI Documentation for the JSON API

            Za branje podatkov za izdelek je na voljo tudi JSON API. Ta API se uporablja zlasti v mobilni aplikaciji Open Food Facts za iPhone in Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Mobilna aplikacija za Android in iPhone

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Ovojnice in paketi SDK

            Verjetno imamo ovoj za vaš najljubši programski jezik. Če ga imamo, ga lahko uporabite in izboljšate. Če ga ni, nam ga lahko pomagate ustvariti.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • DART: GitHub
            • @@ -137,7 +130,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +141,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Razprava o podatkih, API-ju in izvozu

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Stik

            - -

            Za vsa vprašanja v zvezi s podatki se lahko obrnete na contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sl/texts/index-pro.html b/lang/sl/texts/index-pro.html index 9f698bf00a46..54d12e24ea73 100644 --- a/lang/sl/texts/index-pro.html +++ b/lang/sl/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sl/texts/nova.html b/lang/sl/texts/nova.html index c3e48c7274c0..1b2c991edc0c 100644 --- a/lang/sl/texts/nova.html +++ b/lang/sl/texts/nova.html @@ -14,7 +14,7 @@

              Razvrstitev v 4 skupine za poudarjanje stopnje pred

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sl/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sl/texts/nutriscore/mobile-app-promo-nutriscore.html index 3a501deacf5e..17993a637463 100644 --- a/lang/sl/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sl/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Preizkusite novo mobilno aplikacijo Open Food Facts

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Preizkusite novo mobilno aplikacijo Open Food Facts

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Preizkusite novo mobilno aplikacijo Open Food Facts



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Hvala vam!

              +
            diff --git a/lang/sl/texts/processing/mobile-app-promo-processing.html b/lang/sl/texts/processing/mobile-app-promo-processing.html index 62e66349a55f..f8847f80225e 100644 --- a/lang/sl/texts/processing/mobile-app-promo-processing.html +++ b/lang/sl/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Preizkusite novo mobilno aplikacijo Open Food Facts

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Preizkusite novo mobilno aplikacijo Open Food Facts

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Preizkusite novo mobilno aplikacijo Open Food Facts

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Hvala vam!

            + +
            diff --git a/lang/sma/texts/data.html b/lang/sma/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sma/texts/data.html +++ b/lang/sma/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sma/texts/index-pro.html b/lang/sma/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sma/texts/index-pro.html +++ b/lang/sma/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sma/texts/nova.html b/lang/sma/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sma/texts/nova.html +++ b/lang/sma/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sma/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sma/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sma/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sma/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sma/texts/processing/mobile-app-promo-processing.html b/lang/sma/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sma/texts/processing/mobile-app-promo-processing.html +++ b/lang/sma/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sn/texts/data.html b/lang/sn/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sn/texts/data.html +++ b/lang/sn/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sn/texts/index-pro.html b/lang/sn/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sn/texts/index-pro.html +++ b/lang/sn/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sn/texts/nova.html b/lang/sn/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sn/texts/nova.html +++ b/lang/sn/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sn/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sn/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sn/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sn/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sn/texts/processing/mobile-app-promo-processing.html b/lang/sn/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sn/texts/processing/mobile-app-promo-processing.html +++ b/lang/sn/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/so/texts/data.html b/lang/so/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/so/texts/data.html +++ b/lang/so/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/so/texts/index-pro.html b/lang/so/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/so/texts/index-pro.html +++ b/lang/so/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/so/texts/nova.html b/lang/so/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/so/texts/nova.html +++ b/lang/so/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/so/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/so/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/so/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/so/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/so/texts/processing/mobile-app-promo-processing.html b/lang/so/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/so/texts/processing/mobile-app-promo-processing.html +++ b/lang/so/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/son/texts/data.html b/lang/son/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/son/texts/data.html +++ b/lang/son/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/son/texts/index-pro.html b/lang/son/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/son/texts/index-pro.html +++ b/lang/son/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/son/texts/nova.html b/lang/son/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/son/texts/nova.html +++ b/lang/son/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/son/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/son/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/son/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/son/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/son/texts/processing/mobile-app-promo-processing.html b/lang/son/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/son/texts/processing/mobile-app-promo-processing.html +++ b/lang/son/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sq/texts/data.html b/lang/sq/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sq/texts/data.html +++ b/lang/sq/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sq/texts/index-pro.html b/lang/sq/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sq/texts/index-pro.html +++ b/lang/sq/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sq/texts/nova.html b/lang/sq/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sq/texts/nova.html +++ b/lang/sq/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sq/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sq/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sq/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sq/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sq/texts/processing/mobile-app-promo-processing.html b/lang/sq/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sq/texts/processing/mobile-app-promo-processing.html +++ b/lang/sq/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sr/texts/data.html b/lang/sr/texts/data.html index e2d5c8029828..281ac6f9f7aa 100644 --- a/lang/sr/texts/data.html +++ b/lang/sr/texts/data.html @@ -1,6 +1,6 @@ -

            Подаци

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Подаци

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sr/texts/index-pro.html b/lang/sr/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sr/texts/index-pro.html +++ b/lang/sr/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sr/texts/nova.html b/lang/sr/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sr/texts/nova.html +++ b/lang/sr/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sr/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sr/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sr/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sr/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sr/texts/processing/mobile-app-promo-processing.html b/lang/sr/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sr/texts/processing/mobile-app-promo-processing.html +++ b/lang/sr/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sr_CS/texts/data.html b/lang/sr_CS/texts/data.html index 1ab69cd66669..8a5783dad47c 100644 --- a/lang/sr_CS/texts/data.html +++ b/lang/sr_CS/texts/data.html @@ -1,6 +1,6 @@ -

            Podaci

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Podaci

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sr_CS/texts/index-pro.html b/lang/sr_CS/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sr_CS/texts/index-pro.html +++ b/lang/sr_CS/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sr_CS/texts/nova.html b/lang/sr_CS/texts/nova.html index 47a193071897..4abd3bc6d506 100644 --- a/lang/sr_CS/texts/nova.html +++ b/lang/sr_CS/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sr_CS/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sr_CS/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sr_CS/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sr_CS/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sr_CS/texts/processing/mobile-app-promo-processing.html b/lang/sr_CS/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sr_CS/texts/processing/mobile-app-promo-processing.html +++ b/lang/sr_CS/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sr_RS/texts/data.html b/lang/sr_RS/texts/data.html index e2d5c8029828..281ac6f9f7aa 100644 --- a/lang/sr_RS/texts/data.html +++ b/lang/sr_RS/texts/data.html @@ -1,6 +1,6 @@ -

            Подаци

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Подаци

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sr_RS/texts/index-pro.html b/lang/sr_RS/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sr_RS/texts/index-pro.html +++ b/lang/sr_RS/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/sr_RS/texts/nova.html b/lang/sr_RS/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sr_RS/texts/nova.html +++ b/lang/sr_RS/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/sr_RS/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sr_RS/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sr_RS/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sr_RS/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/sr_RS/texts/processing/mobile-app-promo-processing.html b/lang/sr_RS/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sr_RS/texts/processing/mobile-app-promo-processing.html +++ b/lang/sr_RS/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/ss/texts/data.html b/lang/ss/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ss/texts/data.html +++ b/lang/ss/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ss/texts/index-pro.html b/lang/ss/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ss/texts/index-pro.html +++ b/lang/ss/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/ss/texts/nova.html b/lang/ss/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ss/texts/nova.html +++ b/lang/ss/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/ss/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ss/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ss/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ss/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/ss/texts/processing/mobile-app-promo-processing.html b/lang/ss/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ss/texts/processing/mobile-app-promo-processing.html +++ b/lang/ss/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/st/texts/data.html b/lang/st/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/st/texts/data.html +++ b/lang/st/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/st/texts/index-pro.html b/lang/st/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/st/texts/index-pro.html +++ b/lang/st/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/st/texts/nova.html b/lang/st/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/st/texts/nova.html +++ b/lang/st/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/st/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/st/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/st/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/st/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/st/texts/processing/mobile-app-promo-processing.html b/lang/st/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/st/texts/processing/mobile-app-promo-processing.html +++ b/lang/st/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/sv/texts/contribute-to-open-food-facts-by-playing.html b/lang/sv/texts/contribute-to-open-food-facts-by-playing.html index 0f75ee08ff53..45b3517e9238 100644 --- a/lang/sv/texts/contribute-to-open-food-facts-by-playing.html +++ b/lang/sv/texts/contribute-to-open-food-facts-by-playing.html @@ -51,7 +51,7 @@

            2.
          • The "Edit" button: lets you edit the product on Open Food Facts,.
          • This last option is useful when the product requires further modification.

            -

            3. Annotations

            +

            3. Anteckningar

            On the far right of the screen (or at the very bottom of the screen if you are on mobile), there are annotations that let you know:

            • The number of products remaining to be treated (varies depending on the filters applied),
            • diff --git a/lang/sv/texts/data.html b/lang/sv/texts/data.html index ebea7369195a..4f61d26487c8 100644 --- a/lang/sv/texts/data.html +++ b/lang/sv/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Var god läs Villkor för användning och återanvändnin innan du använder data.

              -

              Vi är mycket intresserade av att lära oss vad Open Food Facts-data används för. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              Vi är mycket intresserade av att lära oss vad Open Food Facts-data används för. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dumpning

              Data for all products is available in a MongoDB database dump.

              - +
              Länk
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dumpning

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. Filen komprimeras med gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. Filen komprimeras med gzip.

              Länk
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data för alla produkter, eller några av produkterna, kan laddas ner i CSV -format (läsbart med OpenOffice, Excel och många andra program) - genom det avancerade sökformuläret.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Länkar
              @@ -66,11 +64,8 @@

              CSV Data Export

              Filkodningen är Unicode UTF-8. Tecknet som separerar fält är <tab> (tabulering).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Länk
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              + -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON och XML API

              +

              OpenAPI Documentation for the JSON API

              Ett JSON API är också tillgängligt för att läsa data för en produkt. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android och iPhone mobilapp

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. Om vi har det kan du använda det och förbättra det. Om inte kan du hjälpa till att skapa det.

              They will let you consume data, as well as let your users contribute new data

              -

              Allmänna principer

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • DART: GitHub
              • @@ -137,7 +129,7 @@

                Allmänna principer

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Kontakt

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sv/texts/index-pro.html b/lang/sv/texts/index-pro.html index 412a93ecc7ce..eb2acae05a76 100644 --- a/lang/sv/texts/index-pro.html +++ b/lang/sv/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/sv/texts/nova.html b/lang/sv/texts/nova.html index 96c38c74aa8f..be975b345ec7 100644 --- a/lang/sv/texts/nova.html +++ b/lang/sv/texts/nova.html @@ -14,7 +14,7 @@

                En klassificering i 4 grupper för att belysa grade

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/sv/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sv/texts/nutriscore/mobile-app-promo-nutriscore.html index ac7b3aa5785f..ab1998d56a7a 100644 --- a/lang/sv/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sv/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
                +
                +

                Installera mobilappen Open Food Facts

                NutriScore på mobilappen Open Food Facts

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Installera mobilappen Open Food Facts

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Finns i App Store Finns på Google Play -Tillgänglig för Windows 11 och senare +Available for Windows 11 and up Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Tack!

                +
              diff --git a/lang/sv/texts/processing/mobile-app-promo-processing.html b/lang/sv/texts/processing/mobile-app-promo-processing.html index afd4d18893f3..8906f4dfb177 100644 --- a/lang/sv/texts/processing/mobile-app-promo-processing.html +++ b/lang/sv/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Installera mobilappen Open Food Facts

              NutriScore på mobilappen Open Food Facts

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Installera mobilappen Open Food Facts

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Finns i App Store @@ -11,3 +10,5 @@

              Installera mobilappen Open Food Facts

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Tack!

              + +
              diff --git a/lang/sw/texts/data.html b/lang/sw/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/sw/texts/data.html +++ b/lang/sw/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/sw/texts/index-pro.html b/lang/sw/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/sw/texts/index-pro.html +++ b/lang/sw/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/sw/texts/nova.html b/lang/sw/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/sw/texts/nova.html +++ b/lang/sw/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/sw/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/sw/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/sw/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/sw/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/sw/texts/processing/mobile-app-promo-processing.html b/lang/sw/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/sw/texts/processing/mobile-app-promo-processing.html +++ b/lang/sw/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/ta/texts/data.html b/lang/ta/texts/data.html index 431f734f886c..9cd449474bd1 100644 --- a/lang/ta/texts/data.html +++ b/lang/ta/texts/data.html @@ -1,6 +1,6 @@ -

              தரவு

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              தரவு

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              படத் தரவு ஏற்றுமதி

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). எமது படங்களைப் பதிவிறக்குவது எப்படி என்பதைப் பற்றி மேலும் அறிய பார்க்கவும்.

              -

              அனைத்து படங்கள் மற்றும் OCR முடிவுகள் எங்கள் சேவையகத்திலிருந்து அல்லது AWS இலிருந்து (AWS திறந்த தரவு நிரல்மூலம்) பதிவிறக்கம் செய்யப்படலாம். எமது படங்களைப் பதிவிறக்குவது எப்படி என்பதைப் பற்றி மேலும் அறிய பார்க்கவும்.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              காலப்போக்கில் API ஐ மேம்படுத்துகிறோம் ஆனால் பின்னோக்கி இணக்கத்தன்மையை வைத்திருப்பதில் கவனமாக இருக்கிறோம். நீங்கள் பயன்படுத்தினால் ஐத் தொடர்புகொள்ளவும், அதனால் சாத்தியமான மாற்றங்களைப் பற்றி நாங்கள் உங்களுக்குத் தெரிவிக்க முடியும்.

              +

              காலப்போக்கில் API ஐ மேம்படுத்துகிறோம் ஆனால் பின்னோக்கி இணக்கத்தன்மையை வைத்திருப்பதில் கவனமாக இருக்கிறோம். Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              .xmlஐப் பயன்படுத்தி XML இல் முடிவையும் பெறலாம்

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              உங்களுக்கு ஏதேனும் சந்தேகம் இருந்தாலோ அல்லது ஏதேனும் கேள்விகள் இருந்தாலோ (எதுவும் முட்டாள்தனமான கேள்வி இல்லை), ஸ்லாக்கில் உள்ள #api சேனலில் கேட்கலாம் :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              .xmlஐப் பயன்படுத்தி XML இல் முடிவையும் பெறலாம்

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              தொடர்புக்கு

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ta/texts/index-pro.html b/lang/ta/texts/index-pro.html index 8af3ab96cbc3..705645fb995b 100644 --- a/lang/ta/texts/index-pro.html +++ b/lang/ta/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/ta/texts/nova.html b/lang/ta/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ta/texts/nova.html +++ b/lang/ta/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/ta/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ta/texts/nutriscore/mobile-app-promo-nutriscore.html index d8064cf65230..4134b550a9c4 100644 --- a/lang/ta/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ta/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play -விண்டோஸ் 11 மற்றும் அதற்கு மேல் கிடைக்கிறது +Available for Windows 11 and up Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/ta/texts/processing/mobile-app-promo-processing.html b/lang/ta/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ta/texts/processing/mobile-app-promo-processing.html +++ b/lang/ta/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/te/texts/data.html b/lang/te/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/te/texts/data.html +++ b/lang/te/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/te/texts/index-pro.html b/lang/te/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/te/texts/index-pro.html +++ b/lang/te/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/te/texts/nova.html b/lang/te/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/te/texts/nova.html +++ b/lang/te/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/te/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/te/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/te/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/te/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/te/texts/processing/mobile-app-promo-processing.html b/lang/te/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/te/texts/processing/mobile-app-promo-processing.html +++ b/lang/te/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/tg/texts/data.html b/lang/tg/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/tg/texts/data.html +++ b/lang/tg/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tg/texts/index-pro.html b/lang/tg/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/tg/texts/index-pro.html +++ b/lang/tg/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tg/texts/nova.html b/lang/tg/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tg/texts/nova.html +++ b/lang/tg/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tg/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tg/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/tg/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tg/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/tg/texts/processing/mobile-app-promo-processing.html b/lang/tg/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/tg/texts/processing/mobile-app-promo-processing.html +++ b/lang/tg/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/th/texts/data.html b/lang/th/texts/data.html index b3766c2da447..151dad3989dc 100644 --- a/lang/th/texts/data.html +++ b/lang/th/texts/data.html @@ -1,6 +1,6 @@ -

              ข้อมูล

              +

              Conditions for reuse

              ฐานข้อมูลผลิตภัณฑ์ของ Open Food Facts ใช้สัญญาอนุญาต Open Database License
              ข้อมูลผลิตภัณฑ์แต่ละชนิดใช้สัญญาอนุญาต Database Contents License
              รูปภาพผลิตภัณฑ์ใช้สัญญาอนุญาต Creative Commons Attribution ShareAlike @@ -9,7 +9,8 @@

              ข้อมูล

              ควรอ่าน ข้อกำหนดและเงื่อนไขการใช้งาน และนำข้อมูลกลับมาใช้ใหม่ ก่อนนำข้อมูลไปใช้งาน

              -

              เราสนใจมากที่จะรู้ว่าคุณนำข้อมูล Open Food Facts นั้นไปใช้ทำอะไร It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              เราสนใจมากที่จะรู้ว่าคุณนำข้อมูล Open Food Facts นั้นไปใช้ทำอะไร It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              การส่งออกข้อมูล Open Food Facts

              @@ -20,7 +21,12 @@

              การส่งออกข้อมูล Open

              MongoDB dump

              ข้อมูลสำหรับผลิตภัณฑ์ทั้งหมดมีอยู่ใน ฐานข้อมูล MongoDB

              - +
              ลิงก์
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              ลิงก์
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              ลิงก์
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • DART: GitHub
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              รายชื่อผู้ติดต่อ

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/th/texts/index-pro.html b/lang/th/texts/index-pro.html index 162408109a63..00995ee25cb2 100644 --- a/lang/th/texts/index-pro.html +++ b/lang/th/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/th/texts/keyfacts.html b/lang/th/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/th/texts/keyfacts.html +++ b/lang/th/texts/keyfacts.html @@ -42,7 +42,7 @@

                Promoting nutritional quality indicators

                Creating and maintaining an ecosystem of uses and research

                -

                Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

                +

                Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

                Change the practices of manufacturers

                diff --git a/lang/th/texts/nova.html b/lang/th/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/th/texts/nova.html +++ b/lang/th/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/th/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/th/texts/nutriscore/mobile-app-promo-nutriscore.html index 3da42ba2894f..922bee434c85 100644 --- a/lang/th/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/th/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play -Available for Windows 11 and up +Available for Windows 11 and up Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
                diff --git a/lang/th/texts/processing/mobile-app-promo-processing.html b/lang/th/texts/processing/mobile-app-promo-processing.html index 4d9d4655c33b..77b3939a2e4a 100644 --- a/lang/th/texts/processing/mobile-app-promo-processing.html +++ b/lang/th/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the NOVA group with the Open Food Facts app!

                -
                -

                Install the Open Food Facts mobile app

                To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play -Windows Phone Store +Windows Phone Store Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                + +
                diff --git a/lang/ti/texts/data.html b/lang/ti/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ti/texts/data.html +++ b/lang/ti/texts/data.html @@ -1,6 +1,6 @@ -

                Data

                +

                Conditions for reuse

                The Open Food Facts database is available under the Open Database License.
                The individual contents of the database are available under the Database Contents License.
                Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

                Data

                Please read Terms and conditions of use and re-use before re-using the data.

                -

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

                +

                Tell us about your reuse

                +

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

                Open Food Facts data exports

                @@ -20,7 +21,12 @@

                Open Food Facts data exports

                MongoDB dump

                Data for all products is available in a MongoDB database dump.

                - +
                Link
                https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
                @@ -30,21 +36,16 @@

                MongoDB dump

                https://static.openfoodfacts.org/data/md5sum
                -

                Delta Export

                - -

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

                -

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

                +

                Daily delta exports

                +

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

                +

                Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

                +

                The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

                +

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

                JSONL data export

                -

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

                +

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

                Link
                @@ -52,11 +53,8 @@

                JSONL data export

                -

                CSV Data Export

                - -

                Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

                +

                Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

                Links
                @@ -66,11 +64,8 @@

                CSV Data Export

                The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

                - -

                RDF Data Export

                - -

                The database is also available in the RDF format. announcement in French.

                +

                The database is also available in the RDF format. You can read the announcement in French.

                Link
                @@ -78,56 +73,53 @@

                RDF Data Export

                Image Data Export

                +

                All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                Live JSON and XML API

                + +

                OpenAPI Documentation for the JSON API

                A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

                -

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                +

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                -

                You can also get the result in XML by using .xml

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +

                Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

                +

                OpenAPI help wanted

                +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

                You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

                Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

                If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

                -

                Android and iPhone mobile app

                - -

                The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                +

                Experimental XML API

                +

                You can also get the result in XML by using .xml

                +

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +This API is not actively maintained, and not officially documented. -

                The classic app for iOS is developed in Swift.

                -

                The classic app for Android is developed in Kotlin.

                -

                The new cross-platform app is a Dart/Flutter app.

                -

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                Wrappers and SDKs

                We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

                They will let you consume data, as well as let your users contribute new data

                -

                General principles

                +

                General principles to make your users happy

                • You can search for information about products, including many useful computed values.
                • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
                • @@ -137,7 +129,7 @@

                  General principles

                  If your users do not expect a result immediately (e.g. Inventory apps)

                  • Submit photos (front/nutrition/ingredients): most painless thing for your users
                  • -
                  • The Open Food Facts AI Robotoff will generate some derived data from the photos
                  • +
                  • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                  • Over time, other apps, and the Open Food Facts community will fill the data gaps
                  @@ -148,27 +140,40 @@

                  If your users expect a result immediately (e.g. Nutrition apps)

                • Submit category + labels > soon get the Eco-Score (about environmental impact)
                +

                Android/iPhone/Flutter mobile app

                + +

                The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

                We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

                +

                The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                + +

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                + +

                SDKs

                + +

                Discussing data, API and exports

                -

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

                -

                You can open a thread on our API documentation repository - -

                Contact

                - -

                For any question regarding the data, you can contact us at contact@openfoodfacts.org +

                You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

                +

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

                +

                You can open a thread on our API documentation repository +

                For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ti/texts/index-pro.html b/lang/ti/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ti/texts/index-pro.html +++ b/lang/ti/texts/index-pro.html @@ -32,7 +32,7 @@

                Validated data

                Improvements -

                Get suggestions to easily improve your Nutri-Score

                +

                Get suggestions to easily improve your Nutri-Score

                • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
                • diff --git a/lang/ti/texts/nova.html b/lang/ti/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ti/texts/nova.html +++ b/lang/ti/texts/nova.html @@ -14,7 +14,7 @@

                  A classification in 4 groups to highlight the degre

                  Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                  diff --git a/lang/ti/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ti/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ti/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ti/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                  +
                  +

                  Install the Open Food Facts mobile app

                  NutriScore on the Open Food Facts mobile app

                  Get the Nutri-Score with the Open Food Facts app!

                  -
                  - -
                  - -

                  Install the Open Food Facts mobile app

                  -

                  To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                  Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                  Install the Open Food Facts mobile app



                  You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                  +
                diff --git a/lang/ti/texts/processing/mobile-app-promo-processing.html b/lang/ti/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ti/texts/processing/mobile-app-promo-processing.html +++ b/lang/ti/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the NOVA group with the Open Food Facts app!

                -
                -

                Install the Open Food Facts mobile app

                To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store @@ -11,3 +10,5 @@

                Install the Open Food Facts mobile app

                Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                + +
                diff --git a/lang/tl/texts/data.html b/lang/tl/texts/data.html index 9acb685ffda0..d88dc2db480c 100644 --- a/lang/tl/texts/data.html +++ b/lang/tl/texts/data.html @@ -1,6 +1,6 @@ -

                Datos

                +

                Conditions for reuse

                The Open Food Facts database is available under the Open Database License.
                The individual contents of the database are available under the Database Contents License.
                Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

                Datos

                Please read Terms and conditions of use and re-use before re-using the data.

                -

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

                +

                Tell us about your reuse

                +

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

                Open Food Facts data exports

                @@ -20,7 +21,12 @@

                Open Food Facts data exports

                MongoDB dump

                Data for all products is available in a MongoDB database dump.

                - +
                Link
                https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
                @@ -30,21 +36,16 @@

                MongoDB dump

                https://static.openfoodfacts.org/data/md5sum
                -

                Delta Export

                - -

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

                -

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

                +

                Daily delta exports

                +

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

                +

                Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

                +

                The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

                +

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

                JSONL data export

                -

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

                +

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

                Link
                @@ -52,11 +53,8 @@

                JSONL data export

                -

                CSV Data Export

                - -

                Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

                +

                Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

                Links
                @@ -66,11 +64,8 @@

                CSV Data Export

                The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

                - -

                RDF Data Export

                - -

                The database is also available in the RDF format. announcement in French.

                +

                The database is also available in the RDF format. You can read the announcement in French.

                Link
                @@ -78,56 +73,53 @@

                RDF Data Export

                Image Data Export

                +

                All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                Live JSON and XML API

                + +

                OpenAPI Documentation for the JSON API

                A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

                -

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                +

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                -

                You can also get the result in XML by using .xml

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +

                Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

                +

                OpenAPI help wanted

                +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

                You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

                Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

                If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

                -

                Android and iPhone mobile app

                - -

                The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                +

                Experimental XML API

                +

                You can also get the result in XML by using .xml

                +

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +This API is not actively maintained, and not officially documented. -

                The classic app for iOS is developed in Swift.

                -

                The classic app for Android is developed in Kotlin.

                -

                The new cross-platform app is a Dart/Flutter app.

                -

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                Wrappers and SDKs

                We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

                They will let you consume data, as well as let your users contribute new data

                -

                General principles

                +

                General principles to make your users happy

                • You can search for information about products, including many useful computed values.
                • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
                • @@ -137,7 +129,7 @@

                  General principles

                  If your users do not expect a result immediately (e.g. Inventory apps)

                  • Submit photos (front/nutrition/ingredients): most painless thing for your users
                  • -
                  • The Open Food Facts AI Robotoff will generate some derived data from the photos
                  • +
                  • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                  • Over time, other apps, and the Open Food Facts community will fill the data gaps
                  @@ -148,27 +140,40 @@

                  If your users expect a result immediately (e.g. Nutrition apps)

                • Submit category + labels > soon get the Eco-Score (about environmental impact)
                +

                Android/iPhone/Flutter mobile app

                + +

                The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

                We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

                +

                The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                + +

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                + +

                SDKs

                + +

                Discussing data, API and exports

                -

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

                -

                You can open a thread on our API documentation repository - -

                Contact

                - -

                For any question regarding the data, you can contact us at contact@openfoodfacts.org +

                You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

                +

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

                +

                You can open a thread on our API documentation repository +

                For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tl/texts/index-pro.html b/lang/tl/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/tl/texts/index-pro.html +++ b/lang/tl/texts/index-pro.html @@ -32,7 +32,7 @@

                Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tl/texts/nova.html b/lang/tl/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tl/texts/nova.html +++ b/lang/tl/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tl/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tl/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/tl/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tl/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/tl/texts/processing/mobile-app-promo-processing.html b/lang/tl/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/tl/texts/processing/mobile-app-promo-processing.html +++ b/lang/tl/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/tn/texts/data.html b/lang/tn/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/tn/texts/data.html +++ b/lang/tn/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tn/texts/index-pro.html b/lang/tn/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/tn/texts/index-pro.html +++ b/lang/tn/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tn/texts/nova.html b/lang/tn/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tn/texts/nova.html +++ b/lang/tn/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tn/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tn/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/tn/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tn/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/tn/texts/processing/mobile-app-promo-processing.html b/lang/tn/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/tn/texts/processing/mobile-app-promo-processing.html +++ b/lang/tn/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/tr/texts/data.html b/lang/tr/texts/data.html index d1112e8726fa..8250461b806e 100644 --- a/lang/tr/texts/data.html +++ b/lang/tr/texts/data.html @@ -1,13 +1,14 @@ -

              Veri

              +

              Yeniden kullanım koşulları

              Open Food Facts veritabanı Açık Veritabanı Lisansı altında kullanılabilir.
              Veritabanındaki her bir içerik Veritabanı İçerikleri Lisansı altında kullanılabilir.
              Ürün fotoğrafları Creative Commons Attribution ShareAlike lisansı altında kullanılabilir. Bazı durumlarda çoğaltılabilen (alıntı hakkı veya adil kullanım), telif haklarına veya diğer haklara tabi grafiksel ögeler içerebilirler.

              Lütfen verileri tekrar kullanmadan önce Kullanım şartlarını ve yeniden kullanım koşullarını okuyunuz.

              -

              Open Food Facts verilerinin ne için kullanıldığını öğrenmeye çok meraklıyız. Zorunlu değildir, ancak Open Food Facts topluluğuyla paylaşabilmemiz için yeniden kullanımlarınızı bize anlatırsanız çok memnun oluruz.

              +

              Bize yeniden kullanımınızdan bahsedin

              +

              Open Food Facts verilerinin ne için kullanıldığını öğrenmeye çok meraklıyız. Zorunlu değildir ancak Open Food Facts topluluğuyla paylaşabilmemiz için yeniden kullanımlarınız hakkında bize bilgi verirseniz çok memnun oluruz. Uygulamanızın öne çıkarılması şansını yakalamak için bu formu da doldurabilirsiniz.

              Open Food Facts veri dışa aktarımları

              @@ -18,7 +19,12 @@

              Open Food Facts veri dışa aktarımları

              MongoDB dökümü

              Tüm ürünler için veriler MongoDB veritabanı dökümünde mevcuttur.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -28,19 +34,16 @@

              MongoDB dökümü

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Dışa Aktarım

              - -

              Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. Şu anda mevcut delta dosyalarının listesi - https://static.openfoodfacts.org/data/delta/index.txt adresinde bulunmaktadır. - Her satır https://static.openfoodfacts.org/data/delta/{filename} adresinde mevcut bir dosyaya karşılık gelmektedir. - Dosya adı, JSON dosyasında bulunan ilk ve son değişikliğin UNIX zaman damgasını içerir, böylece delta dosyaları mongoimport ile alfabetik sıraya göre içe aktarılabilir (çıkarma işleminden sonra).

              -

              Lütfen mongoexport'un yapısı gereği, delta dosyalarının silinen ürünler hakkında size bilgi veremeyeceğini unutmayın. Silinen ürünleri veritabanınızdan kaldırmak için bütün MongoDB dökümünü içe aktarmanız gerekmektedir.

              +

              Günlük delta dışa aktarmaları

              +

              Günlük delta dışa aktarımlar önceki 14 gün için sağlanmaktadır. Şu anda mevcut olan delta dosyalarının listesi https://static.openfoodfacts.org/data/delta/index.txt adresinde bulunabilir.

              +

              Her satır https://static.openfoodfacts.org/data/delta/{filename} adresinde mevcut bir dosyaya karşılık gelmektedir.

              +

              Dosya adı, JSON dosyasındaki ilk ve son değişikliğin UNIX zaman damgasını içerir; böylece delta dosyaları mongoimport ile alfabetik sırayla içe aktarılabilir (çıkarıldıktan sonra).

              +

              Lütfen mongoexport'un yapısı gereği, delta dosyalarının silinen ürünler hakkında size bilgi veremeyeceğini unutmayın. Silinen ürünleri veritabanınızdan kaldırmak için MongoDB dökümünün tamamını içe aktarmanız gerekecektir.

              CSV Veri Dışa Aktarımı

              -

              Veritabanının tamamı ayrıca her satırın bir JSON nesnesi olduğu JSONL format (bazen LDJSON veya NDJSON olarak da adlandırılır) mevcuttur. - MongoDB dışa aktarımıyla aynı verileri temsil eder. Dosya gzip ile sıkıştırılmıştır.

              +

              Veritabanının tamamı ayrıca her satırın bir JSON nesnesi olduğu JSONL format (bazen LDJSON veya NDJSON olarak da adlandırılır) mevcuttur. MongoDB dışa aktarımıyla aynı verileri temsil eder. Dosya gzip ile sıkıştırılmıştır.

              Link
              @@ -48,10 +51,8 @@

              CSV Veri Dışa Aktarımı

              -

              CSV Veri Dışa Aktarımı

              - -

              Tüm ürünlere veya bazı ürünlere ait veriler, gelişmiş arama formu aracılığıyla CSV formatında (OpenOffice, Excel ve diğer birçok yazılımla okunabilir) indirilebilir.

              +

              Tüm ürünlere veya bazı ürünlere ilişkin veriler, gelişmiş arama formu aracılığıyla CSV formatında (LibreOffice, Excel ve diğer birçok e-tablo yazılımıyla okunabilir) indirilebilir.

              Bağlantılar
              @@ -61,11 +62,8 @@

              CSV Veri Dışa Aktarımı

              Dosya kodlaması Unicode UTF-8'dir. Alanları ayıran karakter <tab> (tablolama)'dır.

              - -

              RDF Veri Dışa Aktarımı

              - -

              Veritabanı RDF formatında da mevcuttur. Fransızca duyuru.

              +

              Veritabanı RDF formatında da mevcuttur. Fransızca duyuruyu okuyabilirsiniz.

              Link
              @@ -73,56 +71,53 @@

              RDF Veri Dışa Aktarımı

              Görüntü Verilerini Dışa Aktarma

              -

              Tüm görüntüler ve OCR sonuçları sunucumuzdan veya AWS'den (AWS Açık Veri Programı aracılığıyla) indirilebilir. Resimlerin nasıl indirileceği hakkında daha fazla bilgi edinmek için belgelerimize göz atın.

              -

              Canlı JSON ve XML API'si

              + + +

              JSON API için OpenAPI Belgeleri

              Bir ürünün verilerini okumak için bir JSON API de mevcuttur. Bu API özellikle iPhone ve Android için Open Food Facts mobil uygulamalarında kullanılır.

              -

              API'yi zamanla geliştiriyoruz ancak geriye dönük uyumluluğu korumaya özen gösteriyoruz. Lütfen kullanıyorsanız iletişime geçin, olası değişiklikleri size bildirelim.

              +

              API'yi zamanla geliştiriyoruz ancak geriye dönük uyumluluğu korumaya özen gösteriyoruz. Kullanıyorsanız lütfen iletişime geçin. Böylece size olası değişiklikler hakkında bilgi verebiliriz.

              Bir ürüne ilişkin verileri okumak için URL: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Örnek: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              Sonucu .xmlkullanarak XML'de de alabilirsiniz.

              -

              Örnek: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Çıktı çok yoğunsa API belgelerinde açıklandığı gibi filtreleyebileceğinizi unutmayın.

              +

              OpenAPI yardımı aranıyor

              +API belgelerini tamamlamayı, kullanım senaryolarını eklemeyi ve SDK oluşturmayı otomatikleştirmeyi sabırsızlıkla bekliyoruz. Eğer bir OpenAPI uzmanıysanız, yardım etmekten memnuniyet duyarız. +

              1 API çağrısı = kullanıcı tarafından yapılan 1 gerçek tarama olduğu sürece API'yi üretim amaçlarıyla kullanmanızdan memnuniyet duyarız. Tüm günlük dışa aktarımlar bu sayfada mevcuttur, dolayısıyla API kullanarak veritabanını baştan sona tarama girişimleri büyük ihtimalle engellenecektir.

              Herhangi bir şey hakkında emin değilseniz, ya da herhangi bir sorunuz varsa (saçma soru diye bir şey yoktur), Slack kanalımızda sormaktan çekinmeyin :-)

              Herhangi bir konuda emin değilseniz veya herhangi bir sorunuz varsa (aptalca soru diye bir şey yoktur), Slack'teki #api kanalında sormaya çekinmeyin :-)

              -

              Android ve iPhone mobil uygulaması

              - -

              Open Food Facts mobil uygulamasının kodu GitHub'da mevcuttur (Flutter, Android ve iOS). -Uygulama, kullanıcıların ürünlerin barkodunu taramasına, ürün bilgilerini görüntülemesine ve eksik ürünler için resim ve veri çekip göndermesine olanak tanır.

              +

              Deneysel XML API'si

              +

              Sonucu .xmlkullanarak XML'de de alabilirsiniz.

              +

              Örnek: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +Bu API aktif olarak korunmaz ve resmi olarak belgelenmez. -

              IOS için klasik uygulama Swift'te geliştirilmiştir.

              -

              Android için klasik uygulama Kotlin'de geliştirilmiştir.

              -

              Yeni çapraz platform uygulaması bir Dart/Flutter uygulamasıdır.

              -

              Kodu (açık kaynaktır) yeniden kullanmaya ve gezegen üzerindeki herkes için iyileştirmemize yardımcı olabilirsiniz.

              Wrapper'lar ve SDK'lar

              Muhtemelen en sevdiğiniz programlama dili için bir wrapper'ımız vardır. Eğer varsa, onu kullanabilir ve iyileştirebilirsiniz. Eğer yoksa, oluşturmamıza yardımcı olabilirsiniz.

              Soru sormak ve API'yi tartışmak için tercih edilen yol olan Open Food Facts Slack sohbet odasına katılabilirsiniz.

              -

              Genel ilkeler

              +

              Kullanıcılarınızı mutlu edecek genel prensipler

              • Birçok faydalı hesaplanmış değer de dahil olmak üzere ürünler hakkında bilgi arayabilirsiniz.
              • DART: GitHub
              • @@ -132,7 +127,7 @@

                Genel ilkeler

                Kullanıcılarınız hemen bir sonuç beklemiyorsa (örn. Envanter uygulamaları)

                • Fotoğrafları gönderin (ön yüz/besin değerleri/içindekiler): Kullanıcılar anlayabileceği en basit haliyle
                • -
                • Open Food Facts AI Robotoff, fotoğraflardan bazı türetilmiş veriler üretecek
                • +
                • Open Food Facts AI - Robotoff - fotoğraflardan bazı türetilmiş veriler üretecek
                • Zamanla diğer uygulamalar ve Open Food Facts topluluğu veri boşluklarını dolduracak
                @@ -143,27 +138,40 @@

                Kullanıcılarınız hemen bir sonuç bekliyorsa (ör. Beslenme uygulamalar
              • Kategori + etiketleri gönderin > yakında Eco-Score'u alın (çevresel etki hakkında)
              +

              Android/iPhone/Flutter mobil uygulaması

              + +

              Resmi Open Food Facts mobil uygulamalarının kodu GitHub'da mevcuttur + Flutter + Kotlin Android + Swift iOS + +

              Kullanımdan kaldırılan Kotlin ve Swift kod tabanlarını Kotlin ve Swift SDK'larına dönüştürmeye çalışıyoruz, yardımlarınız için teşekkürler :-)

              +

              Uygulama, kullanıcıların ürünlerin barkodunu taramasına, ürün bilgilerini görüntülemesine ve eksik ürünler için resim ve veri çekip göndermesine olanak tanır.

              + +

              Kodu (açık kaynaktır) yeniden kullanmaya ve gezegen üzerindeki herkes için iyileştirmemize yardımcı olabilirsiniz.

              + +

              SDK'lar

              + +

              Verileri, API'yi ve dışa aktarımları tartışmak

              -

              Soru sormak ve API'yi tartışmak için tercih edilen yol olan Open Food Facts Slack sohbet odasına katılabilirsiniz.

              -

              https://github.com/openfoodfacts/api-documentation/discussions - -

              İletişim

              - -

              Verilerle ilgili herhangi bir sorunuz varsa, contact@openfoodfacts.org adresinden bize ulaşabilirsiniz +

              API ve Veri Dışa Aktarma işlemleriyle ilgili yaygın sıkça sorulan sorulara ve Open Food Facts'le ilgili yaygın sorulara bakabilirsiniz.

              +

              Soru sormanın ve API'yi tartışmanın tercih edilen yolu olan Open Beauty Facts Slack sohbet odasına katılın. Lütfen sorularınızı #api kanalında sorun

              +

              https://github.com/openfoodfacts/api-documentation/discussions +

              Verilerle ilgili herhangi bir sorunuz varsa reuse@openfoodfacts.org adresinden bizimle iletişime geçebilirsiniz. diff --git a/lang/tr/texts/discover.html b/lang/tr/texts/discover.html index 63afe1fa9d17..b6d09afb295e 100644 --- a/lang/tr/texts/discover.html +++ b/lang/tr/texts/discover.html @@ -12,6 +12,7 @@

              Özgür gıda ürünleri veritabanı.

              (Bana ne yediğini söyle, ben de sana kim olduğunu söyleyeyim.*) (Bana ne yediğini söyle, ben de sana kim olduğunu söyleyeyim.*) (Bana ne yediğini söyle, ben de sana kim olduğunu söyleyeyim.*) + (Bana ne yediğini söyle, ben de sana kim olduğunu söyleyeyim.*) Jean Anthelme Brillat-Savarin - 1825 diff --git a/lang/tr/texts/index-pro.html b/lang/tr/texts/index-pro.html index 7085bcf3cd7d..254bfd766130 100644 --- a/lang/tr/texts/index-pro.html +++ b/lang/tr/texts/index-pro.html @@ -32,7 +32,7 @@

              Doğrulanmış veriler

              İyileştirmeler -

              Nutri-Score'unuzu kolayca iyileştirmek için öneriler alın

              +

              Nutri-Score'unuzu kolayca iyileştirmek için öneriler alın

              • Nutri-Score'u, şeker, tuz veya doymuş yağ asitlerini makul düzeyde azaltarak önemli ölçüde iyileştirin.
              • diff --git a/lang/tr/texts/nova.html b/lang/tr/texts/nova.html index 51e20bca12f9..d610a7a887a2 100644 --- a/lang/tr/texts/nova.html +++ b/lang/tr/texts/nova.html @@ -13,17 +13,17 @@

                Gıdaların işlenmişlik derecesini belirtmek içi

                Bazı ülkeler NOVA gruplarını kendi beslenme önerileri veya hedefleri için kullanmaktadır, örneğin:

                NOVA sınıflandırması, ne kadar işlemden geçirildiğine bağlı olarak gıda ürünlerine bir grup atamaktadır:
                -NOVA Group 1 - Unprocessed or minimally processed foods -NOVA Group 2 - Processed culinary ingredients -NOVA Group 3 - Processed foods -NOVA Group 4 - Ultra-processed food and drink products +NOVA Grup 1 - İşlenmemiş veya minimum düzeyde işlenmiş gıdalar +NOVA Grup 2 - İşlenmiş mutfak malzemeleri +NOVA Grup 3 - İşlenmiş gıdalar +NOVA Grup 4 - Ultra işlenmiş gıda ve içecek ürünleri

                • Grup 1 - İşlenmemiş veya az işlenmiş gıdalar
                • @@ -45,7 +45,7 @@

                  Gıdaların işlenmişlik derecesini belirtmek içi

                  Open Food Facts'te Nova puanı

                  -

                  Nova puanını hesaplamada kullanılan formül, World Nutrition 7. Cilt, Sayı 1 - 3, Ocak - Mart 2016'da NOVA. The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

                  +

                  Nova puanını hesaplamada kullanılan formül, World Nutrition 7. Cilt, Sayı 1 - 3, Ocak - Mart 2016'da NOVA. Yıldız parlıyor makalesi, Ocak - Mart 2016'da World Nutrition Cilt 7, Sayı 1 - 3'te yayınlandı

                  Open Food Facts'teki malzemelerin farklı dillerde sınıflandırılması devam eden bir süreç olduğu için bunun hala deneysel bir çalışma olduğunu unutmayın.

                  diff --git a/lang/tr/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tr/texts/nutriscore/mobile-app-promo-nutriscore.html index 8b3ae0da1e4b..c0b024d64656 100644 --- a/lang/tr/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tr/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
                  +
                  +

                  Open Food Facts mobil uygulamasını yükleyin

                  Open Food Facts mobil uygulamasında NutriScore

                  Open Food Facts uygulamasıyla Nutri-Score puanını öğren!

                  -
                  - -
                  - -

                  Open Food Facts mobil uygulamasını yükleyin

                  - -

                  Gıda ürünlerini taramak, Nutri-Score beslenme notunu ve aşırı işlenmiş gıdalar için NOVA grubunu öğrenmek, alerjen uyarıları ve gıda katkı maddelerini deşifre etmek için ücretsiz Open Food Facts uygulamasını yükleyin!

                  +

                  Gıda ürünlerini taramak, Nutri-Score besin sınıfını, ultra işlenmiş gıdalara yönelik NOVA grubunu, alerjen uyarılarını almak ve gıda katkı maddelerinin şifresini çözmek için ücretsiz Open Food Facts uygulamasını yükleyin!

                  App Store'da mevcut Google Play'de mevcut -Windows 11 ve üzeri için kullanılabilir +Windows 11 ve üzeri için uygundur Android APK

                  -

                  Ayrıca Open Food Facts'e kolayca yeni ürünler ekleyebilecek ve herkesin yemeğini ve sağlığını geliştirmek için ortak bir ürün inşa etmeye yardımcı olacaksınız. Teşekkürler!

                  +

                  Ayrıca Open Food Facts'e kolayca yeni ürünler ekleyebilecek ve herkesin gıdasını ve sağlığını iyileştirecek ortak bir fayda oluşturmaya yardımcı olabileceksiniz. Teşekkürler!

                  +

              diff --git a/lang/tr/texts/press.html b/lang/tr/texts/press.html index 8c3d86db7d00..cab5d9400661 100644 --- a/lang/tr/texts/press.html +++ b/lang/tr/texts/press.html @@ -95,8 +95,8 @@

              -

              Medyada Open Food Facts bahsetmeleri

              -

              2012'den bu yana bulabildiğimiz tüm medya bahsetmeleri.

              +

              Medyada Open Food Facts yorumları

              +

              2012'den bu yana bulabildiğimiz tüm medya yorumları.

              @@ -150,12 +150,12 @@


              -naber +[[texts/cop26/blocks/google-podcast.html]] @@ -201,7 +201,7 @@

              Latest posts on the English Open Food Facts blog

              -
              powered by Surfing Waves
              +
              Surfing Wavestarafından desteklenmektedir
              @@ -210,4 +210,4 @@

              -

              Our full list of communiques is coming soon. Future communiques will be listed here.

              +

              Tebliğlerimizin tam listesi yakında gelecek. Gelecekteki tebliğler burada listelenecektir.

              diff --git a/lang/tr/texts/processing/mobile-app-promo-processing.html b/lang/tr/texts/processing/mobile-app-promo-processing.html index a6cdd4c14aa3..159c78e236d0 100644 --- a/lang/tr/texts/processing/mobile-app-promo-processing.html +++ b/lang/tr/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
              +
              +

              Open Food Facts mobil uygulamasını yükleyin

              Open Food Facts mobil uygulamasında NutriScore

              Open Food Facts uygulamasıyla NOVA grubunu öğrenin!

              -
              -

              Open Food Facts mobil uygulamasını yükleyin

              -

              Gıda ürünlerini taramak, aşırı işlenmiş gıdalar için NOVA grubunu ve Nutri-Score beslenme notunu öğrenmek, alerjen uyarıları ve gıda katkı maddelerini deşifre etmek için ücretsiz Open Food Facts uygulamasını yükleyin!

              +

              Gıda ürünlerini taramak, ultra işlenmiş gıdalara yönelik NOVA grubunu, Nutri-Score besin sınıflarını, alerjen uyarılarını almak ve gıda katkı maddelerinin şifresini çözmek için ücretsiz Open Food Facts uygulamasını yükleyin!

              App Store'da mevcut Google Play'de mevcut Windows Phone Store Android APK

              -

              Ayrıca Open Food Facts'e kolayca yeni ürünler ekleyebilecek ve herkesin yemeğini ve sağlığını geliştirmek için ortak bir ürün inşa etmeye yardımcı olacaksınız. Teşekkürler!

              +

              Ayrıca Open Food Facts'e kolayca yeni ürünler ekleyebilecek ve herkesin gıdasını ve sağlığını iyileştirecek ortak bir fayda oluşturmaya yardımcı olabileceksiniz. Teşekkürler!

              + +
              diff --git a/lang/tr/texts/producers.html b/lang/tr/texts/producers.html index 24098aec1f26..5372031af483 100644 --- a/lang/tr/texts/producers.html +++ b/lang/tr/texts/producers.html @@ -154,7 +154,7 @@

              Veri formatı

              İlk satır alan adlarını içerir ve ürünlerin her biri aşağıdaki satırlardan birini kaplar. Alanların sırası önemli değildir ve tüm sütunların mevcut olması gerekmez.

              Bazı alanlar zorunludur, diğerleri ise isteğe bağlıdır. Verilerin mümkün olduğunca çok sayıda uygulama tarafından kullanılabilmesi için mümkün olduğunca çok sayıda alan doldurmanızı tavsiye ederiz. Herhangi bir şüpheniz varsa veya Open Food Facts veritabanında henüz bir alanı olmayan verileriniz varsa, alanları ekleyebilmemiz ve mümkün olan en iyi eşleşmeyi yapabilmemiz için bizimle iletişime geçebilirsiniz.

              -If you don't already have a file with your product data, we provide an empty template you can use. +Ürün verilerinizi içeren bir dosyanız yoksa, kullanabileceğiniz boş bir şablon sağlıyoruz.
              Gerekli alanlar
              diff --git a/lang/tr/texts/product-count.html b/lang/tr/texts/product-count.html index 6165e86b3403..2fc152955cc9 100644 --- a/lang/tr/texts/product-count.html +++ b/lang/tr/texts/product-count.html @@ -1,7 +1,7 @@

              Open Food Facts'teki ürün sayısının gelişimi -

              Open Food Facts, 19 Mayıs 2012 tarihinde halka açık bir şekilde yayına başlamıştır (site, 2012 başlarında ilk beta testçiler için açılmıştır). Veritabanı o zamanlar 648 ürün içeriyordu.

              Bu grafik Open Food Facts veritabanında listelenen gıda ürünlerinin ve eksik bilgi içermeyen ürün sayısının (fotoğraf ve veriler) gelişimini gösterir.

              -

              You can help us by adding products (with the iPhone,Android and Windows Phone apps), but also by completing the product pages to be completed using the photos sent by other contributors. +

              Ürünler ekleyerek (iPhone,Android ve Windows Phone uygulamalarıyla) ve ayrıca ürün sayfalarını doldurarak bize yardımcı olabilirsiniz. Diğer katkıda bulunanlar tarafından gönderilen fotoğraflar kullanılarak tamamlanacaktır.

              Çok teşekkürler!

              diff --git a/lang/ts/texts/data.html b/lang/ts/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ts/texts/data.html +++ b/lang/ts/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ts/texts/index-pro.html b/lang/ts/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ts/texts/index-pro.html +++ b/lang/ts/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/ts/texts/nova.html b/lang/ts/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ts/texts/nova.html +++ b/lang/ts/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/ts/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ts/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ts/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ts/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/ts/texts/processing/mobile-app-promo-processing.html b/lang/ts/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ts/texts/processing/mobile-app-promo-processing.html +++ b/lang/ts/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/tt/texts/data.html b/lang/tt/texts/data.html index 3d686b7ddd7f..aca463f017c9 100644 --- a/lang/tt/texts/data.html +++ b/lang/tt/texts/data.html @@ -1,6 +1,6 @@ -

              Мәгълүмат

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Мәгълүмат

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tt/texts/index-pro.html b/lang/tt/texts/index-pro.html index 086e7613638b..5f20285e71d8 100644 --- a/lang/tt/texts/index-pro.html +++ b/lang/tt/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tt/texts/nova.html b/lang/tt/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tt/texts/nova.html +++ b/lang/tt/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tt/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tt/texts/nutriscore/mobile-app-promo-nutriscore.html index 959412e8367e..47772bf01b72 100644 --- a/lang/tt/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tt/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Рәхмәт!

                +
              diff --git a/lang/tt/texts/processing/mobile-app-promo-processing.html b/lang/tt/texts/processing/mobile-app-promo-processing.html index 912cfb3dbe25..41f411897a04 100644 --- a/lang/tt/texts/processing/mobile-app-promo-processing.html +++ b/lang/tt/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Рәхмәт!

              + +
              diff --git a/lang/tw/texts/data.html b/lang/tw/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/tw/texts/data.html +++ b/lang/tw/texts/data.html @@ -1,6 +1,6 @@ -

              Data

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              Data

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tw/texts/index-pro.html b/lang/tw/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/tw/texts/index-pro.html +++ b/lang/tw/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tw/texts/keyfacts.html b/lang/tw/texts/keyfacts.html index 15cc612a6499..74910278e433 100644 --- a/lang/tw/texts/keyfacts.html +++ b/lang/tw/texts/keyfacts.html @@ -42,7 +42,7 @@

                Promoting nutritional quality indicators

                Creating and maintaining an ecosystem of uses and research

                -

                Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info…

                +

                Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

                Change the practices of manufacturers

                diff --git a/lang/tw/texts/nova.html b/lang/tw/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tw/texts/nova.html +++ b/lang/tw/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tw/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tw/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/tw/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tw/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
                diff --git a/lang/tw/texts/processing/mobile-app-promo-processing.html b/lang/tw/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/tw/texts/processing/mobile-app-promo-processing.html +++ b/lang/tw/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the NOVA group with the Open Food Facts app!

                -
                -

                Install the Open Food Facts mobile app

                To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store @@ -11,3 +10,5 @@

                Install the Open Food Facts mobile app

                Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                + +
                diff --git a/lang/ty/texts/data.html b/lang/ty/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ty/texts/data.html +++ b/lang/ty/texts/data.html @@ -1,6 +1,6 @@ -

                Data

                +

                Conditions for reuse

                The Open Food Facts database is available under the Open Database License.
                The individual contents of the database are available under the Database Contents License.
                Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

                Data

                Please read Terms and conditions of use and re-use before re-using the data.

                -

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

                +

                Tell us about your reuse

                +

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

                Open Food Facts data exports

                @@ -20,7 +21,12 @@

                Open Food Facts data exports

                MongoDB dump

                Data for all products is available in a MongoDB database dump.

                - +
                Link
                https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
                @@ -30,21 +36,16 @@

                MongoDB dump

                https://static.openfoodfacts.org/data/md5sum
                -

                Delta Export

                - -

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

                -

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

                +

                Daily delta exports

                +

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

                +

                Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

                +

                The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

                +

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

                JSONL data export

                -

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

                +

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

                Link
                @@ -52,11 +53,8 @@

                JSONL data export

                -

                CSV Data Export

                - -

                Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

                +

                Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

                Links
                @@ -66,11 +64,8 @@

                CSV Data Export

                The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

                - -

                RDF Data Export

                - -

                The database is also available in the RDF format. announcement in French.

                +

                The database is also available in the RDF format. You can read the announcement in French.

                Link
                @@ -78,56 +73,53 @@

                RDF Data Export

                Image Data Export

                +

                All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                Live JSON and XML API

                + +

                OpenAPI Documentation for the JSON API

                A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

                -

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                +

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                -

                You can also get the result in XML by using .xml

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +

                Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

                +

                OpenAPI help wanted

                +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

                You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

                Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

                If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

                -

                Android and iPhone mobile app

                - -

                The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                +

                Experimental XML API

                +

                You can also get the result in XML by using .xml

                +

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +This API is not actively maintained, and not officially documented. -

                The classic app for iOS is developed in Swift.

                -

                The classic app for Android is developed in Kotlin.

                -

                The new cross-platform app is a Dart/Flutter app.

                -

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                Wrappers and SDKs

                We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

                They will let you consume data, as well as let your users contribute new data

                -

                General principles

                +

                General principles to make your users happy

                • You can search for information about products, including many useful computed values.
                • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
                • @@ -137,7 +129,7 @@

                  General principles

                  If your users do not expect a result immediately (e.g. Inventory apps)

                  • Submit photos (front/nutrition/ingredients): most painless thing for your users
                  • -
                  • The Open Food Facts AI Robotoff will generate some derived data from the photos
                  • +
                  • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                  • Over time, other apps, and the Open Food Facts community will fill the data gaps
                  @@ -148,27 +140,40 @@

                  If your users expect a result immediately (e.g. Nutrition apps)

                • Submit category + labels > soon get the Eco-Score (about environmental impact)
                +

                Android/iPhone/Flutter mobile app

                + +

                The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

                We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

                +

                The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                + +

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                + +

                SDKs

                + +

                Discussing data, API and exports

                -

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

                -

                You can open a thread on our API documentation repository - -

                Contact

                - -

                For any question regarding the data, you can contact us at contact@openfoodfacts.org +

                You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

                +

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

                +

                You can open a thread on our API documentation repository +

                For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ty/texts/index-pro.html b/lang/ty/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ty/texts/index-pro.html +++ b/lang/ty/texts/index-pro.html @@ -32,7 +32,7 @@

                Validated data

                Improvements -

                Get suggestions to easily improve your Nutri-Score

                +

                Get suggestions to easily improve your Nutri-Score

                • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
                • diff --git a/lang/ty/texts/nova.html b/lang/ty/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ty/texts/nova.html +++ b/lang/ty/texts/nova.html @@ -14,7 +14,7 @@

                  A classification in 4 groups to highlight the degre

                  Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                  diff --git a/lang/ty/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ty/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ty/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ty/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                  +
                  +

                  Install the Open Food Facts mobile app

                  NutriScore on the Open Food Facts mobile app

                  Get the Nutri-Score with the Open Food Facts app!

                  -
                  - -
                  - -

                  Install the Open Food Facts mobile app

                  -

                  To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                  Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                  Install the Open Food Facts mobile app



                  You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                  +
                diff --git a/lang/ty/texts/processing/mobile-app-promo-processing.html b/lang/ty/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ty/texts/processing/mobile-app-promo-processing.html +++ b/lang/ty/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the NOVA group with the Open Food Facts app!

                -
                -

                Install the Open Food Facts mobile app

                To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store @@ -11,3 +10,5 @@

                Install the Open Food Facts mobile app

                Android APK

                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                + +
                diff --git a/lang/tzl/texts/data.html b/lang/tzl/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/tzl/texts/data.html +++ b/lang/tzl/texts/data.html @@ -1,6 +1,6 @@ -

                Data

                +

                Conditions for reuse

                The Open Food Facts database is available under the Open Database License.
                The individual contents of the database are available under the Database Contents License.
                Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

                Data

                Please read Terms and conditions of use and re-use before re-using the data.

                -

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

                +

                Tell us about your reuse

                +

                We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

                Open Food Facts data exports

                @@ -20,7 +21,12 @@

                Open Food Facts data exports

                MongoDB dump

                Data for all products is available in a MongoDB database dump.

                - +
                Link
                https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
                @@ -30,21 +36,16 @@

                MongoDB dump

                https://static.openfoodfacts.org/data/md5sum
                -

                Delta Export

                - -

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

                -

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

                +

                Daily delta exports

                +

                Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

                +

                Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

                +

                The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

                +

                Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

                JSONL data export

                -

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

                +

                The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

                Link
                @@ -52,11 +53,8 @@

                JSONL data export

                -

                CSV Data Export

                - -

                Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

                +

                Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

                Links
                @@ -66,11 +64,8 @@

                CSV Data Export

                The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

                - -

                RDF Data Export

                - -

                The database is also available in the RDF format. announcement in French.

                +

                The database is also available in the RDF format. You can read the announcement in French.

                Link
                @@ -78,56 +73,53 @@

                RDF Data Export

                Image Data Export

                +

                All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

                -

                Live JSON and XML API

                + +

                OpenAPI Documentation for the JSON API

                A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

                -

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                +

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                -

                You can also get the result in XML by using .xml

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +

                Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

                +

                OpenAPI help wanted

                +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

                You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

                Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

                If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

                -

                Android and iPhone mobile app

                - -

                The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                +

                Experimental XML API

                +

                You can also get the result in XML by using .xml

                +

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +This API is not actively maintained, and not officially documented. -

                The classic app for iOS is developed in Swift.

                -

                The classic app for Android is developed in Kotlin.

                -

                The new cross-platform app is a Dart/Flutter app.

                -

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                Wrappers and SDKs

                We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

                They will let you consume data, as well as let your users contribute new data

                -

                General principles

                +

                General principles to make your users happy

                • You can search for information about products, including many useful computed values.
                • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
                • @@ -137,7 +129,7 @@

                  General principles

                  If your users do not expect a result immediately (e.g. Inventory apps)

                  • Submit photos (front/nutrition/ingredients): most painless thing for your users
                  • -
                  • The Open Food Facts AI Robotoff will generate some derived data from the photos
                  • +
                  • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                  • Over time, other apps, and the Open Food Facts community will fill the data gaps
                  @@ -148,27 +140,40 @@

                  If your users expect a result immediately (e.g. Nutrition apps)

                • Submit category + labels > soon get the Eco-Score (about environmental impact)
                +

                Android/iPhone/Flutter mobile app

                + +

                The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

                We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

                +

                The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                + +

                You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

                + +

                SDKs

                + +

                Discussing data, API and exports

                -

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

                -

                You can open a thread on our API documentation repository - -

                Contact

                - -

                For any question regarding the data, you can contact us at contact@openfoodfacts.org +

                You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

                +

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

                +

                You can open a thread on our API documentation repository +

                For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/tzl/texts/index-pro.html b/lang/tzl/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/tzl/texts/index-pro.html +++ b/lang/tzl/texts/index-pro.html @@ -32,7 +32,7 @@

                Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/tzl/texts/nova.html b/lang/tzl/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/tzl/texts/nova.html +++ b/lang/tzl/texts/nova.html @@ -14,7 +14,7 @@

                A classification in 4 groups to highlight the degre

                Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

                diff --git a/lang/tzl/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/tzl/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/tzl/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/tzl/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/tzl/texts/processing/mobile-app-promo-processing.html b/lang/tzl/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/tzl/texts/processing/mobile-app-promo-processing.html +++ b/lang/tzl/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/ug/texts/data.html b/lang/ug/texts/data.html index bd45b60234d1..910b3eeb2aad 100644 --- a/lang/ug/texts/data.html +++ b/lang/ug/texts/data.html @@ -1,6 +1,6 @@ -

              سانلىق مەلۇمات

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              سانلىق مەلۇمات

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,21 +36,16 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              - -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              -

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              +

              Daily delta exports

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              +

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -52,11 +53,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -66,11 +64,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -78,56 +73,53 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -137,7 +129,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -148,27 +140,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              Contact

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ug/texts/index-pro.html b/lang/ug/texts/index-pro.html index 82400cac24c5..3185e4243271 100644 --- a/lang/ug/texts/index-pro.html +++ b/lang/ug/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Improvements -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
              • diff --git a/lang/ug/texts/nova.html b/lang/ug/texts/nova.html index 1deaf68285ed..a8c0ff839f45 100644 --- a/lang/ug/texts/nova.html +++ b/lang/ug/texts/nova.html @@ -14,7 +14,7 @@

                يېمەكلىكلەرنى پىششىقلاپ ئى

                بەزى دۆلەتلەر يېمەك-ئىچمەك يېتەكچىسى ياكى نىشانى ئۈچۈن NOVA گۇرۇپپىسىنى ئىشلىتىدۇ ، مەسىلەن:

                  -
                • بىرازىلىيەنىڭ يېمەك-ئىچمەك كۆرسەتمىسى پىششىقلاپ ئىشلەنگەن يېمەكلىكلەرنى ئىستېمال قىلىشنى چەكلەش ۋە دەرىجىدىن تاشقىرى پىششىقلاپ ئىشلەنگەن يېمەكلىكلەردىن ساقلىنىشنى تەۋسىيە قىلىدۇ.
                • +
                • Brazil's dietary guidelines recommend to limit consumption of processed food and avoid ultra-processed food.
                • فرانسىيەنىڭ 2018-يىلدىن 2022 يىلغىچە بولغان ئاممىۋى ساغلاملىق ئوزۇقلۇق سىياسىتى نىشانى 4-گۇرۇپپىدىكى دەرىجىدىن تاشقىرى پىششىقلاپ ئىشلەنگەن يېمەكلىكلەرنىڭ ئىستېمال قىلىنىشىنى% 20 تۆۋەنلىتىشنى مەقسەت قىلىدۇ.
                diff --git a/lang/ug/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ug/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ug/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ug/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
                +
                +

                Install the Open Food Facts mobile app

                NutriScore on the Open Food Facts mobile app

                Get the Nutri-Score with the Open Food Facts app!

                -
                - -
                - -

                Install the Open Food Facts mobile app

                -

                To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

                Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

                Install the Open Food Facts mobile app



                You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

                +
              diff --git a/lang/ug/texts/processing/mobile-app-promo-processing.html b/lang/ug/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ug/texts/processing/mobile-app-promo-processing.html +++ b/lang/ug/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the NOVA group with the Open Food Facts app!

              -
              -

              Install the Open Food Facts mobile app

              To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store @@ -11,3 +10,5 @@

              Install the Open Food Facts mobile app

              Android APK

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              + +
              diff --git a/lang/uk/texts/blog/pages/press-release-new-app.html b/lang/uk/texts/blog/pages/press-release-new-app.html index 61e07922cbb2..f71edfa99cad 100644 --- a/lang/uk/texts/blog/pages/press-release-new-app.html +++ b/lang/uk/texts/blog/pages/press-release-new-app.html @@ -40,93 +40,93 @@
              -

              A continuous scan of the barcodes allows the Nutri-Score to be obtained instantly and to discover whether a product is ultra-processed (NOVA group 4). This means that you can scan several products in one aisle without having to click on a button. A real time-saver when shopping!

              +

              Безперервне сканування штрих-кодів дозволяє миттєво отримати<0> Nutri-Score і визначити<0>, чи пройшов продукт ультраобробку (група NOVA 4). Це означає, що ви можете сканувати кілька продуктів за один раз, без необхідності натискати кнопку. Це дійсно економить ваш час! Приємних покупок!

              -

              Go further with Open Food Facts & Wikipedia: you can now dive deeper into the various aspects of the product you have scanned, directly on Open Food Facts, but also by continuing your research on Wikipedia. We are starting with additives, and many more elements will come in the coming months.

              +

              Go далі з Open Food Facts & Wikipedia: тепер ви можете детальніше вивчити різні характеристики продукту, який ви просканували, безпосередньо на Open Food Facts, а також продовживши дослідження у Вікіпедії. Ми починаємо з інформації про харчові добавки, і в найближчі місяці додамо багато іншого.

              -

              Simple equivalents to better understand the health or environmental impact of a product: the app displays information on the carbon footprint in km driven, or on calories in terms of physical activity.

              +

              Прості приклади для кращого розуміння впливу продукту на здоров’я чи навколишнє середовище: програма подає інформацію про вуглецевий слід у кілометрах або про калорії з точки зору фізичної активності.

              -

              Collaborative since its creation in 2012, the app helps users to contribute by making the process more intuitive (because without contributors, Open Food Facts simply would not exist!). By contributing, you become a conscious consumer and participate in a common good that benefits not only other users, but also researchers who use the database to advance science).

              +

              Додаток, створений у 2012 році на основі колаборації, дає користувачам можливість робити свій внесок, що додаток став більш інтуїтивно зрозумілим (без співавторів Open Food Facts просто не існував би!). Роблячи внесок, ви стаєте свідомим споживачем і долучаєтеся до створенняспільного блага, яке приносить користь не лише іншим користувачам, а й дослідникам, які використовують базу даних для розвитку науки).

              -

              Open Food Facts is free, ad-free, with no registration required. It is also private by design: the food data is there to serve YOU, not the other way around, and your personal data, such as your scan history, remains private on your phone and is never sent anywhere else.

              +

              Open Food Facts безкоштовний, без реклами, без реєстрації. Ми шануємовашу приватність: дані про їжу призначені для ВАС, а не навпаки, і ваші особисті дані, наприклад історія сканування, залишаються приватними на вашому телефоні та ніколи не надсилаються іншим користувачам.

              -

              A new, more flexible app. With the recurring news of product recalls, ingredient substitutions, and the continued growth of the Open Food Facts project, it became crucial to have an even more responsive app. This is now the case with Flutter technology, which allows us to make frequent and ultra-fast updates for Android and iPhone to keep up with the times, and to enrich the app at a steady pace.

              +

              Новий, більш пристосований до ваших потреб додаток. Завдяки постійним оновленням про видалення продуктів з ринку, зміну інгредієнтів і постійне зростання проєкт «Open Food Facts» стало надзвичайно важливим мати ще інтерактивніший додаток. Тепер зміна стосується технології Flutter, яка дозволяє нам робити часті та надшвидкі оновлення для Android та iPhone, щоб йти в ногу з часом і збагачувати програму.

              -

              International, collaborative and open source development thanks to many volunteer developers from all over the world who have participated in the development of all these new features. The "Wikipedia of food" available or soon to be available in 30 languages.

              +

              Міжнародна спільна розробка з відкритим кодом завдяки багатьом розробникам-добровольцям з усього світу , які брали участь у розробці всіх цих нових функцій.  «Вікіпедія їжі» доступна або незабаром буде доступна 30 мовами.

              -

              Soon you will be able to scan in the far end of the supermarket where network is a luxury. Useful when you're abroad, or in your basement pantry, offline scanning will be available to everyone in a few months.

              +

              Незабаром ви зможете сканувати продукти навіть у дальньому кінці супермаркету, де немає підключення до інтернету. Це корисно, коли ви за кордоном або у магазинчику в підвальному приміщенні. Офлайн-сканування буде доступне кожному за кілька місяців.

              -

              Open Food Facts will be present at Vivatech, and will be showcased on the Google.org booth. Open Food Facts was a winner of Google.org’s Impact Challenge, receiving €1.1M in grant funding and a Google.org Fellowship in which a team of 10 Google employees joined Open Food Facts full-time pro-bono for a period of 6 months to develop:

              +

              Open Food Facts будуть на виставці Vivatech і будуть представлені на стенді Google.org. Open Food Facts став переможцем Google.org’s Impact Challenge, отримавши €1,1 млн гранту і стипендію Google.org Fellowship, у рамках якої команда з 10 співробітників Google приєдналася до Open Food Facts на повний робочий день на безоплатній основі на 6 місяців для розробки:

                -
              • The calculation of the Eco-score thanks to Machine Learning, in more than 50 countries, on over 600k food products, available to 1 billion consumers.
              • +
              • Розрахунок "Eco-score" завдяки машинному навчаннюу більш ніж 50 країнах, для понад 600 тисяч харчових продуктів, доступних 1 мільярду споживачів.
                -
              • The new version of the Open Food Facts mobile app (UX & Development)
              • +
              • Нова версія мобільного додатку Open Food Facts (UX & Development)
                -
              • Partnerships with distributors and food brands to encourage them to commit to food transparency by sharing their product data on the Open Food Facts Producer platform (made possible by the support of the French National Public Health Agency)
              • +
              • Партнерські відносини з дистриб’юторами та брендами харчових продуктів , щоб заохотити їх до прозорості харчових продуктів шляхом обміну даними про свої продукти на платформі Open Food Facts Producer (що стало можливим завдяки підтримці Національного агентства громадського здоров’я Франції)
              -

              Open Food Facts has 7 permanent staff members and a large international community of volunteers. As luck would have it, the project started a year before the horse meat episode, but our first and main achievement was to accompany the development of the 5-colour score (now known as the Nutri-Score) from 2015, and to enable the wave of scanning apps (ours, but also Yuka, Foodvisor, thanks to open data). More recently, we started tackling the environmental impact of food with the Eco-Score.

              -

              2015: Launch of the 5-colour score (future Nutri-Score) on Open Food Facts.

              -

              2017: 2 years later, the Nutri-Score is voted in the French health law and gradually spreads across Europe. 

              -

              2018: Detection of ultra-processed foods and calculation of the NOVA group.

              -

              2019: The French National Public Health Agency supports Open Food Facts for the key role it played for the Nutri-score.

              -

              2021: Launch of the Eco-Score. The French government experiments with environmental labelling.

              -

              2021: Open Food Facts at COP26 in Glasgow to advocate for environmental labelling. We announce the extension of the Eco-Score to 1 billion consumers and 50 countries.

              +

              Open Food Facts має 7 постійних співробітників і велику міжнародну спільноту волонтерів. На щастя, проект розпочався за рік до епізоду про конину, але нашим першим і досягненням було супроводжувати розробку системи м аркування харчових продуктів, тепер відомої як Nutri-Score з 2015 року та запустити багато програм для сканування (нашу, але також Yuka та Foodvisor, завдяки відкритим даним). Нещодавно ми почали розглядати вплив їжі на навколишнє середовище за допомогою Eco-Score.

              +

              2015: Запуск 5-колірної шкали оцінювання харчових продуктів (майбутньої Nutri-Score) на Open Food Facts.

              +

              2017: через 2 роки за Nutri-Score проголосували у законі про охорону здоров’я у Франції. Тепер ця система поступово поширюється на всю Європу. 

              +

              2018: Виявлення харчових продуктів із ультра-обробкою та обчислення групи NOVA.

              +

              2019: Французьке національне агентство громадської охорони здоров’я підтримує додаток Open Food Facts через ключову роль, яку він зіграв у Nutri-score.

              +

              2021: Запуск Eco-Score. Уряд Франції експериментує з екологічним маркуванням.

              +

              2021: Open Food Facts на COP26 у Глазго для захисту екологічного маркування. Ми оголошуємо про розширення Eco-Score до 1 мільярда споживачів у 50 країнах.

              -

              Open Food Facts is the global reference for food information

              +

              Open Food Facts — це глобальний довідник інформації про продукти харчування

                -
              • collaborative : made up of more than 20 000 contributors.
              • +
              • спільний : , складається з понад 20 000 учасників.
                -
              • international : our database is consulted by 2.7 million visitors every month and has over 2.3 millions products across 180 countries.
              • +
              • міжнародний : нашу базу даних переглядають 2,7 мільйони користувачів щомісяця. Вона зберігає інформацію про 2,3 мільйони продуктів у 180 країнах.
                -
              • open source and reusable (like Wikipedia) : Open Food Facts is used daily by start-ups, companies, apps, projects, researchers, etc.
              • +
              • з відкритим кодом і багаторазового використання (як Вікіпедія): Open Food Facts щодня використовується стартапами, компаніями, додатками, проектами, дослідниками тощо.
                -
              • strictly independent of the food industry: it is managed by a non-profit association.
              • +
              • повністю незалежний від харчової промисловості: додатком керує некомерційна асоціація.
              @@ -134,33 +134,33 @@

              Open Food Facts is th
              -

              2.7 millions direct monthly users of Open Food Facts, and even more through the ecosystem.

              +

              2,7 мільйонів прямих користувачів Open Food Facts щомісяця і навіть більше через екосистему.

              -

              The app was #1 on both the App Store and Play Store, after it was showcased on French show Envoyé Spécial.

              +

              Програма була №1 як в App Store, так і в Play Store, після її демонстрації на французькому шоу Envoyé Spécial.

              -

              The app shows the Eco-Score in 50 countries, which total 1 billion potential inhabitants, and thus beneficiaries of food transparency.

              +

              Додаток показує Eco-Score у 50 країнах із загальним населенням 1 мільярд потенційних жителів, які можуть дізнаватися про якість харчових продуктів.

              -

              "If you've ever scanned one of your foods, or used the Nutri-Score in the supermarket, it's likely you've benefited from the impact of Open Food Facts

              -


              Having invented the collaborative scanning app as we know it in 2012, Open Food Facts is now reinventing it. The new version of the app is more personalised to suit you, very educational, and puts the emphasis on the environmental impact of food with the Eco-Score

              -


              As Open Food Facts celebrates its 10th anniversary, this new version will allow us to further increase our impact around the world. First, by enabling everyone to make better food choices for their health and the planet, and thus continuing to positively transform the food system."

              -

              Pierre Slamich - Co-founder of Open Food Facts

              +

              «Якщо ви коли-небудь сканували продукти або використовували Nutri-Score в супермаркеті, швидше за все, Open Food Facts був корисним для вас

              +


              Винайшовши програму для спільного сканування, ще у 2012 році, Open Food Facts тепер перевинаходить її. Нова версія персоналізованіша відповідно до ваших потреб, дуже навчальна та робить акцент на екологічному впливі їжі з Eco-Score

              +


              Оскільки Open Food Facts святкує своє 10-річчя, ця нова версія дозволить нам ще більше посилити наш вплив у всьому світі. По-перше, дозволяючи кожному робити кращий вибір продуктів харчування для свого здоров’я та планети, і таким чином продовжуючи позитивну трансформацію системи харчування»

              +

              П'єр Сламіч - співзасновник Open Food Facts

              -

              🇺🇲 English visuals (Including Open Food Facts visual identity guidelines, Nutri-Score, Eco-Score Logo, App Screenshots, App videos)

              +

              🇺🇲 Візуальні матеріали англійською мовою (включаючи вказівки щодо візуальної ідентичності Open Food Facts, Nutri-Score, логотип Eco-Score, знімки екрана програми, відео програми)

              П'єр Сламіч -
              Pierre Slamich
              Co-founder of the Open Food Facts association
              pierre@openfoodfacts.org 
              (+33) 6 02 13 14 57
              +
              П’єр Сламіч
              Співзасновник асоціації Open Food Facts
              pierre@openfoodfacts.org 
              (+33) 6 02 13 14 57
              -
              Manon Corneille
              International development manager
              manon@openfoodfacts.org
              (+33) 7 82 82 80 13
              +
              Манон Корней
              Менеджер з міжнародного розвитку
              manon@openfoodfacts.org
              (+33) 7 82 82 80 13
              -

              Image credits: The icons illustrating the features are from The Noun Project.

              +

              Авторське право: піктограми, що ілюструють функції, взяті з The Noun Project.

              diff --git a/lang/uk/texts/contribute.html b/lang/uk/texts/contribute.html index a706f3a9a8cd..c602fd7081eb 100644 --- a/lang/uk/texts/contribute.html +++ b/lang/uk/texts/contribute.html @@ -10,19 +10,19 @@

              Зробіть свій внесок в Open Food F

              -Open Food Facts exists thanks to the citizens who give their time and talent in many different activities. -We are a large international family that gives a unique character to this beautiful project, made for all, by all! 🌍✨ +Open Food Facts існують завдяки громадянам, які приділяють свій час та талант у багатьох різних видів діяльності. +Ми велика міжнародна родина, яка надає унікального характеру цьому прекрасному проєкту, створеному для всіх, усіма! 🌍✨

              -To facilitate the involvement of our contributors and allow the project to grow in a more dynamic way, we are setting up a Contributors Skill Pool, as well as teams of volunteers by theme. +Щоб сприяти залученню наших співавторів і дозволити проєкт розвиватися більш динамічно, ми створюємо пул навичок співавторів, а також команди волонтерів за темами.

              -✅ The aim is to match your skills and interests to the needs of the project. +✅ Мета полягає в тому, щоб ваші навички та інтереси відповідали потребам проекту.

              -Whether you are already a very involved contributor or have just arrived and want to participate, we invite you to fill in the form below. (All personal data you enter will be kept confidential and used only by the permanent team to contact you). +Незалежно від того, чи є ви вже активним співавтором, чи щойно прибули й хочете взяти участь, ми запрошуємо вас заповнити форму нижче. (Усі персональні дані, які ви вводите, залишатимуться конфіденційними та використовуватимуться лише постійною командою для зв’язку з вами).

              -Contributors Skill Pool form in ENG/FR +Форма резерву навичок учасників англійською/французькою
              @@ -32,7 +32,7 @@

              Зробіть свій внесок в Open Food F

              Кожен може долучитися

              -

              Be part of our collaborative, free and open source database of food products from around the world!

              +

              Будьте частиною нашої спільної безплатної бази даних харчових продуктів з відкритим кодом з усього світу!

              Open Food Facts – це некомерційний проєкт, повністю створений волонтерами, ви справді нам потрібні.

              @@ -89,7 +89,7 @@

              Оформлення

            • Розроблення

              -

              Перед нами чимало роботи з розробки. On the Open Food Facts backend (Perl and MongoDB), API (JSON), web site (templatized HTML5, JS, Foundation), our Flutter mobile app for iOS and Android, but also to build new cool reuses etc. We have SDK projects in many programming languages to ensure anyone can reuse and contribute to Open Food Facts, in any language. Ми також працюємо над штучним інтелектом для спрощення роботи. Наш код знаходиться на GitHub. +

              Перед нами чимало роботи з розробки. На базі Open Food Facts (Perl і MongoDB), API (JSON), вебсайт (шаблонова ний HTML5, JS, Foundation), нашій мобільній програмі Flutter для iOS і Android, а також створювати нові цікаві повторне використання тощо. У нас є проекти SDK багатьма мовами програмування, щоб будь-хто міг повторно використовувати та робити внесок у Open Food Facts будь-якою мовою. Ми також працюємо над штучним інтелектом для спрощення роботи. Наш код знаходиться на GitHub.

            • @@ -120,7 +120,7 @@

              Приєднуйтесь до нас, у нашій спі
              • Slack

                -

                Slack є одним з найкращих інтерактивних засобів для співробітництва з іншими учасниками, розробниками та повторними користувачами. Це форум для обговорень, доступ до якого ви можете отримати через ваш браузер чи телефон. Він повністю змінив нашу спільну працю. Please try it, click here to get invited to our Slack.

                +

                Slack є одним з найкращих інтерактивних засобів для співробітництва з іншими учасниками, розробниками та повторними користувачами. Це форум для обговорень, доступ до якого ви можете отримати через ваш браузер чи телефон. Він повністю змінив нашу спільну працю. Будь ласка, спробуйте, клацніть тут, щоб отримати запрошення до нашого Slack.

              • @@ -137,27 +137,27 @@

                Wiki

                -

                Make a difference

                -

                We have several important on-going operations, join us!

                -

                Here are some places where you can have impact now:

                +

                Змінюйте на краще

                +

                У нас є кілька важливих поточних операцій, приєднуйтесь!

                +

                Ось кілька місць, на які ви можете вплинути вже зараз:

                diff --git a/lang/uk/texts/data.html b/lang/uk/texts/data.html index 74542244467c..d71a112dc612 100644 --- a/lang/uk/texts/data.html +++ b/lang/uk/texts/data.html @@ -1,6 +1,6 @@ -

                Дані

                +

                Умови повторного використання

                База даних Open Food Facts на явна за ліцензією Open Database License.
                Окремий вміст бази даних на явна за ліцензією Database Contents License.
                Зображення продуктів наявні за ліцензією Creative Commons Attribution ShareAlike licence. @@ -9,18 +9,24 @@

                Дані

                Будь ласка прочитайте Умови використання та повторного використання перед поаторним використанням даних.

                -

                Ми дуже зацікавлені у вивченні того для чого дані Open Food Facts використовуються. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

                +

                Розкажіть про свою проблему

                +

                Ми дуже зацікавлені у вивченні того для чого дані Open Food Facts використовуються. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. Ви також можете заповнити цю форму, щоб отримати можливість представити свою програму.

                Експорт даних Open Food Facts

                -

                Дамп та експорт бази даних генерується щоночі. The database is very big, so you can find different ways to use the data, depending on the export flavor.

                +

                Дамп та експорт бази даних генерується щоночі. База даних дуже велика, тому ви можете знайти різні способи використання даних, залежно від особливостей експорту.

                Інформація про різні поля для дампу MongoDB та експорту CSV є наявними на https://world.openfoodfacts.org/data/data-fields.txt

                Дамп MongoDB

                Дані для всі продуктів наявні в дампі бази даних MongoDB.

                - +
                Силка
                https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
                @@ -30,20 +36,16 @@

                Дамп MongoDB

                https://static.openfoodfacts.org/data/md5sum
                -

                Експорт дельти

                - -

                Щоденний експорт дельти представлені на попередні 14 днів. Список наявних на даний момент файлів дельти можна знайти на https://static.openfoodfacts.org/data/delta/index.txt. - Кожний рядок представляє файл, який є наявним на https://static.openfoodfacts.org/data/delta/{filename}. - Назва файлу містить часову позначку UNIX на першій та останній зміні, що міститься у файлі JSON, таким чином дельта файли можуть -бути імпортовані (після витягнення) з mongoimport у алфебетному порядку.

                -

                Будь ласка зауважте, що через природу mongoexport, дельти файлів не можуть розповісти вам про видалені продукти. Щоб вилучити -видалені продукти з вашої бази даних, вам буде потрібно імпортувати цілий MongoDB dump.

                +

                Щоденний дельта-експорт

                +

                Щоденний експорт дельти представлені на попередні 14 днів. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

                +

                Кожний рядок представляє файл, який є наявним на https://static.openfoodfacts.org/data/delta/{filename}.

                +

                The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

                +

                Будь ласка зауважте, що через природу mongoexport, дельти файлів не можуть розповісти вам про видалені продукти. To remove deleted products from your database, you will need to import the full MongoDB dump.

                Експорт даних JSONL

                -

                Повна база даних є також наявною в форматі JSONL (ще назвають LDJSON чи NDJSON) де кожний рядок є об'єктом JSON. - Вона представляє такі ж самі дані як експорт MongoDB. Файл стискається за допомогою gzip.

                +

                Повна база даних є також наявною в форматі JSONL (ще назвають LDJSON чи NDJSON) де кожний рядок є об'єктом JSON. Вона представляє такі ж самі дані як експорт MongoDB. Файл стискається за допомогою gzip.

                Силка
                @@ -51,123 +53,127 @@

                Експорт даних JSONL

                -

                Експорт даних CSV

                - -

                Дані всіх продуктів, чи деяких з продуктів, можуть бути завантажені у форматі CSV (читаються за допомогою OpenOffice, Excel та багатьох інших програмних забезпечень) -через advanced search form.

                +

                Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

                -
                Links
                +
                Посилання
                https://static.openfoodfacts.org/data/en.openfoodfacts.org.products.csv (raw CSV)
                https://static.openfoodfacts.org/data/en.openfoodfacts.org.products.csv.gz (compressed CSV in GZIP format)

                Кодування файлу є юнікодом UTF-8. Символ, що розділяє поля є <tab> (табуляція).

                - -

                Експорт даних RDF

                - -

                База даних також наявна у форматі RDF. announcement in French.

                +

                База даних також наявна у форматі RDF. You can read the announcement in French.

                Силка
                https://world.openfoodfacts.org/data/en.openfoodfacts.org.products.rdf
                -

                Image Data Export

                +

                Експорт даних зображення

                +

                All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Перегляньте нашу документацію, щоб дізнатися більше про те, як завантажувати зображення.

                -

                Усі зображення та результати OCR можна завантажити з нашого сервера або з AWS (через програму відкритих даних AWS). Check out our documentation to learn more about how to download images.

                -

                Live JSON and XML API

                + +

                OpenAPI Documentation for the JSON API

                API JSON також є наявним для читання даних продукту. Цей API зокрема використовується у мобільних додатках Open Food Facts для iPhone та Android.

                -

                We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

                +

                Ми постійно вдосконалюємо API, але намагаємося підтримувати зворотну сумісність. Please get in touch if you use it, so that we can tell you about potential changes.

                -

                URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                +

                URL для зчитування даних про товар: https://world.openfoodfacts.org/api/v2/product/[barcode].json

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                -

                You can also get the result in XML by using .xml

                -

                Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +

                Приклад: https://world.openfoodfacts.org/api/v2/product/737628064502.json

                +

                Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

                +

                OpenAPI help wanted

                +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

                Ми дуже охочі до використання API для виробничих кейсів, доки 1 API = 1 справжньому скануванню користувача. Будь-яка спроба здерти базу даних використовуючи API буде ймовірно заблокованою, так як повний щоденний експорт саме на цій сторінці.

                Також, надсилання HTTP заголовку з вашим викликом API є хорошим способом для нашого зв'язку, якщо виникне будь-яке питання.

                -

                If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

                - -

                Мобільні додатки для Android та iPhone

                +

                Якщо ви в чомусь не впевнені, або маєте якесь питання (дурних питань не буває), не соромтеся задавати його на каналі #api в Slack :-)

                -

                The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

                +

                Experimental XML API

                +

                Ви також можете отримати результат у форматі XML за допомогою .xml

                +

                Приклад: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

                +This API is not actively maintained, and not officially documented. -

                The classic app for iOS is developed in Swift.

                -

                The classic app for Android is developed in Kotlin.

                -

                The new cross-platform app is a Dart/Flutter app.

                -

                Вітається повторне використання вами коду (це відкрите джерело) та допомога нам у його покращенні, для кожного, по всій планеті.

                Обкладинки та SDK

                Ми можливо маємо обкладинку для вашої улюбленої мови програмування. Якщо так, то ви можете використовувати її та покращувати. Якщо ні, ви можете допомогти створити її.

                Вони дозволять вам споживати дані, так само і дозволять іншим користувачам вносити нові дані

                -

                Загальні принципи

                +

                General principles to make your users happy

                  -
                • You can search for information about products, including many useful computed values.
                • +
                • Ви можете шукати інформацію про товари, включаючи багато корисних розрахункових значень.
                • Якщо ви не можете дістати інформацію про окремий продукт, ви можете отримати користувача для надсилання фото та даних, що потім будуть оброблені Open Food Facts AI та розробітниками, щоб отримати підрахований результат, який ви хочете показати їм.
                • Ви також можете реалізувати цілий потік, щоб вони одразу отримали результат з деякими зусиллями з їхнього боку.

                Якщо ваші користувачі не очікують результат одразу (на приклад додатки для інвентиризації)

                  -
                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • AI Open Food Facts Robotoff згенерує деякі виведені дані з фото
                • +
                • Надсилайте фото (передня частина/харчування/інгредієнти): найбезболісніша річ для ваших користувачів
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • З часом, інші додатки та спільнота Open Food Facts заповнить прогалини даних

                Якщо ваші користувачі очікують результат одразу (на приклад програми щодо харчування)

                  -
                • Submit nutrition facts + category > get Nutri-Score
                • -
                • Submit ingredients > get the NOVA group (about food ultra-processing), additives, allergens, normalized ingredients, vegan, vegetarian…
                • -
                • Submit category + labels > soon get the Eco-Score (about environmental impact)
                • +
                • Надішліть інформацію про поживні речовини + категорію; отримайте Nutri-Score
                • +
                • Надішліть інгредієнти; отримайте групу NOVA (про ультраобробку продуктів), добавки, алергени, нормалізовані інгредієнти, веганські, вегетаріанські
                • +
                • Надішліть категорію + етикетки; незабаром отримайте Eco-Score (про вплив на навколишнє середовище)
                +

                Android/iPhone/Flutter mobile app

                + +

                The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

                We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

                +

                Додаток дозволяє користувачам сканувати штрих-коди товарів, переглядати інформацію про товар, а також фотографувати й надсилати фотографії та дані про відсутні товари.

                + +

                Вітається повторне використання вами коду (це відкрите джерело) та допомога нам у його покращенні, для кожного, по всій планеті.

                + +

                SDKs

                + +

                Обговорення дати, API та експортів

                -

                Ви можете долучитися до Open Food Facts чат-кімнати у Slack, що є кращими способом поставити запитання та обговорити API.

                -

                You can open a thread on our API documentation repository - - -

                Зв'язатися

                -

                Для будь який запитань щодо даних, ви можете зв'язатися з нами по contact@openfoodfacts.org +

                You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

                +

                You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

                +

                Ви можете відкрити потік у нашому репозиторії документації до API +

                For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/uk/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/uk/texts/eco-score-the-environmental-impact-of-food-products.html index 7e44e6908f41..dd55c3339ec4 100644 --- a/lang/uk/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/uk/texts/eco-score-the-environmental-impact-of-food-products.html @@ -248,8 +248,8 @@

                Як ми можемо дізнатися більше і як ми може

                Open Food Facts – це спільний проєкт, який підтримується десятками тисяч волонтерів і керується неприбутковою асоціацією з 3 працівниками.
                -You can help us at fund Open Food Facts 2023 budget -and continue to develop the Eco-Score and many other projects to improve everyone's diet. Дякуємо! ❤️

                +Ви можете допомогти нам у фінансуванні бюджету Open Food Facts 2023 +і продовженні розробки Eco-Score та багатьох інших проєктів для покращення раціону кожного. Дякуємо! ❤️

                Зробіть пожертву

            • diff --git a/lang/uk/texts/faq.html b/lang/uk/texts/faq.html index 738ea2a69092..6661cfb025db 100644 --- a/lang/uk/texts/faq.html +++ b/lang/uk/texts/faq.html @@ -23,7 +23,7 @@

              Як я можу зв`язуватись з коман

              Чи перевірена інформація та дані про товари?

              -

              The information and data is submitted by the Open Food Facts contributors. Спонсори також надсилають фото продуктів, їх етикетки, список інградієнтів та таблиці харчової цінності. +

              Інформація та дані надані учасниками Open Food Facts Спонсори також надсилають фото продуктів, їх етикетки, список інградієнтів та таблиці харчової цінності. У разі сумнівів відвідувачі можуть самостійно перевірити точність, а в разі помилки виправити її на місці.

              Щоб легше виявляти потенційні помилки, ми будемо поступово додавати автоматизовані перевірки, наприклад, якщо факти про продукт занадто різняться від продуктів тієї ж категорії, це може бути помилкою. А якщо кількість поживих речовин перевищує 100%, це точно помилка.

              diff --git a/lang/uk/texts/index-pro.html b/lang/uk/texts/index-pro.html index 8a9069261dfe..f48ec5f05a44 100644 --- a/lang/uk/texts/index-pro.html +++ b/lang/uk/texts/index-pro.html @@ -32,7 +32,7 @@

              Validated data

              Вдосконалення -

              Get suggestions to easily improve your Nutri-Score

              +

              Get suggestions to easily improve your Nutri-Score

              • Значно покращити Nutri-Score з розумним зменшенням цукру, солі або насичених жирних кислот.
              • @@ -71,9 +71,9 @@

                Compatible with EQUADIS, AGENA3000 (and soon more)<

                If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system.

              - Join the largest producers and distributors -

              Join the largest producers and distributors

              -

              You'll recognize many international groups, food retailers and distributors, intermediate brands as well as up-and-coming food startups, who already share their product data with the world, using Open Food Facts.

              + Приєднуйтесь до найбільших виробників та дистриб'юторів +

              Приєднуйтесь до найбільших виробників та дистриб'юторів

              +

              Ви впізнаєте багато міжнародних груп, роздрібних продавців і дистриб'юторів продуктів, проміжних брендів, а також перспективних харчових стартапів, які вже діляться даними про свою продукцію зі світом за допомогою Open Food Facts.

              @@ -82,7 +82,7 @@

              Join the largest producers and distributors

              -

              Additional features

              +

              Додаткові функції

              @@ -91,14 +91,14 @@

              - Mark your discontinued products -

              Mark your discontinued products

              -

              Send us a list of your discontinued products, so that we can mark them as archived.

              + Позначте свої зняті з виробництва продукти +

              Позначте свої зняті з виробництва продукти

              +

              Надішліть нам список ваших знятих з виробництва продуктів, щоб ми могли позначити їх як архівні.

              - Add your customer service information -

              Add your customer service information

              -

              Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those.

              + Додайте інформацію про службу підтримки +

              Додайте інформацію про службу підтримки

              +

              Щодня Open Food Facts отримує багато скарг від клієнтів, які повинні бути адресовані вам. Додайте свою інформацію про службу підтримки, щоб отримувати їх.

              @@ -109,9 +109,9 @@

              Add your customer service information

              -

              Helping you with the Scores

              +

              Допоможемо вам з оцінками

              -

              Open Food Facts has computed Nutri-Score since it was the "5-color score" in 2015, and is now computing the Eco-Score.

              +

              Open Food Facts розраховує Nutri-Score з того часу, як у 2015 році це була "5-бальна оцінка", а зараз розраховує Eco-Score.

              @@ -131,20 +131,20 @@

              Легко добирати Nutri-Score (показ
              -

              Compute accurately the Eco-Score for your products

              -

              The Eco-Score is computed from a precise category, informations about labels, the ingredients and their origins and packaging components.

              +

              Точно розраховуйте екологічний бал для своїх продуктів

              +

              Екологічний бал розраховується на основі точної категорії, інформації на етикетках, інгредієнтів та їх походження, а також компонентів упаковування.

                -
              • Ensure you get the best Eco-Score possible by removing maluses linked to missing information.
              • -
              • Importing your products on the public database will allow you to benchmark them with best practises.
              • +
              • Переконайтеся, що ви отримаєте найкращу можливу оцінку Eco-Score, усунувши зловмисні дії, пов'язані з відсутністю інформації.
              • +
              • Імпорт ваших продуктів до загальнодоступної бази даних дозволить вам порівняти їх з найкращими практиками.
              -

              Get detailed scoring explanations for Nutri-Score and Eco-Score

              -

              Once your data is imported, we provide detailed explanations, including warnings about the data that's potentially missing.

              +

              Отримайте детальні пояснення щодо показників Nutri-Score та Eco-Score

              +

              Після імпорту ваших даних ми надаємо докладні пояснення, включаючи попередження про дані, які можуть бути відсутніми.

              @@ -153,9 +153,9 @@

              Get detailed scoring explanations for Nutri-Score a
              -

              Share once, get harmonized data in many places

              +

              Діліться один раз, отримуйте гармонізовані дані в багатьох місцях

              -

              Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy.

              +

              Після налаштування автоматичного імпорту ваші продукти будуть автоматично синхронізуватися щовечора. В іншому випадку платформа запам'ятовує формат вашого файлу, щоб спростити оновлення.

              @@ -168,14 +168,14 @@

              Broadcast your data on many apps and services

              -

              Many consumer organizations apps use Open Food Facts

              +

              Багато додатків споживчих організацій використовують Open Food Facts

              -

              Many more apps and services use Open Food Facts

              +

              Багато інших додатків і сервісів використовують Open Food Facts

              @@ -185,19 +185,19 @@

              Many more apps and services use Open Food Facts

              -

              We're here to help

              +

              Ми тут, щоб допомогти

              Ми готові дати відповідь на будь-які ваші запитання

              -

              We'll do our best to guide you, so that you can take your part in transforming the food system for your consumers and the planet.

              -

              You can read our quick start guide - and we'll be happy to answer to your questions on producers@openfoodfacts.org. +

              Ми зробимо все можливе, щоб допомогти вам, щоб ви могли зробити свій внесок у трансформацію харчової системи для ваших споживачів і планети.

              +

              Ви можете прочитати наш короткий посібник + і ми будемо раді відповісти на ваші запитання на producers@openfoodfacts.org.

              diff --git a/lang/uk/texts/nova.html b/lang/uk/texts/nova.html index 1c657ce63523..f57432aaa778 100644 --- a/lang/uk/texts/nova.html +++ b/lang/uk/texts/nova.html @@ -13,7 +13,7 @@

              Класифікація на 4 групи, щоб

              Деякі країни використовують класифікацію груп Нова для супроводження щодо дієт та їхніх цілей, наприклад:

              diff --git a/lang/uk/texts/nutriscore-formula.html b/lang/uk/texts/nutriscore-formula.html index 42044b38979c..ee96bac7f56c 100644 --- a/lang/uk/texts/nutriscore-formula.html +++ b/lang/uk/texts/nutriscore-formula.html @@ -85,7 +85,7 @@

              Адаптації для фруктів і овочів

              Адаптації для напоїв

              -

              Warning: the nutritional score for milk and vegetable milks is calculated with the general formula and not the formula for drinks.

              +

              Попередження: поживна цінність молока та рослинних молочних продуктів розраховується за загальною формулою, а не за формулою для напоїв

              Поріг балів за енергію та цукор змінено для напоїв, а бали подвоюються для фруктів:

              @@ -117,7 +117,7 @@

              Напої:

              Попередження: цей показник все одно може не відповідати рекомендованому:

                -
              • Вміст клітковини не обов’язково міститься в таблиці харчування. When the latter is not indicated, any positive contribution of the fibers is not taken into account. We encourage all producers to indicate the fiber content of their products on the packaging thereof.
              • +
              • Вміст клітковини не обов’язково міститься в таблиці харчування. Якщо останнє не вказано, будь-який позитивний внесок волокон не береться до уваги Ми закликаємо всіх виробників вказувати вміст клітковини у своїх продуктах на упаковці
              • Бали, що відповідають рівням у фруктах і овочах, враховуються не для всіх продуктів. Вмісту овочів, фруктів справді немає на упаковці в таблиці поживності, і нам доведеться це визначити за допомогою іншї інформації (наприклад, слова «мінімальний вміст фруктів», категорія продуктів (наприклад, джеми містять 50% фруктів) та список інгредієнтів.) @@ -125,13 +125,7 @@

                Напої:

              • Створено нове поле «Фрукти, овочі (мінімум)» для запису значень термінів «мінімальний вміст фруктів / овочів» тощо.
              • За замовчуванням продукти певних категорій вважаються такими, що мають мінімальний вміст:
                  -
                • 100%: сік -90%: компоти -85%: овочі -50%: джеми -інші категорії для визначення -Для обчислення показника харчування важливо розрізняти рівні вище 40%, 60% і 80%. -Для ліофілізованих харчових продуктів (упакованих супів тощо) оцінка повинна бути розрахована для відновленого продукту, а не для сирого продукту, як зараз
                • +
                • 100%: сік
                • 90%: компоти
                • 85%: овочі
                • 50%: джеми
                • diff --git a/lang/uk/texts/nutriscore.html b/lang/uk/texts/nutriscore.html index 0296096eb9ec..04e77fdad3a1 100644 --- a/lang/uk/texts/nutriscore.html +++ b/lang/uk/texts/nutriscore.html @@ -10,9 +10,9 @@

                  Що таке Nutri-Score?

                  The Nutri-Score - це товарний знак, який показує поживну цінність харчових продуктів від Адо Е. З Nutri-Score продукти можна легко та швидко порівнювати.

                  -Open Food Facts has started computing Nutri-Score in 2014 on its pioneer mobile app and website, while it was only a research paper, and has accompanied its growth from the "5 color score" to the "Nutri-Score" you see in supermarkets today. -This systemic impact was noticed by Santé publique France which is now supporting Open Food Facts in its mission to help everyone make more informed food choices. - For more on the history of Open Food Facts and the Eco-Score, you can read our dedicated page. +Open Food Facts почала розраховувати Nutri-Score у 2014 році на своєму піонерському мобільному додатку та вебсайті, коли це була лише дослідницька робота, і супроводжувала його зростання від "5-кольорової оцінки" до "Nutri-Score", яку ви бачите в супермаркетах сьогодні +Цей системний вплив був помічений компанією Santé publique France, яка зараз підтримує Open Food Facts у своїй місії допомогти кожному робити більш усвідомлений вибір продуктів харчування + Більше про історію Open Food Facts та Eco-Score ви можете прочитати на нашій спеціальній сторінці
              @@ -94,13 +94,13 @@

              Дізнатися більше про Nutri-Score

              diff --git a/lang/uk/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/uk/texts/nutriscore/mobile-app-promo-nutriscore.html index e9cf79b7d9d9..7fffafe115ad 100644 --- a/lang/uk/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/uk/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
              +
              +

              Встановити мобільний додаток Open Food Facts

              NutriScore у мобільному додатку Open Food Facts

              Отримайте показник харчової якості за допомогою додатку Open Food Facts!

              -
              - -
              - -

              Встановити мобільний додаток Open Food Facts

              -

              Встановіть безплатний додаток Open Food Facts для того, щоб просканувати харчові продукти, отримати їх показник харчової якості за поживною категорією, групу NOVA для того, щоб дізнатися про ультраоброблені продукти, сповіщення про алергени та для розшифрування харчових добавок!

              Доступно в App Store Доступно на Google Play -Доступно для Windows 11 і вище +Доступно для Windows 12 і вище АРК для Android

              Ви також можете з легкістю додавати нові продукти до Open Food Facts та допомогти створити загальне благо для покращення харчування та здоров'я кожного. Дякуємо!

              +
              diff --git a/lang/uk/texts/nutriscore/nutriscore-drinks-table.html b/lang/uk/texts/nutriscore/nutriscore-drinks-table.html index db64f5935195..d2472e54fe22 100644 --- a/lang/uk/texts/nutriscore/nutriscore-drinks-table.html +++ b/lang/uk/texts/nutriscore/nutriscore-drinks-table.html @@ -10,16 +10,71 @@
            - + - - + + - - + + @@ -35,13 +90,35 @@ - + - + diff --git a/lang/uk/texts/nutrition-score-uk.html b/lang/uk/texts/nutrition-score-uk.html index 708e660de301..268a35dc78f6 100644 --- a/lang/uk/texts/nutrition-score-uk.html +++ b/lang/uk/texts/nutrition-score-uk.html @@ -13,7 +13,7 @@

            Світлофор харчування

            - + diff --git a/lang/uk/texts/open-food-facts-mobile-app.html b/lang/uk/texts/open-food-facts-mobile-app.html index d3cc415216ce..a3dee3211398 100644 --- a/lang/uk/texts/open-food-facts-mobile-app.html +++ b/lang/uk/texts/open-food-facts-mobile-app.html @@ -136,7 +136,7 @@

            - Open Food Facts mobile app + Мобільний додаток Open Food Facts

            diff --git a/lang/uk/texts/processing/group-4-ingredients.html b/lang/uk/texts/processing/group-4-ingredients.html index 1d14227dce24..c5df38106cd1 100644 --- a/lang/uk/texts/processing/group-4-ingredients.html +++ b/lang/uk/texts/processing/group-4-ingredients.html @@ -1,15 +1,56 @@

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/ur/texts/nova.html b/lang/ur/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ur/texts/nova.html +++ b/lang/ur/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/ur/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ur/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ur/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ur/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/ur/texts/processing/mobile-app-promo-processing.html b/lang/ur/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ur/texts/processing/mobile-app-promo-processing.html +++ b/lang/ur/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/uz/texts/data.html b/lang/uz/texts/data.html index dfde26b4f57b..068dd94c6491 100644 --- a/lang/uz/texts/data.html +++ b/lang/uz/texts/data.html @@ -1,6 +1,6 @@ -

            Maʻlumot

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Maʻlumot

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/uz/texts/index-pro.html b/lang/uz/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/uz/texts/index-pro.html +++ b/lang/uz/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/uz/texts/nova.html b/lang/uz/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/uz/texts/nova.html +++ b/lang/uz/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/uz/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/uz/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/uz/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/uz/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/uz/texts/processing/mobile-app-promo-processing.html b/lang/uz/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/uz/texts/processing/mobile-app-promo-processing.html +++ b/lang/uz/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/val/texts/data.html b/lang/val/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/val/texts/data.html +++ b/lang/val/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/val/texts/index-pro.html b/lang/val/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/val/texts/index-pro.html +++ b/lang/val/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/val/texts/nova.html b/lang/val/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/val/texts/nova.html +++ b/lang/val/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/val/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/val/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/val/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/val/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/val/texts/processing/mobile-app-promo-processing.html b/lang/val/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/val/texts/processing/mobile-app-promo-processing.html +++ b/lang/val/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/ve/texts/data.html b/lang/ve/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/ve/texts/data.html +++ b/lang/ve/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/ve/texts/index-pro.html b/lang/ve/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/ve/texts/index-pro.html +++ b/lang/ve/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/ve/texts/nova.html b/lang/ve/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/ve/texts/nova.html +++ b/lang/ve/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/ve/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/ve/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/ve/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/ve/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/ve/texts/processing/mobile-app-promo-processing.html b/lang/ve/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/ve/texts/processing/mobile-app-promo-processing.html +++ b/lang/ve/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/vec/texts/data.html b/lang/vec/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/vec/texts/data.html +++ b/lang/vec/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/vec/texts/index-pro.html b/lang/vec/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/vec/texts/index-pro.html +++ b/lang/vec/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/vec/texts/nova.html b/lang/vec/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/vec/texts/nova.html +++ b/lang/vec/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/vec/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/vec/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/vec/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/vec/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/vec/texts/processing/mobile-app-promo-processing.html b/lang/vec/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/vec/texts/processing/mobile-app-promo-processing.html +++ b/lang/vec/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/vi/texts/data.html b/lang/vi/texts/data.html index 7b542a43f19d..11f2ac2e69e9 100644 --- a/lang/vi/texts/data.html +++ b/lang/vi/texts/data.html @@ -1,6 +1,6 @@ -

            Dữ liệu

            +

            Conditions for reuse

            Cơ sở dữ liệu của Open Food Facts có sẵn theo Giấy phép Open Database License.
            Các nội dung riêng lẻ của cơ sở dữ liệu có sẵn theo Giấy phép Database Contents License.
            Các hình ảnh Sản phẩm có sẵn theo giấy phép Creative Commons Attribution ShareAlike. @@ -9,7 +9,8 @@

            Dữ liệu

            Vui lòng đọc Điều khoản và điều kiện sử dụng và sử dụng lại trước khi sử dụng lại dữ liệu.

            -

            Chúng tôi rất quan tâm đến việc tìm hiểu mục đích sử dụng dữ liệu từ Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            Chúng tôi rất quan tâm đến việc tìm hiểu mục đích sử dụng dữ liệu từ Open Food Facts. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Xuất dữ liệu từ Open Food Facts

            @@ -20,7 +21,12 @@

            Xuất dữ liệu từ Open Food Facts

            Kết xuất MongoDB

            Dữ liệu cho tất cả các sản phẩm có sẵn trong kết xuất cơ sở dữ liệu MongoDB.

            - +
            Liên kết
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            Kết xuất MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Xuất dữ liệu kiểu Delta

            - -

            Xuất dữ liệu delta hàng ngày được cung cấp cho dữ liễu trong vòng 14 ngày trước đó. Bạn có thể tìm thấy danh sách các tệp delta hiện có tại - https://static.openfoodfacts.org/data/delta/index.txt. - Mỗi dòng đại diện cho một tệp có sẵn tại https://static.openfoodfacts.org/data/delta/{filename}. - Tên tệp chứa kí dấu thời gian UNIX của lần thay đổi đầu tiên và cuối cùng có trong tệp JSON, để các tệp delta - có thể được nhập (sau khi trích xuất) với mongoimport theo thứ tự bảng chữ cái.

            -

            Xin lưu ý rằng do bản chất của mongoexport, các tệp delta không thể lưu trữ thông tin về các sản phẩm đã bị xóa. Để xóa - sản phẩm đã xóa khỏi cơ sở dữ liệu của bạn, bạn sẽ cần nhập liệu toàn bộ tệp MongoDB.

            +

            Daily delta exports

            +

            Xuất dữ liệu delta hàng ngày được cung cấp cho dữ liễu trong vòng 14 ngày trước đó. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Mỗi dòng đại diện cho một tệp có sẵn tại https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Xin lưu ý rằng do bản chất của mongoexport, các tệp delta không thể lưu trữ thông tin về các sản phẩm đã bị xóa. To remove deleted products from your database, you will need to import the full MongoDB dump.

            Xuất dữ liệu JSONL

            -

            Toàn bộ cơ sở dữ liệu cũng có sẵn ở định dạng JSONL (đôi khi được gọi là LDJSON hoặc NDJSON) trong đó mỗi dòng là một đối tượng JSON. - Nó đại diện cho dữ liệu giống như xuất MongoDB. Tệp được nén dạng file gzip.

            +

            Toàn bộ cơ sở dữ liệu cũng có sẵn ở định dạng JSONL (đôi khi được gọi là LDJSON hoặc NDJSON) trong đó mỗi dòng là một đối tượng JSON. Nó đại diện cho dữ liệu giống như xuất MongoDB. Tệp được nén dạng file gzip.

            Liên kết
            @@ -52,11 +53,8 @@

            Xuất dữ liệu JSONL

            -

            Xuất dữ liệu CSV

            - -

            Dữ liệu cho tất cả các sản phẩm hoặc một số sản phẩm có thể được tải xuống ở định dạng CSV (có thể đọc được bằng OpenOffice, Excel và nhiều phần mềm khác) - thông qua biểu mẫu tìm kiếm nâng cao.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Liên kết
            @@ -66,11 +64,8 @@

            Xuất dữ liệu CSV

            Tệp mã hóa dưới dạng Unicode UTF-8. Ký tự ngăn cách các trường là <tab> (lập bảng).

            - -

            Xuất dữ liệu RDF

            - -

            Cơ sở dữ liệu cũng có sẵn ở định dạng RDF. announcement in French.

            +

            Cơ sở dữ liệu cũng có sẵn ở định dạng RDF. You can read the announcement in French.

            Liên kết
            @@ -78,56 +73,53 @@

            Xuất dữ liệu RDF

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            API JSON và XML trực tiếp

            + +

            OpenAPI Documentation for the JSON API

            API JSON cũng có sẵn để đọc dữ liệu cho một sản phẩm. API này đặc biệt được sử dụng trong ứng dụng di động Open Food Facts dành cho iPhone và Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL để đọc dữ liệu sản phẩm: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Ví dụ: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Ví dụ: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            Chúng tôi rất hoan nghênh bạn sử dụng API cho các trường hợp sản xuất, miễn là 1 lần gọi API = 1 lần quét thực bởi người dùng. Bất kỳ nỗ lực nào để loại bỏ cơ sở dữ liệu bằng cách sử dụng API sẽ rất có thể bị chặn, vì các bản xuất hàng ngày đầy đủ luôn có sẵn trên chính trang này.

            Ngoài ra, gửi tiêu đề HTTP với lệnh gọi API của bạn là một cách tốt để chúng tôi có thể liên hệ, nếu có bất kỳ vấn đề nào phát sinh.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Ứng dụng di động Android và iPhone

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Ví dụ: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            Bạn có thể sử dụng lại mã (mã nguồn mở) và giúp chúng tôi cải thiện nó, cho mọi người, trên toàn cầu.

            Wrappers và SDKs

            Chúng tôi có thể cung cấp wrapper cho ngôn ngữ lập trình yêu thích của bạn. Nếu có nó, bạn có thể sử dụng và cải thiện nó. Nếu chúng tôi không thể cung cấp, bạn có thể giúp tạo mới.

            Chúng sẽ cho phép bạn sử dụng dữ liệu cũng như cho phép người dùng của bạn đóng góp dữ liệu mới

            -

            Nguyên tắc chung

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • Nếu bạn không thể lấy thông tin về một sản phẩm cụ thể, bạn có thể yêu cầu người dùng gửi ảnh và dữ liệu sẽ được xử lý bởi Open Food Facts AI và những người đóng góp để có được kết quả tính toán mà bạn muốn cho họ xem.
            • @@ -137,7 +129,7 @@

              Nguyên tắc chung

              Nếu người dùng của bạn cần kết quả ngay lập tức (ví dụ: các ứng dụng kho vận)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • Open Food Facts AI Robotoff sẽ tạo ra một số dữ liệu lấy từ các hình ảnh
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Theo thời gian, các ứng dụng khác và cộng đồng Open Food Facts sẽ bổ sung các khoảng trống dữ liệu
              @@ -148,27 +140,40 @@

              Nếu người dùng của bạn cần kết quả ngay lập tức (ví d
            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            Bạn có thể sử dụng lại mã (mã nguồn mở) và giúp chúng tôi cải thiện nó, cho mọi người, trên toàn cầu.

            + +

            SDKs

            + +

            Thảo luận về dữ liệu, API và xuất dữ liệu

            -

            Bạn có thể tham gia phòng trò chuyện Open Food Facts trên Slack, nơi được ưa thích để đặt câu hỏi và thảo luận về API.

            -

            You can open a thread on our API documentation repository - -

            Liên hệ

            - -

            Đối với bất kỳ câu hỏi nào liên quan đến dữ liệu, bạn có thể liên hệ với chúng tôi theo địa chỉ contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/vi/texts/index-pro.html b/lang/vi/texts/index-pro.html index 128efee5b0a2..06f85e09a703 100644 --- a/lang/vi/texts/index-pro.html +++ b/lang/vi/texts/index-pro.html @@ -32,7 +32,7 @@

            Dữ liệu xác thực

            Improvements -

            Nhận đề xuất để dễ dàng cải thiện Điểm dinh dưỡng của bạn

            +

            Nhận đề xuất để dễ dàng cải thiện Điểm dinh dưỡng của bạn

            • Cải thiện đáng kể Điểm dinh dưỡng với việc giảm lượng đường, muối hoặc axit béo bão hòa một cách hợp lý.
            • diff --git a/lang/vi/texts/nova.html b/lang/vi/texts/nova.html index 618f4579f92d..483f66508807 100644 --- a/lang/vi/texts/nova.html +++ b/lang/vi/texts/nova.html @@ -14,7 +14,7 @@

              Phân loại theo 4 nhóm để làm rõ mức đ

              Một số quốc gia sử dụng các nhóm NOVA cho các hướng dẫn hoặc mục tiêu về chế độ ăn uống của họ, ví dụ:

              @@ -33,15 +33,15 @@

              Phân loại theo 4 nhóm để làm rõ mức đ
            • Nhóm 4 - Thực phẩm và đồ uống siêu chế biến
            -[[processing / group-1-description.html]] +[[processing/group-1-description.html]] -[[processing / group-2-description.html]] +[[processing/group-2-description.html]] -[[processing / group-3-description.html]] +[[processing/group-3-description.html]] -[[processing / group- 4-description.html]] +[[processing/group-4-description.html]] -[[processing / mobile-app-promo-processing.html]] +[[processing/mobile-app-promo-processing.html]]

            Điểm số Nova trên Open Food Facts

            @@ -56,15 +56,15 @@

            Chúng tôi bắt đầu bằng cách chỉ định nhóm 1

            Trước tiên, chúng tôi cố gắng xác định các thành phần ẩm thực đã chế biến nhóm 2

            -[[processing / group-2-components.html]] +[[processing/group-2-ingredients.html]]

            Các thành phần và danh mục liên quan đến nhóm 3 sẽ không được áp dụng cho thực phẩm được xác định là nhóm 2

            -[[processing / group-3-components.html]] +[[processing/group-3-ingredients.html]]

            Thành phần và danh mục chỉ được tìm thấy trong nhóm 4

            -[[processing / group-4-components.html]] +[[processing/group-4-ingredients.html]]

            Bạn có thể giúp chúng tôi xác định nhóm Nova cho nhiều sản phẩm hơn bằng cách điền đầy đủ các thành phần và danh mục sản phẩm.

            diff --git a/lang/vi/texts/nutriscore.html b/lang/vi/texts/nutriscore.html index 1f31cbfebcdb..a8fe56fdaac3 100644 --- a/lang/vi/texts/nutriscore.html +++ b/lang/vi/texts/nutriscore.html @@ -50,7 +50,7 @@

            How can I see the Nutri-Score of food products?

            You can see the Nutri-Score of food products with the Open Food Facts iPhone and Android mobile app, and on the Open Food Facts web site. If the product is not yet on Open Food Facts, you can add it in a minute by adding the nutrition facts and selecting a category, and the Nutri-Score will be computed and shown instantly.

            -[[nutriscore / mobile-app-promo-nutriscore.html]] +[[nutriscore/mobile-app-promo-nutriscore.html]]

            Who created the Nutri-Score?

            diff --git a/lang/vi/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/vi/texts/nutriscore/mobile-app-promo-nutriscore.html index 77ed028c6a4c..b43545fca3a9 100644 --- a/lang/vi/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/vi/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
            +
            +

            Cài đặt ứng dụng di động Open Food Facts

            NutriScore trên ứng dụng di động Open Food Facts

            Get the Nutri-Score with the Open Food Facts app!

            -
            - -
            - -

            Cài đặt ứng dụng di động Open Food Facts

            -

            To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Có trên App Store Có trên Google Play -Available for Windows 11 and up +Available for Windows 11 and up Android APK

            -

            Bạn cũng sẽ có thể dễ dàng thêm các sản phẩm mới vào Open Food Facts và giúp xây dựng với lợi ích chung để cải thiện thực phẩm và sức khỏe của mọi người. Cảm ơn bạn!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Cảm ơn bạn!

            + diff --git a/lang/vi/texts/processing/mobile-app-promo-processing.html b/lang/vi/texts/processing/mobile-app-promo-processing.html index bb5947f1afac..92f450387165 100644 --- a/lang/vi/texts/processing/mobile-app-promo-processing.html +++ b/lang/vi/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            Cài đặt ứng dụng di động Open Food Facts

            NutriScore trên ứng dụng di động Open Food Facts

            Xem thông tin phân loại nhóm NOVA với ứng dụng Open Food Facts!

            -
            -

            Cài đặt ứng dụng di động Open Food Facts

            -

            Để quét các sản phẩm thực phẩm, xem nhóm NOVA cho thực phẩm đã qua chế biến, cấp độ dinh dưỡng Nutri-Score của chúng, cảnh báo về chất gây dị ứng và để tách chất phụ gia thực phẩm, hãy cài đặt ứng dụng Open Food Facts miễn phí!

            +

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Có trên App Store Có trên Google Play -Cửa hàng Windows Phone +Windows Phone Store Android APK

            -

            Bạn cũng sẽ có thể dễ dàng thêm các sản phẩm mới vào Open Food Facts và giúp xây dựng với lợi ích chung để cải thiện thực phẩm và sức khỏe của mọi người. Cảm ơn bạn!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Cảm ơn bạn!

            + +
            diff --git a/lang/vls/texts/data.html b/lang/vls/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/vls/texts/data.html +++ b/lang/vls/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/vls/texts/index-pro.html b/lang/vls/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/vls/texts/index-pro.html +++ b/lang/vls/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/vls/texts/nova.html b/lang/vls/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/vls/texts/nova.html +++ b/lang/vls/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/vls/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/vls/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/vls/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/vls/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/vls/texts/processing/mobile-app-promo-processing.html b/lang/vls/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/vls/texts/processing/mobile-app-promo-processing.html +++ b/lang/vls/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/wa/texts/data.html b/lang/wa/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/wa/texts/data.html +++ b/lang/wa/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/wa/texts/index-pro.html b/lang/wa/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/wa/texts/index-pro.html +++ b/lang/wa/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/wa/texts/nova.html b/lang/wa/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/wa/texts/nova.html +++ b/lang/wa/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/wa/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/wa/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/wa/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/wa/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/wa/texts/processing/mobile-app-promo-processing.html b/lang/wa/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/wa/texts/processing/mobile-app-promo-processing.html +++ b/lang/wa/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/wo/texts/data.html b/lang/wo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/wo/texts/data.html +++ b/lang/wo/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/wo/texts/index-pro.html b/lang/wo/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/wo/texts/index-pro.html +++ b/lang/wo/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/wo/texts/nova.html b/lang/wo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/wo/texts/nova.html +++ b/lang/wo/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/wo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/wo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/wo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/wo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/wo/texts/processing/mobile-app-promo-processing.html b/lang/wo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/wo/texts/processing/mobile-app-promo-processing.html +++ b/lang/wo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/xh/texts/data.html b/lang/xh/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/xh/texts/data.html +++ b/lang/xh/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/xh/texts/index-pro.html b/lang/xh/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/xh/texts/index-pro.html +++ b/lang/xh/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/xh/texts/nova.html b/lang/xh/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/xh/texts/nova.html +++ b/lang/xh/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/xh/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/xh/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/xh/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/xh/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/xh/texts/processing/mobile-app-promo-processing.html b/lang/xh/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/xh/texts/processing/mobile-app-promo-processing.html +++ b/lang/xh/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/yi/texts/data.html b/lang/yi/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/yi/texts/data.html +++ b/lang/yi/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/yi/texts/index-pro.html b/lang/yi/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/yi/texts/index-pro.html +++ b/lang/yi/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/yi/texts/nova.html b/lang/yi/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/yi/texts/nova.html +++ b/lang/yi/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/yi/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/yi/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/yi/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/yi/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/yi/texts/processing/mobile-app-promo-processing.html b/lang/yi/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/yi/texts/processing/mobile-app-promo-processing.html +++ b/lang/yi/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/yo/texts/data.html b/lang/yo/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/yo/texts/data.html +++ b/lang/yo/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/yo/texts/index-pro.html b/lang/yo/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/yo/texts/index-pro.html +++ b/lang/yo/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/yo/texts/nova.html b/lang/yo/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/yo/texts/nova.html +++ b/lang/yo/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/yo/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/yo/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/yo/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/yo/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/yo/texts/processing/mobile-app-promo-processing.html b/lang/yo/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/yo/texts/processing/mobile-app-promo-processing.html +++ b/lang/yo/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/zea/texts/data.html b/lang/zea/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/zea/texts/data.html +++ b/lang/zea/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/zea/texts/index-pro.html b/lang/zea/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/zea/texts/index-pro.html +++ b/lang/zea/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/zea/texts/nova.html b/lang/zea/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/zea/texts/nova.html +++ b/lang/zea/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/zea/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/zea/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/zea/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/zea/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/zea/texts/processing/mobile-app-promo-processing.html b/lang/zea/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/zea/texts/processing/mobile-app-promo-processing.html +++ b/lang/zea/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/zh_CN/texts/blog/pages/press-release-new-app.html b/lang/zh_CN/texts/blog/pages/press-release-new-app.html index 60df8557737c..bc78442aa712 100644 --- a/lang/zh_CN/texts/blog/pages/press-release-new-app.html +++ b/lang/zh_CN/texts/blog/pages/press-release-new-app.html @@ -2,8 +2,8 @@

            为了庆祝成立 10 周年,Open Food Facts 正在进行全面改版 - 新版本将会是一个全新的app,拥有一套全新的界面

            我们于2012年发布了美食合作扫描应用, 这一次, 我们将从头开始重新开发这个应用。

            -

            这个新的应用支持 iPhone手机Android系统手机,我们做了个性化设置,更具教学特点,可以助力每个用户做出更好的食物选择。  

            -

            它就像在你口袋里:一个值得信赖的伙伴,帮你选择更环保的食物! 开启旅程! 🤳🥗

            +

            Having invented the collaborative scanning app as we know it in 2012, Open Food Facts is now reinventing it. Having invented the collaborative scanning app as we know it in 2012, Open Food Facts is now reinventing it. The new version of the app is more personalised to suit you, very educational, and puts the emphasis on the environmental impact of food with the Eco-Score. 新版本的应用程序 更加个性地为每个人量身打造,非常具有教育意义,并通过Eco-Score强调食品对环境的影响。

            +

            它就像在你口袋里:一个值得信赖的伙伴,帮你选择更环保的食物! 开启旅程! 🤳🥗

            欢迎在 Vivatech(6月15日至18日) 与我们见面,新的应用程序届时将在此展示。 

            除了显示 营养指数产品加工水平 (NOVA) 或该系列的最新成员 Eco-Score之外,新版本的 Open Food Facts 应用程序还包括: 

            @@ -27,20 +27,20 @@
            -

            Discover the impact of packaging on the planet; although it represents only a small part of the environmental impact of food, packaging is - together with a more plant-based diet - one of the two major levers on which we can all act. The new app offers a comprehensive deciphering of the topic. The new app offers a comprehensive deciphering of the topic. 新的应用程序提供了对该主题的全面解读。

            +

            Discover the impact of packaging on the planet; although it represents only a small part of the environmental impact of food, packaging is - together with a more plant-based diet - one of the two major levers on which we can all act. The new app offers a comprehensive deciphering of the topic. The new app offers a comprehensive deciphering of the topic. 新的应用程序提供了对该主题的全面解读。 新的应用程序提供了对该主题的全面解读。

            -

            Factory & ingredient traceability is something you won't find anywhere else. Factory & ingredient traceability is something you won't find anywhere else. Discover where the ingredients came from when we were able to extract this data from the packaging, and which processing plant transformed the product. 我们能够从包装中获取 原料来自哪里,以及 哪个加工厂 加工了产品的信息。

            +

            Factory & ingredient traceability is something you won't find anywhere else. Factory & ingredient traceability is something you won't find anywhere else. Discover where the ingredients came from when we were able to extract this data from the packaging, and which processing plant transformed the product. 我们能够从包装中获取 原料来自哪里,以及 哪个加工厂 加工了产品的信息。 我们能够从包装中获取 原料来自哪里,以及 哪个加工厂 加工了产品的信息。

            -

            A continuous scan of the barcodes allows the Nutri-Score to be obtained instantly and to discover whether a product is ultra-processed (NOVA group 4). This means that you can scan several products in one aisle without having to click on a button. A real time-saver when shopping! This means that you can scan several products in one aisle without having to click on a button. A real time-saver when shopping! 这意味着 您无需点击按钮就可以连续扫描超市一个过道中的多个产品。 真是购物时的 省时工具

            +

            A continuous scan of the barcodes allows the Nutri-Score to be obtained instantly and to discover whether a product is ultra-processed (NOVA group 4). This means that you can scan several products in one aisle without having to click on a button. A real time-saver when shopping! This means that you can scan several products in one aisle without having to click on a button. A real time-saver when shopping! 这意味着 您无需点击按钮就可以连续扫描超市一个过道中的多个产品。 这意味着 您无需点击按钮就可以连续扫描超市一个过道中的多个产品。 真是购物时的 省时工具

            @@ -65,13 +65,13 @@
            -

            Open Food Facts is free, ad-free, with no registration required. Open Food Facts is free, ad-free, with no registration required. It is also private by design: the food data is there to serve YOU, not the other way around, and your personal data, such as your scan history, remains private on your phone and is never sent anywhere else. 它的设计也是 私密的食物数据是为您服务,而不是反过来; 您的个人数据,例如您的扫描历史记录, 仍然是私密的 留在您的手机上,并且永远不会发送到其他任何地方。

            +

            Open Food Facts is free, ad-free, with no registration required. Open Food Facts is free, ad-free, with no registration required. It is also private by design: the food data is there to serve YOU, not the other way around, and your personal data, such as your scan history, remains private on your phone and is never sent anywhere else. 它的设计也是 私密的食物数据是为您服务,而不是反过来; 您的个人数据,例如您的扫描历史记录, 仍然是私密的 留在您的手机上,并且永远不会发送到其他任何地方。 它的设计也是 私密的食物数据是为您服务,而不是反过来; 您的个人数据,例如您的扫描历史记录, 仍然是私密的 留在您的手机上,并且永远不会发送到其他任何地方。

            -

            随着产品召回、成分替代以及 Open Food Facts 项目持续发展的消息不断出现,拥有一款响应快捷的应用程序变得至关重要。 现在的 Flutter 技术就是如此,它使我们能够对 Android 和 iPhone 进行频繁且超快的更新,以跟上时代的步伐,并以稳定的速度丰富应用程序。

            +

            随着产品召回、成分替代以及 Open Food Facts 项目持续发展的消息不断出现,拥有一款响应快捷的应用程序变得至关重要。 现在的 Flutter 技术就是如此,它使我们能够对 Android 和 iPhone 进行频繁且超快的更新,以跟上时代的步伐,并以稳定的速度丰富应用程序。

            @@ -88,7 +88,7 @@
            -

            Open Food Facts 将在 Vivatech上展示 ,并将在 Google.org 展位上展示 Open Food Facts 是 Google.org举办的“影响力挑战”活动的获胜者,获得了 €110 万美元的捐赠资金和 Google.org 奖学金,由 10 名 Google 员工组成的团队将无偿加入 Open Food Facts 进行为期6个月的全职工作开发:

            +

            Go further with Open Food Facts & Wikipedia: you can now dive deeper into the various aspects of the product you have scanned, directly on Open Food Facts, but also by continuing your research on Wikipedia. We are starting with additives, and many more elements will come in the coming months. We are starting with additives, and many more elements will come in the coming months. 我们首先从添加剂开始,未来几个月将会有更多元素呈现。

            @@ -109,7 +109,7 @@

            2017: 2 年后, Nutri-Score 被投票纳入法国健康法,并逐渐在整个欧洲传播 。  

            2018: 检测 超加工食品 并计算 NOVA 组。

            2019: 法国国家公共卫生局 表示支持 Open Food Facts ,因为它在营养评分中发挥了关键作用。

            -

            2021: Launch of the Eco-Score. 2021: Launch of the Eco-Score. The French government experiments with environmental labelling. 法国政府开始使用  环境标签进行实验。

            +

            2021: Launch of the Eco-Score. 2021: Launch of the Eco-Score. The French government experiments with environmental labelling. 2021: Launch of the Eco-Score. 2021: Launch of the Eco-Score. The French government experiments with environmental labelling. 法国政府开始使用  环境标签进行实验。

            2021: Open Food Facts at COP26 in Glasgow to advocate for environmental labelling. We announce the extension of the Eco-Score to 1 billion consumers and 50 countries. We announce the extension of the Eco-Score to 1 billion consumers and 50 countries. 我们宣布 将 Eco-Score的应用扩展至 10 亿消费者和 50 个国家/地区。

            Open Food Facts 是食品信息的国际级参考

            @@ -152,7 +152,7 @@

            Open Food Facts 是

            “如果您曾经扫描过您的任意一种食物,或者在超市使用过 Nutri-Score, ,那么您很可能已经从 Open Food Facts的影响中受益。 


            Having invented the collaborative scanning app as we know it in 2012, Open Food Facts is now reinventing it. Having invented the collaborative scanning app as we know it in 2012, Open Food Facts is now reinventing it. The new version of the app is more personalised to suit you, very educational, and puts the emphasis on the environmental impact of food with the Eco-Score. 新版本的应用程序 更加个性地为每个人量身打造,非常具有教育意义,并通过Eco-Score强调食品对环境的影响。 

            -


            As Open Food Facts celebrates its 10th anniversary, this new version will allow us to further increase our impact around the world. First, by enabling everyone to make better food choices for their health and the planet, and thus continuing to positively transform the food system." First, by enabling everyone to make better food choices for their health and the planet, and thus continuing to positively transform the food system." 首先, 让每个人都能够能为自己的健康和地球做出更好的食物选择,从而 继续积极地改变整个食品系统。”

            +


            As Open Food Facts celebrates its 10th anniversary, this new version will allow us to further increase our impact around the world. First, by enabling everyone to make better food choices for their health and the planet, and thus continuing to positively transform the food system." First, by enabling everyone to make better food choices for their health and the planet, and thus continuing to positively transform the food system." 首先, 让每个人都能够能为自己的健康和地球做出更好的食物选择,从而 继续积极地改变整个食品系统。” 首先, 让每个人都能够能为自己的健康和地球做出更好的食物选择,从而 继续积极地改变整个食品系统。”

            Pierre Slamich - Open Food Facts 联合创始人

            🇺🇲 英文视觉效果 (包括 Open Food Facts 视觉识别指南、Nutri-Score、Eco-Score 徽标、应用程序屏幕截图、应用程序视频)

            diff --git a/lang/zh_CN/texts/data.html b/lang/zh_CN/texts/data.html index c7bfe8cf6b11..7b6485e91040 100644 --- a/lang/zh_CN/texts/data.html +++ b/lang/zh_CN/texts/data.html @@ -1,6 +1,6 @@ -

            数据

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            数据

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,22 +36,17 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            +

            Daily delta exports

            -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            - + deleted products from your database, you will need to import the full MongoDB dump. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL 数据导出

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -53,11 +54,8 @@

            JSONL 数据导出

            -

            CSV 数据导出

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -67,11 +65,8 @@

            CSV 数据导出

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -79,35 +74,36 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page. @@ -115,21 +111,17 @@

            Live JSON and XML API

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android 和 iPhone 移动应用程序

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -139,7 +131,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -150,27 +142,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            讨论数据、API 和导出

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            联系

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/zh_CN/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/zh_CN/texts/eco-score-the-environmental-impact-of-food-products.html index 942b92cf7c89..719bd73d152e 100644 --- a/lang/zh_CN/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/zh_CN/texts/eco-score-the-environmental-impact-of-food-products.html @@ -41,6 +41,7 @@

            What is the Eco-Score?

            it is a grade from A to E which summarizes 15 environmental impacts. The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). +The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact).

            Eco-Score (ecoscore) @@ -98,7 +99,7 @@

            成分来源

            -A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

            +A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

            @@ -144,7 +145,7 @@

            How to see the Eco-Score for food products?

            Scan products with the Open Food Facts app

            -

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            +

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            The Eco-Score on the Open Food Facts app @@ -152,7 +153,7 @@

            Scan products with the Open Food Facts app

            Compare the Eco-Score of products on the Open Food Facts site

            -

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            +

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            The Eco-Score of ready meals
            @@ -177,7 +178,7 @@

            Classify and explore products by Eco-Score on Open Food Facts

            Eco-Score of ready meals
            -The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. +The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts.
            @@ -233,6 +234,8 @@

            How can we find out more and how can we help us develop the Eco-Score?

            The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now. The Eco-Score is still young and can certainly be improved. +Given the climate and environmental emergency, however, it seems important to us to make it available now. +The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now.

            By working together, we will be able to gradually improve the Eco-Score, refine its formula, and gather the data necessary for its calculation.

            Your feedback, observations and suggestions will therefore be very valuable.

            @@ -244,12 +247,14 @@

            How can we find out more and how can we help us develop the Eco-Score?

            - pierre@openfoodfacts.org- +33 6 02 13 14 57
          • If you are a manufacturer, you can send us information about your products with our free platform for producers, and get the detailed Eco-Score calculation for all your products. + For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org
          • If you are a citizen, you can install the Open Food Facts app, create an account on the Open Food Facts website, join our community of engaged citizens and our Slack discussion space. For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org +For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org
          • @@ -257,10 +262,11 @@

            How can we find out more and how can we help us develop the Eco-Score?

            Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers +and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees.
            You can help us at fund Open Food Facts 2023 budget -and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            +and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            Make a donation @@ -293,5 +299,5 @@

            References

          • Open Food Facts App for iPhone on the App Store
          • Open Food Facts App for Android on the Play Store
          • The distribution of Eco-Score scores for products on the Open Food Facts site
          • -
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French)
          • +
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French) (in French)
          • Agribalyse environmental base of ADEME and INRAE (in French)
          • diff --git a/lang/zh_CN/texts/faq.html b/lang/zh_CN/texts/faq.html index 185ad371ffd7..5369302e361a 100644 --- a/lang/zh_CN/texts/faq.html +++ b/lang/zh_CN/texts/faq.html @@ -29,19 +29,19 @@

            产品的信息和数据是否经过验证?

            为了更容易发现潜在的错误,我们将逐步增加自动检查。 e.g. if the ingredients of a product are very different from products of the same category, it may be an error. 如果营养素加起来超过100%,肯定是错误的。 如果营养素加起来超过100%,肯定是错误的。

            -

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            +

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            我可以从厂家网站、购物网站或其他网站添加产品图片或数据吗?

            -

            Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that's actually the reason why we are creating Open Beauty Facts: to make all this data available to all and for all uses.

            +

            Probably not. Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that's actually the reason why we are creating Open Beauty Facts: to make all this data available to all and for all uses.

            因此,为了避免法律问题,我们要求投稿者只添加自己拍摄的图片,只添加来自产品包装和标签的数据。

            I am a cosmetics product manufacturer, can I add my own products?

            -

            是的! 是的! 是的! 唯一的条件是接受在公开许可下提供数据和图片。 (see the Terms of contribution)

            +

            是的! 是的! 是的! 是的! 唯一的条件是接受在公开许可下提供数据和图片。 (see the Terms of contribution)

            We have developed a free platform to let you easily import photos and data about your products, regardless of your size. It will let you import complete and up-to-date data and visuals into Open Food Facts that will be visible in more than 100 other nutritional apps. Additionaly, the platform provides suggestions to improve the Nutri-Score of your products. diff --git a/lang/zh_CN/texts/index-pro.html b/lang/zh_CN/texts/index-pro.html index 74715922d5f6..234e5f3f35df 100644 --- a/lang/zh_CN/texts/index-pro.html +++ b/lang/zh_CN/texts/index-pro.html @@ -6,7 +6,7 @@

            Open Food Facts for producers

            A completely free platform to allow manufacturers to easily manage the data and photos of their products on Open Food Facts.

            - +
            @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • @@ -43,7 +43,7 @@

              Get suggestions to easily improve your Nutri-Score

              Broadcast your product data thanks to Open Food Facts

              Broadcast your data on many apps and services

              -

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

              +

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            @@ -63,12 +63,12 @@

            "Come as you are" could almost be the slogan of the platfo
            Import data in Open Food Facts using XLSX

            Compatible with any XLSX/ODT you may have

            -

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            +

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            EQUADIS

            Compatible with EQUADIS, AGENA3000 (and soon more)

            -

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            +

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            Join the largest producers and distributors @@ -98,7 +98,7 @@

            Mark your discontinued products

            Add your customer service information

            Add your customer service information

            -

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            +

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            @@ -155,14 +155,14 @@

            Get detailed scoring explanations for Nutri-Score a

            Share once, get harmonized data in many places

            -

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            +

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            Broadcast your data on many apps and services

            -

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            +

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            diff --git a/lang/zh_CN/texts/keyfacts.html b/lang/zh_CN/texts/keyfacts.html index 2af03b742d0d..d5b0937d0371 100644 --- a/lang/zh_CN/texts/keyfacts.html +++ b/lang/zh_CN/texts/keyfacts.html @@ -25,16 +25,16 @@

            Creating the first freely reusable global database on food products

            -

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            +

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            Informing the general public and professionals

            -

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            +

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            Promoting nutritional quality indicators

            -For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            +For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also includes other indicators such as the NOVA classification. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            @@ -42,7 +42,7 @@

            Promoting nutritional quality indicators

            Creating and maintaining an ecosystem of uses and research

            -

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            +

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            Change the practices of manufacturers

            diff --git a/lang/zh_CN/texts/nova.html b/lang/zh_CN/texts/nova.html index f9d3eb4bce3c..9d34392a293c 100644 --- a/lang/zh_CN/texts/nova.html +++ b/lang/zh_CN/texts/nova.html @@ -14,7 +14,7 @@

            一种将不同食品划分到4个组中以凸显

            一些国家将 NOVA 分组用于他们的饮食指南或目标,例如:

            @@ -45,7 +45,7 @@

            一种将不同食品划分到4个组中以凸显

            Open Food Facts 上的 NOVA 分数

            -

            计算 NOVA 分数的公式发布在 “NOVA. The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

            +

            计算 NOVA 分数的公式发布在 “NOVA. The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

            请注意,这仍然是实验性阶段,因为 Open Food Facts 的食品成分的多语言分类仍在进行中。

            diff --git a/lang/zh_CN/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/zh_CN/texts/nutriscore/mobile-app-promo-nutriscore.html index 87963c337b2f..d0209ea77ea5 100644 --- a/lang/zh_CN/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/zh_CN/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
            +
            +

            安装 Open Food Facts 手机应用程序

            Open Food Facts 手机应用上的 NutriScore

            使用 Open Food Facts 应用程序获取营养评分!

            -
            - -
            - -

            安装 Open Food Facts 手机应用程序

            -

            To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store Available on Google Play -Available for Windows 11 and up +Available for Windows 11 and up Android APK

            -

            在 Open Food Facts 添加新产品简单易操作,您的举动有利于改善每个人的饮食和健康,并最终实现共同福祉。 谢谢!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 谢谢!

            +
            diff --git a/lang/zh_CN/texts/open-food-facts-vision-mission-values-and-programs.html b/lang/zh_CN/texts/open-food-facts-vision-mission-values-and-programs.html index 76bc57a4f119..dd343cf7c23d 100644 --- a/lang/zh_CN/texts/open-food-facts-vision-mission-values-and-programs.html +++ b/lang/zh_CN/texts/open-food-facts-vision-mission-values-and-programs.html @@ -1,6 +1,6 @@

            Open Food Facts Vision, Mission, Values and Programs

            -Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. +Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris.

            Vision

            @@ -27,30 +27,30 @@

            Values

            Programs

            -

            1. 1. Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            +

            1. 1. 1. Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            The Open Food Facts database and the community that creates and reuses it is the foundation of everything we do. Our collaborative, free and open database of food products is often referred to as the Wikipedia of food products and many of our users and re-users call it a “treasure trove”. We call it a common good. It is a treasure, but a treasure that gains more value as we share it freely with the world.

            The transparency we build is a game-changer to disruptively improve the food system. Transparency enables better individual and collective decisions, encourages good practices and motivates improvements, and makes solutions more efficient and quicker to build and deploy.

            -

            2. 2. Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            +

            2. 2. 2. Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            An immediate effect of transparency is that product data can be turned into actionable information that consumers can use to make better informed choices.

            -

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            +

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            All the product data we gather and the information we derive from it is freely available as open data and more than 100 third party applications and services use it to inform and educate many more consumers in many different ways.

            -

            3. 3. Drive food quality up with the Platform for Producers

            +

            3. 3. 3. Drive food quality up with the Platform for Producers

            Transparency helps producers to measure the quality of their products and to find ways to improve it.

            Manufacturers can use our free platform for producers to publish data about their products, get reports about their nutritional quality and environmental impact, and suggestions on possible positive changes.

            -

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            +

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            -

            4. 4. Advance science with Open Science and Citizen Science

            +

            4. 4. 4. Advance science with Open Science and Citizen Science

            The impact of the individual and collective decisions we make on which food to buy and how to produce it, directly depends on the scientific knowledge we base them on.

            @@ -58,5 +58,5 @@

            4. 4. Advance science with Open Science and Citizen Science

            The Open Food Facts database is a unique global resource that is used by scientists to study the long term impacts of the food we eat, and to elaborate tools such as rating systems to inform demand and encourage improvements to products.

            -

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            +

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            diff --git a/lang/zh_CN/texts/processing/group-4-description.html b/lang/zh_CN/texts/processing/group-4-description.html index a0a1ca1a1951..f9574bf7dda5 100644 --- a/lang/zh_CN/texts/processing/group-4-description.html +++ b/lang/zh_CN/texts/processing/group-4-description.html @@ -1,8 +1,8 @@ -

            第四组 第四组 超加工食品

            +

            第四组 The overall purpose of ultra-processing is to create branded, convenient (durable, ready to consume), attractive (hyper-palatable) and highly profitable (low-cost ingredients) food products designed to displace all other food groups. Ultra-processed food products are usually packaged attractively and marketed intensively. Ultra-processed food products are usually packaged attractively and marketed intensively. Ultra-processed food products are usually packaged attractively and marketed intensively.

            Ultra-processed foods, such as soft drinks, sweet or savoury packaged snacks, reconstituted meat products and pre-prepared frozen dishes, are not modified foods but formulations made mostly or entirely from substances derived from foods and additives, with little if any intact Group 1 food.

            Ingredients of these formulations usually include those also used in processed foods, such as sugars, oils, fats or salt. But ultra-processed products also include other sources of energy and nutrients not normally used in culinary preparations. Some of these are directly extracted from foods, such as casein, lactose, whey and gluten. But ultra-processed products also include other sources of energy and nutrients not normally used in culinary preparations. Some of these are directly extracted from foods, such as casein, lactose, whey and gluten.

            Many are derived from further processing of food constituents, such as hydrogenated or interesterified oils, hydrolysed proteins, soya protein isolate, maltodextrin, invert sugar and high-fructose corn syrup.

            Additives in ultra-processed foods include some also used in processed foods, such as preservatives, antioxidants and stabilizers. Classes of additives found only in ultra-processed products include those used to imitate or enhance the sensory qualities of foods or to disguise unpalatable aspects of the final product. These additives include dyes and other colours, colour stabilizers; flavours, flavour enhancers, non-sugar sweeteners; and processing aids such as carbonating, firming, bulking and anti-bulking, de-foaming, anti-caking and glazing agents, emulsifiers, sequestrants and humectants.

            -

            A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying. A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying.

            +

            A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying. A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying. A multitude of sequences of processes is used to combine the usually many ingredients and to create the final product (hence 'ultra-processed'). The processes include several with no domestic equivalents, such as hydrogenation and hydrolysation, extrusion and moulding, and pre-processing for frying.

            The overall purpose of ultra-processing is to create branded, convenient (durable, ready to consume), attractive (hyper-palatable) and highly profitable (low-cost ingredients) food products designed to displace all other food groups. Ultra-processed food products are usually packaged attractively and marketed intensively. Ultra-processed food products are usually packaged attractively and marketed intensively. Ultra-processed food products are usually packaged attractively and marketed intensively.

            \ No newline at end of file diff --git a/lang/zh_CN/texts/processing/mobile-app-promo-processing.html b/lang/zh_CN/texts/processing/mobile-app-promo-processing.html index 116a9a8989b0..f604267f7543 100644 --- a/lang/zh_CN/texts/processing/mobile-app-promo-processing.html +++ b/lang/zh_CN/texts/processing/mobile-app-promo-processing.html @@ -1,13 +1,14 @@ -
            +
            +

            安装 Open Food Facts 手机应用程序

            Open Food Facts 手机应用上的 NutriScore

            使用 Open Food Facts app 获取 NOVA 分组!

            -
            -

            安装 Open Food Facts 手机应用程序

            -

            安装免费的 Open Food Facts 应用程序,即可扫描食品,查询 NOVA 分组中的高度加工食品信息、Nutri-Score 营养等级、过敏提示,并解密食品添加剂!

            +

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store Available on Google Play -Windows Phone Store +Windows Phone Store Android APK

            -

            在 Open Food Facts 添加新产品简单易操作,您的举动有利于改善每个人的饮食和健康,并最终实现共同福祉。 谢谢!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 谢谢!

            + +
            diff --git a/lang/zh_HK/texts/contribute-to-open-food-facts-by-playing.html b/lang/zh_HK/texts/contribute-to-open-food-facts-by-playing.html index 6c3b460bfd01..a20a876db334 100644 --- a/lang/zh_HK/texts/contribute-to-open-food-facts-by-playing.html +++ b/lang/zh_HK/texts/contribute-to-open-food-facts-by-playing.html @@ -17,12 +17,12 @@

            多得義務開發者的構思和創作,為Open Food Fac

            How does this game work?

            -

            The game randomly loads a product from Open Food Facts that needs to be completed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed.

            +

            The game randomly loads a product from Open Food Facts that needs to be completed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed. The interface is simple, allowing you to interact by answering a question about an attribute of the product by "Yes, Skip or No" and get more product information if needed.

            The interface is divided into 3 parts:

            Screenshot of Hunger Game

            -

            一、 一、 一、 The question

            +

            一、 一、 一、 一、 The question

            To answer the question, just click on one of the 3 options (Yes/No/Skip) and the game will automatically move onto the next product.

            At the top of the screen are 4 buttons (filters) allowing you to select the type of questions you wish to answer:

            @@ -45,7 +45,7 @@

            一 Another person will take care of answering this question later. This game is above all collaborative and aims to contribute efficiently and qualitatively to Open Food Facts data.

            二、 二、 二、 Access information

            -

            If the answer is not visible on the product image, this part of the screen allows you to view the product information. You can click on: You can click on: You can click on:

            +

            If the answer is not visible on the product image, this part of the screen allows you to view the product information. You can click on: You can click on: You can click on: You can click on:

            • Product photos you can zoom on,
            • The "View" button: provides access to the product page on the Web version of Open Food Facts,
            • @@ -66,7 +66,7 @@

              Thank you!

              -

              Open Food Facts is a non-profit project that could not exist without your help. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone.

              +

              Open Food Facts is a non-profit project that could not exist without your help. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone. Data on the foods we eat have many uses and can change the lives of many people. This is why all the data we collect is freely accessible to everyone, in open data, so that we can build a common good that benefits everyone.

              So your contributions will help millions of people who use our mobile app and website to choose better food, as well as public health researchers who use our data for their studies.

              diff --git a/lang/zh_HK/texts/data.html b/lang/zh_HK/texts/data.html index 2a0e69a25847..f46cbaca28da 100644 --- a/lang/zh_HK/texts/data.html +++ b/lang/zh_HK/texts/data.html @@ -1,6 +1,6 @@ -

              數據

              +

              Conditions for reuse

              The Open Food Facts database is available under the Open Database License.
              The individual contents of the database are available under the Database Contents License.
              Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

              數據

              Please read Terms and conditions of use and re-use before re-using the data.

              -

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

              +

              Tell us about your reuse

              +

              We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

              Open Food Facts data exports

              @@ -20,7 +21,12 @@

              Open Food Facts data exports

              MongoDB dump

              Data for all products is available in a MongoDB database dump.

              - +
              Link
              https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
              @@ -30,22 +36,17 @@

              MongoDB dump

              https://static.openfoodfacts.org/data/md5sum
              -

              Delta Export

              +

              Daily delta exports

              -

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

              +

              Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

              +

              Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

              +

              The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

              Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump. To remove - deleted products from your database, you will need to import the full MongoDB dump.

              - + deleted products from your database, you will need to import the full MongoDB dump. To remove deleted products from your database, you will need to import the full MongoDB dump.

              JSONL data export

              -

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

              +

              The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

              Link
              @@ -53,11 +54,8 @@

              JSONL data export

              -

              CSV Data Export

              - -

              Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

              +

              Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

              Links
              @@ -67,11 +65,8 @@

              CSV Data Export

              The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

              - -

              RDF Data Export

              - -

              The database is also available in the RDF format. announcement in French.

              +

              The database is also available in the RDF format. You can read the announcement in French.

              Link
              @@ -79,35 +74,36 @@

              RDF Data Export

              Image Data Export

              +

              All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

              -

              Live JSON and XML API

              + +

              OpenAPI Documentation for the JSON API

              A JSON API is also available to read the data for a product. A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

              -

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              +

              We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

              URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

              -

              You can also get the result in XML by using .xml

              -

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +

              Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

              +

              OpenAPI help wanted

              +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

              You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page. @@ -115,21 +111,17 @@

              Live JSON and XML API

              Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

              If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

              -

              Android and iPhone mobile app

              - -

              The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              +

              Experimental XML API

              +

              You can also get the result in XML by using .xml

              +

              Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

              +This API is not actively maintained, and not officially documented. -

              The classic app for iOS is developed in Swift.

              -

              The classic app for Android is developed in Kotlin.

              -

              The new cross-platform app is a Dart/Flutter app.

              -

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              Wrappers and SDKs

              We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it. If we do, you can use it and improve it. If we don't, you can help create it.

              They will let you consume data, as well as let your users contribute new data

              -

              General principles

              +

              General principles to make your users happy

              • You can search for information about products, including many useful computed values.
              • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
              • @@ -139,7 +131,7 @@

                General principles

                If your users do not expect a result immediately (e.g. Inventory apps)

                • Submit photos (front/nutrition/ingredients): most painless thing for your users
                • -
                • The Open Food Facts AI Robotoff will generate some derived data from the photos
                • +
                • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
                • Over time, other apps, and the Open Food Facts community will fill the data gaps
                @@ -150,27 +142,40 @@

                If your users expect a result immediately (e.g. Nutrition apps)

              • Submit category + labels > soon get the Eco-Score (about environmental impact)
              +

              Android/iPhone/Flutter mobile app

              + +

              The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

              We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

              +

              The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

              + +

              You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

              + +

              SDKs

              + +

              Discussing data, API and exports

              -

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

              -

              You can open a thread on our API documentation repository - -

              聯絡方式

              - -

              For any question regarding the data, you can contact us at contact@openfoodfacts.org +

              You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

              +

              You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

              +

              You can open a thread on our API documentation repository +

              For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/zh_HK/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/zh_HK/texts/eco-score-the-environmental-impact-of-food-products.html index 9bc52dec9d33..460a9d592486 100644 --- a/lang/zh_HK/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/zh_HK/texts/eco-score-the-environmental-impact-of-food-products.html @@ -19,7 +19,7 @@

              Eco-Score: the environmental impact of food products

              Why an environmental score?

              More and more consumers are concerned about the impact of their food not only on their health, but also on the health of our planet. Thanks to the Nutri-Score, it is now very easy to take into account the nutritional quality of products when purchasing, but it is very difficult if not impossible to compare their environmental footprint.

              -

              It is urgent to provide consumers with clear information about this environmental footprint, so that they can easily and quickly compare it for several products. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows.

              +

              It is urgent to provide consumers with clear information about this environmental footprint, so that they can easily and quickly compare it for several products. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows.

              The Eco-Score, a tool for more sustainable food

              @@ -41,6 +41,7 @@

              What is the Eco-Score?

              it is a grade from A to E which summarizes 15 environmental impacts. The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). +The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact).

              Eco-Score (ecoscore) @@ -58,6 +59,7 @@

              The benchmark score: life cycle analysis (LCA) with data from the Agribalyse

              For each product category, a benchmark score is established using data from the Agribalyse environmental database designed by ADEME and INRAE. These data correspond to the life cycle analysis (LCA) of the products. These data correspond to the life cycle analysis (LCA) of the products. +These data correspond to the life cycle analysis (LCA) of the products. These data correspond to the life cycle analysis (LCA) of the products.

              @@ -100,7 +102,7 @@

              成分來源

              -A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

              +A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

            @@ -146,7 +148,7 @@

            How to see the Eco-Score for food products?

            Scan products with the Open Food Facts app

            -

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            +

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            The Eco-Score on the Open Food Facts app @@ -154,7 +156,7 @@

            Scan products with the Open Food Facts app

            Compare the Eco-Score of products on the Open Food Facts site

            -

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            +

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            The Eco-Score of ready meals
            @@ -179,7 +181,7 @@

            Classify and explore products by Eco-Score on Open Food Facts

            Eco-Score of ready meals
            -The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. +The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts.
            @@ -235,6 +237,8 @@

            How can we find out more and how can we help us develop the Eco-Score?

            The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now. The Eco-Score is still young and can certainly be improved. +Given the climate and environmental emergency, however, it seems important to us to make it available now. +The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now.

            By working together, we will be able to gradually improve the Eco-Score, refine its formula, and gather the data necessary for its calculation.

            Your feedback, observations and suggestions will therefore be very valuable.

            @@ -246,12 +250,14 @@

            How can we find out more and how can we help us develop the Eco-Score?

            - pierre@openfoodfacts.org- +33 6 02 13 14 57
          • If you are a manufacturer, you can send us information about your products with our free platform for producers, and get the detailed Eco-Score calculation for all your products. + For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org
          • If you are a citizen, you can install the Open Food Facts app, create an account on the Open Food Facts website, join our community of engaged citizens and our Slack discussion space. For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org +For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org
          • @@ -259,10 +265,11 @@

            How can we find out more and how can we help us develop the Eco-Score?

            Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers +and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees.
            You can help us at fund Open Food Facts 2023 budget -and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            +and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            捐款 @@ -295,5 +302,5 @@

            References

          • Open Food Facts App for iPhone on the App Store
          • Open Food Facts App for Android on the Play Store
          • The distribution of Eco-Score scores for products on the Open Food Facts site
          • -
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French)
          • +
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French) (in French)
          • Agribalyse environmental base of ADEME and INRAE (in French)
          • diff --git a/lang/zh_HK/texts/faq.html b/lang/zh_HK/texts/faq.html index 434c13e40853..77eaa0584df4 100644 --- a/lang/zh_HK/texts/faq.html +++ b/lang/zh_HK/texts/faq.html @@ -33,12 +33,12 @@

            Is the information and data on products verified?

            -

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            +

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            Can I add product pictures or data from the manufacturer's site, shopping sites or other sites?

            -

            Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that's actually the reason why we are creating Open Beauty Facts: to make all this data available to all and for all uses.

            +

            Probably not. Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that's actually the reason why we are creating Open Beauty Facts: to make all this data available to all and for all uses.

            To avoid any legal problem, we therefore ask contributors to only add pictures that they took themselves, and only data that is coming from the product packaging and label.

            @@ -57,11 +57,12 @@

            I am a cosmetics product manufacturer, can I add my

            What is the difference with other web sites, services and mobile applications that already allow to view cosmetics products information?

            -

            The main difference is for us a critical one: our data is freely available to all and for all uses. It's what is called open data. It's what is called open data. It's what is called open data.

            +

            The main difference is for us a critical one: our data is freely available to all and for all uses. It's what is called open data. It's what is called open data. It's what is called open data. It's what is called open data.

            Almost all other sites, services and applications forbid others from reproducting and reusing their data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, +their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data.

            We consider that food products information is too important and useful to keep it locked in a safe. We consider that food products information is too important and useful to keep it locked in a safe. So when we started the Open Food Facts project and mobile app, back in 2012, we decided to do exactly the opposite: not only we allow use and reuse of our database, freely and without fee, diff --git a/lang/zh_HK/texts/index-pro.html b/lang/zh_HK/texts/index-pro.html index 781c5938dad2..7134f3119065 100644 --- a/lang/zh_HK/texts/index-pro.html +++ b/lang/zh_HK/texts/index-pro.html @@ -6,7 +6,7 @@

            Open Food Facts for producers

            A completely free platform to allow manufacturers to easily manage the data and photos of their products on Open Food Facts.

            - +
            @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • @@ -43,7 +43,7 @@

              Get suggestions to easily improve your Nutri-Score

              Broadcast your product data thanks to Open Food Facts

              Broadcast your data on many apps and services

              -

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

              +

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            @@ -63,12 +63,12 @@

            "Come as you are" could almost be the slogan of the platfo
            Import data in Open Food Facts using XLSX

            Compatible with any XLSX/ODT you may have

            -

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            +

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            EQUADIS

            Compatible with EQUADIS, AGENA3000 (and soon more)

            -

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            +

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            Join the largest producers and distributors @@ -98,7 +98,7 @@

            Mark your discontinued products

            Add your customer service information

            Add your customer service information

            -

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            +

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            @@ -155,14 +155,14 @@

            Get detailed scoring explanations for Nutri-Score a

            Share once, get harmonized data in many places

            -

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            +

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            Broadcast your data on many apps and services

            -

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            +

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            diff --git a/lang/zh_HK/texts/keyfacts.html b/lang/zh_HK/texts/keyfacts.html index 089ae3bfa5a8..fafae760866a 100644 --- a/lang/zh_HK/texts/keyfacts.html +++ b/lang/zh_HK/texts/keyfacts.html @@ -9,7 +9,7 @@
          • freely reusable (open data): dozens of companies, researchers, innovators freely reuse the data for their own use
          • strictly independent of agribusiness, it is run by an association under French law, law of 1901.
          • -

            With 300,000 users/month, Open Food Facts has already become, in 11 years only, the reference for food information in several countries. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet.

            +

            With 300,000 users/month, Open Food Facts has already become, in 11 years only, the reference for food information in several countries. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet.

            @@ -25,16 +25,16 @@

            Creating the first freely reusable global database on food products

            -

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            +

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            Informing the general public and professionals

            -

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            +

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            Promoting nutritional quality indicators

            -For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            +For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            @@ -42,7 +42,7 @@

            Promoting nutritional quality indicators

            Creating and maintaining an ecosystem of uses and research

            -

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            +

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            Change the practices of manufacturers

            @@ -60,7 +60,7 @@

            It would be too long to name all the organizations that bu

              -
            • More than 100 applications for mobile phones that meet the needs of various audiences: diabetes (VeryDiab), allergies, food balance via artificial intelligence (FoodVisor), disabilities, and more. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka.
            • +
            • More than 100 applications for mobile phones that meet the needs of various audiences: diabetes (VeryDiab), allergies, food balance via artificial intelligence (FoodVisor), disabilities, and more. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka.
            • Many websites: HowMuchSugar.in, MadeNear.me…
            • Data-journalists: Le Monde's Decoders, BFMTV
            • Researchers in nearly 100 scientific articles
            • diff --git a/lang/zh_HK/texts/nova.html b/lang/zh_HK/texts/nova.html index 415ff8564e3b..6a65d2633d22 100644 --- a/lang/zh_HK/texts/nova.html +++ b/lang/zh_HK/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              一些國家使用NOVA分類訂立飲食指引,例如:

              diff --git a/lang/zh_HK/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/zh_HK/texts/nutriscore/mobile-app-promo-nutriscore.html index 8ab8df5e4893..32fb34baaaee 100644 --- a/lang/zh_HK/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/zh_HK/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              安裝Open Food Facts手機應用程式

              Open Food Facts應用程式上的NutriScore

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              安裝Open Food Facts手機應用程式

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -14,4 +9,5 @@

              安裝Open Food Facts手機應用程式

              Android APK

              -

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 謝謝! Thank you!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/zh_HK/texts/open-food-facts-vision-mission-values-and-programs.html b/lang/zh_HK/texts/open-food-facts-vision-mission-values-and-programs.html index adf65fcb2f2c..6b5aad3e7c6c 100644 --- a/lang/zh_HK/texts/open-food-facts-vision-mission-values-and-programs.html +++ b/lang/zh_HK/texts/open-food-facts-vision-mission-values-and-programs.html @@ -1,6 +1,6 @@

            Open Food Facts Vision, Mission, Values and Programs

            -Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. +Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris.

            Vision

            @@ -27,30 +27,30 @@

            Values

            Programs

            -

            一、 一、 Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            +

            一、 一、 一、 Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            The Open Food Facts database and the community that creates and reuses it is the foundation of everything we do. Our collaborative, free and open database of food products is often referred to as the Wikipedia of food products and many of our users and re-users call it a “treasure trove”. We call it a common good. It is a treasure, but a treasure that gains more value as we share it freely with the world.

            The transparency we build is a game-changer to disruptively improve the food system. Transparency enables better individual and collective decisions, encourages good practices and motivates improvements, and makes solutions more efficient and quicker to build and deploy.

            -

            二、 二、 Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            +

            二、 二、 二、 Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            An immediate effect of transparency is that product data can be turned into actionable information that consumers can use to make better informed choices.

            -

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            +

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            All the product data we gather and the information we derive from it is freely available as open data and more than 100 third party applications and services use it to inform and educate many more consumers in many different ways.

            -

            三、 三、 Drive food quality up with the Platform for Producers

            +

            三、 三、 三、 Drive food quality up with the Platform for Producers

            Transparency helps producers to measure the quality of their products and to find ways to improve it.

            Manufacturers can use our free platform for producers to publish data about their products, get reports about their nutritional quality and environmental impact, and suggestions on possible positive changes.

            -

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            +

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            -

            四、 四、 Advance science with Open Science and Citizen Science

            +

            四、 四、 四、 Advance science with Open Science and Citizen Science

            The impact of the individual and collective decisions we make on which food to buy and how to produce it, directly depends on the scientific knowledge we base them on.

            @@ -58,5 +58,5 @@

            四、 四、 Advance science with Open Science and Citizen Science

            The Open Food Facts database is a unique global resource that is used by scientists to study the long term impacts of the food we eat, and to elaborate tools such as rating systems to inform demand and encourage improvements to products.

            -

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            +

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            diff --git a/lang/zh_HK/texts/press.html b/lang/zh_HK/texts/press.html index b1fe915eaa65..5472966fa8c2 100644 --- a/lang/zh_HK/texts/press.html +++ b/lang/zh_HK/texts/press.html @@ -6,7 +6,7 @@

            Get material for compelling stories on food transparency, -

            Thanks a lot for your interest in the project! Thanks a lot for your interest in the project! And a big thank you to the reporters who tell their readers about Open Food Facts. Thanks a lot for your interest in the project! And a big thank you to the reporters who tell their readers about Open Food Facts.

            +

            Thanks a lot for your interest in the project! Thanks a lot for your interest in the project! And a big thank you to the reporters who tell their readers about Open Food Facts. Thanks a lot for your interest in the project! And a big thank you to the reporters who tell their readers about Open Food Facts. Thanks a lot for your interest in the project! And a big thank you to the reporters who tell their readers about Open Food Facts.

            @@ -210,4 +210,4 @@

            -

            Our full list of communiques is coming soon. Future communiques will be listed here. Future communiques will be listed here.

            +

            Our full list of communiques is coming soon. Future communiques will be listed here. Our full list of communiques is coming soon. Future communiques will be listed here. Future communiques will be listed here.

            diff --git a/lang/zh_HK/texts/processing/mobile-app-promo-processing.html b/lang/zh_HK/texts/processing/mobile-app-promo-processing.html index 1966601d6862..dbf9c98c6438 100644 --- a/lang/zh_HK/texts/processing/mobile-app-promo-processing.html +++ b/lang/zh_HK/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            安裝Open Food Facts手機應用程式

            Open Food Facts應用程式上的NutriScore

            Get the NOVA group with the Open Food Facts app!

            -
            -

            安裝Open Food Facts手機應用程式

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -10,4 +9,6 @@

            安裝Open Food Facts手機應用程式

            Windows Phone Store Android APK

            -

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. 謝謝! Thank you!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/zh_HK/texts/who-we-are.html b/lang/zh_HK/texts/who-we-are.html index 9e8ad51766dc..d678ae88d107 100644 --- a/lang/zh_HK/texts/who-we-are.html +++ b/lang/zh_HK/texts/who-we-are.html @@ -14,7 +14,7 @@

            Looking to contact us ?

            合作者

            -

            The contributors to the Open Food Facts project are people that are passionate about food. They add products to the database and they are also the primary source for improvements and applications ideas through +

            The contributors to the Open Food Facts project are people that are passionate about food. The contributors to the Open Food Facts project are people that are passionate about food. They add products to the database and they are also the primary source for improvements and applications ideas through several others venues for the Open Food Facts community to share and discuss.

            diff --git a/lang/zh_TW/texts/contact.html b/lang/zh_TW/texts/contact.html index 5db516348855..e2bf8c339728 100644 --- a/lang/zh_TW/texts/contact.html +++ b/lang/zh_TW/texts/contact.html @@ -11,6 +11,7 @@

            Contact the Open Food Facts team

            Please note: Open Food Facts is a collaborative database of food products, we do not sell any product and we do not have links to their producers. For a question or complain about a product, you need to write directly to the producer (address on the product label). +For a question or complain about a product, you need to write directly to the producer (address on the product label). For a question or complain about a product, you need to write directly to the producer (address on the product label).

            You can also reach us on X (formerly Twitter): @OpenFoodFacts

            diff --git a/lang/zh_TW/texts/data.html b/lang/zh_TW/texts/data.html index 516c7522028d..4107e1b07cd7 100644 --- a/lang/zh_TW/texts/data.html +++ b/lang/zh_TW/texts/data.html @@ -1,6 +1,6 @@ -

            資料

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            資料

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,35 +73,36 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page. @@ -114,21 +110,17 @@

            Live JSON and XML API

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -138,7 +130,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -149,27 +141,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            聯繫方式

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/zh_TW/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/zh_TW/texts/eco-score-the-environmental-impact-of-food-products.html index 892a9cd21a0d..b1371cb56d9d 100644 --- a/lang/zh_TW/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/zh_TW/texts/eco-score-the-environmental-impact-of-food-products.html @@ -19,7 +19,7 @@

            Eco-Score: the environmental impact of food products

            Why an environmental score?

            More and more consumers are concerned about the impact of their food not only on their health, but also on the health of our planet. Thanks to the Nutri-Score, it is now very easy to take into account the nutritional quality of products when purchasing, but it is very difficult if not impossible to compare their environmental footprint.

            -

            It is urgent to provide consumers with clear information about this environmental footprint, so that they can easily and quickly compare it for several products. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows.

            +

            It is urgent to provide consumers with clear information about this environmental footprint, so that they can easily and quickly compare it for several products. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows. This is what the Eco-Score environmental grade allows.

            The Eco-Score, a tool for more sustainable food

            @@ -41,6 +41,7 @@

            What is the Eco-Score?

            it is a grade from A to E which summarizes 15 environmental impacts. The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). +The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact). The Eco-Score score is materialized by a colored leaf-shaped logo with a letter from A (very low impact) to E (very high impact).

            Eco-Score (ecoscore) @@ -58,6 +59,7 @@

            The benchmark score: life cycle analysis (LCA) with data from the Agribalyse

            For each product category, a benchmark score is established using data from the Agribalyse environmental database designed by ADEME and INRAE. These data correspond to the life cycle analysis (LCA) of the products. These data correspond to the life cycle analysis (LCA) of the products. +These data correspond to the life cycle analysis (LCA) of the products. These data correspond to the life cycle analysis (LCA) of the products.

            @@ -100,7 +102,7 @@

            配料來源

            -A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

            +A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country. A bonus is awarded based on the origin of the ingredients. A bonus is awarded based on the origin of the ingredients. This bonus takes into account the impact on transportation and also the environmental policy of each producer's country.

            @@ -146,7 +148,7 @@

            How to see the Eco-Score for food products?

            Scan products with the Open Food Facts app

            -

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            +

            The Open Food Facts app allows you to quickly get the Eco-Score of products: all you have to do is scan their barcode. If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version! If you have already installed the Open Food Facts app, please update it to get the new version!

            The Eco-Score on the Open Food Facts app @@ -154,7 +156,7 @@

            Scan products with the Open Food Facts app

            Compare the Eco-Score of products on the Open Food Facts site

            -

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            +

            The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Open Food Facts website allows everyone to see and compare the Eco-Score of more than 750,000 food products sold in France. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The results of each search show the nutritional quality with the Nutri-Score, ultra-processed foods with NOVA, and the environmental impact with the Eco-Score. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available. The Eco-Score will be rolled out to other countries as soon as an applicable Eco-Score calculation is available.

            The Eco-Score of ready meals
            @@ -179,7 +181,7 @@

            Classify and explore products by Eco-Score on Open Food Facts

            Eco-Score of ready meals
            -The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. +The Eco-Score of prepared meals. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts. The Eco-Score of prepared meals. The Eco-Score of prepared meals. Click to see the products for each grade on Open Food Facts.
            @@ -235,6 +237,8 @@

            How can we find out more and how can we help us develop the Eco-Score?

            The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now. The Eco-Score is still young and can certainly be improved. +Given the climate and environmental emergency, however, it seems important to us to make it available now. +The Eco-Score is still young and can certainly be improved. Given the climate and environmental emergency, however, it seems important to us to make it available now.

            By working together, we will be able to gradually improve the Eco-Score, refine its formula, and gather the data necessary for its calculation.

            Your feedback, observations and suggestions will therefore be very valuable.

            @@ -246,12 +250,14 @@

            How can we find out more and how can we help us develop the Eco-Score?

            - pierre@openfoodfacts.org- +33 6 02 13 14 57
          • If you are a manufacturer, you can send us information about your products with our free platform for producers, and get the detailed Eco-Score calculation for all your products. + For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org For any questions: producers@openfoodfacts.org
          • If you are a citizen, you can install the Open Food Facts app, create an account on the Open Food Facts website, join our community of engaged citizens and our Slack discussion space. For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org +For any questions: contact@openfoodfacts.org For any questions: contact@openfoodfacts.org
          • @@ -259,10 +265,11 @@

            How can we find out more and how can we help us develop the Eco-Score?

            Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers +and managed by a non-profit association with 3 employees. Open Food Facts is a collaborative project supported by tens of thousands of volunteers and managed by a non-profit association with 3 employees.
            You can help us at fund Open Food Facts 2023 budget -and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            +and continue to develop the Eco-Score and many other projects to improve everyone's diet. Thank you! ❤️ Thank you! ❤️ Thank you! ❤️ Thank you! ❤️

            Make a donation @@ -295,5 +302,5 @@

            References

          • Open Food Facts App for iPhone on the App Store
          • Open Food Facts App for Android on the Play Store
          • The distribution of Eco-Score scores for products on the Open Food Facts site
          • -
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French)
          • +
          • Detailed documentation of the methodology and formula for calculating the Eco-Score. (in French) (in French) (in French) (in French)
          • Agribalyse environmental base of ADEME and INRAE (in French)
          • diff --git a/lang/zh_TW/texts/faq.html b/lang/zh_TW/texts/faq.html index e1dd960cdd9f..d8a29a158676 100644 --- a/lang/zh_TW/texts/faq.html +++ b/lang/zh_TW/texts/faq.html @@ -33,12 +33,12 @@

            Is the information and data on products verified?

            -

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            +

            Finally, many producers send us photos and data about their products using our Platform for Producers. If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us If you are a producer, please contact us

            Can I add product pictures or data from the manufacturer's site, shopping sites or other sites?

            -

            Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that is actually the reason why we have created Open Food Facts: to make all this data available to all and for all uses.

            +

            Probably not. Probably not. Probably not. Probably not. Almost all other sites forbid reproduction and reuse of their data and images, and that is actually the reason why we have created Open Food Facts: to make all this data available to all and for all uses.

            To avoid any legal problem, we therefore ask contributors to only add pictures that they took themselves, and only data that is coming from the product packaging and label.

            @@ -57,11 +57,12 @@

            I am a food product manufacturer, can I add my own p

            What is the difference with other web sites, services and mobile applications that already allow to view food products information?

            -

            The main difference is for us a critical one: our data is freely available to all and for all uses. It's what is called open data. It's what is called open data. It's what is called open data.

            +

            The main difference is for us a critical one: our data is freely available to all and for all uses. It's what is called open data. It's what is called open data. It's what is called open data. It's what is called open data.

            Almost all other sites, services and applications forbid others from reproducting and reusing their data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, +their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data. Quite to the contrary, they jealously keep it for themselves. In almost all cases, their terms of service explicitly forbid any non-personal use and any extraction of all the data or parts of the data.

            We consider that food products information is too important and useful to keep it locked in a safe. We consider that food products information is too important and useful to keep it locked in a safe. So when we started the Open Food Facts project and mobile app, back in 2012, we decided to do exactly the opposite: not only we allow use and reuse of our database, freely and without fee, diff --git a/lang/zh_TW/texts/index-pro.html b/lang/zh_TW/texts/index-pro.html index 79ebb611f5bd..38734c509173 100644 --- a/lang/zh_TW/texts/index-pro.html +++ b/lang/zh_TW/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • @@ -43,7 +43,7 @@

              Get suggestions to easily improve your Nutri-Score

              Broadcast your product data thanks to Open Food Facts

              Broadcast your data on many apps and services

              -

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

              +

              Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            @@ -63,12 +63,12 @@

            "Come as you are" could almost be the slogan of the platfo
            Import data in Open Food Facts using XLSX

            Compatible with any XLSX/ODT you may have

            -

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            +

            While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format. While we provide an easy to use template once you signup, you can reuse any existing file, in any format. The platform will allow you to match your column names with the Open Food Facts format.

            EQUADIS

            Compatible with EQUADIS, AGENA3000 (and soon more)

            -

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            +

            If you're an EQUADIS or AGENA 3000 customer, you can send your data automatically to Open Food Facts for no additional charge. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system. Please get in touch if you're using a different system.

            Join the largest producers and distributors @@ -98,7 +98,7 @@

            Mark your discontinued products

            Add your customer service information

            Add your customer service information

            -

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            +

            Open Food Facts receives many customer complaints, every day, that should be addressed to you. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those. Add your customer service information to ensure to receive those.

            @@ -155,14 +155,14 @@

            Get detailed scoring explanations for Nutri-Score a

            Share once, get harmonized data in many places

            -

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            +

            Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Once you set up an automatic import, your products will be automatically be synchronized every night. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy. Otherwise, the platform memorizes your file format to make updates very easy.

            Broadcast your data on many apps and services

            -

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            +

            Open Food Facts is an essential data distribution channel. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places. Open Food Facts is an essential data distribution channel. Around 200 apps and services use Open Food Facts. Share once, ensure harmonization in many places. Share once, ensure harmonization in many places.

            diff --git a/lang/zh_TW/texts/keyfacts.html b/lang/zh_TW/texts/keyfacts.html index 089ae3bfa5a8..fafae760866a 100644 --- a/lang/zh_TW/texts/keyfacts.html +++ b/lang/zh_TW/texts/keyfacts.html @@ -9,7 +9,7 @@
          • freely reusable (open data): dozens of companies, researchers, innovators freely reuse the data for their own use
          • strictly independent of agribusiness, it is run by an association under French law, law of 1901.
          • -

            With 300,000 users/month, Open Food Facts has already become, in 11 years only, the reference for food information in several countries. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet.

            +

            With 300,000 users/month, Open Food Facts has already become, in 11 years only, the reference for food information in several countries. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet. It supports research and public policies aimed at a healthier diet.

            @@ -25,16 +25,16 @@

            Creating the first freely reusable global database on food products

            -

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            +

            More than 700,000 products identified by more than 16,000 contributors. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr. More than 700,000 products identified by more than 16,000 contributors. The Open Food Facts data is also published on the official French open data portal, data.gouv.fr.

            Informing the general public and professionals

            -

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            +

            The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year. The consumer app is installed on more than 750,000 phones or tablets. The site and the application are used by 100,000 users / day and 6 million users per year. The site and the application are used by 100,000 users / day and 6 million users per year.

            Promoting nutritional quality indicators

            -For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            +For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. For 3 years, Open Food Facts has been supporting the roll out of Nutri-Score in 5 European countries. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. In France, Open Food Facts has been displaying the Nutri-Score since 2015, before its officialization. In Spain and Belgium, Open Food Facts also precedes the adoption of Nutri-Score by these countries. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale. Open Food Facts also helped bring ultra-processing in the limelight by computing the NOVA classification, and made ecological labelling a reality by computing the Eco-Score at scale.

            @@ -42,7 +42,7 @@

            Promoting nutritional quality indicators

            Creating and maintaining an ecosystem of uses and research

            -

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            +

            Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data. Since the Open Food Facts data is freely reusable, several information sites, start-ups, research laboratories, teachers, etc., have started their activity and / or use the Open Food Facts data daily: Yuka, Foodvisor, Scaneat, Ya Quoi Dedans (What’s inside) (Super U), Buy Or Not, nopalm.org, My Nutritional Info… Since its creation, Open Food Facts has developed a real ecosystem of reuse of its data.

            Change the practices of manufacturers

            @@ -60,7 +60,7 @@

            It would be too long to name all the organizations that bu

              -
            • More than 100 applications for mobile phones that meet the needs of various audiences: diabetes (VeryDiab), allergies, food balance via artificial intelligence (FoodVisor), disabilities, and more. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka.
            • +
            • More than 100 applications for mobile phones that meet the needs of various audiences: diabetes (VeryDiab), allergies, food balance via artificial intelligence (FoodVisor), disabilities, and more. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka. Our base also allowed the creation of Yuka.
            • Many websites: HowMuchSugar.in, MadeNear.me…
            • Data-journalists: Le Monde's Decoders, BFMTV
            • Researchers in nearly 100 scientific articles
            • diff --git a/lang/zh_TW/texts/nova.html b/lang/zh_TW/texts/nova.html index da3b6dd8d210..db94edf047d9 100644 --- a/lang/zh_TW/texts/nova.html +++ b/lang/zh_TW/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              @@ -47,7 +47,7 @@

              A classification in 4 groups to highlight the degre

              The Nova score on Open Food Facts

              The formula for calculating the Nova score were published in the NOVA. The star shines bright article -published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

              +published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016 The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

              Please note that this is still experimental work as multilingual taxonomisation of ingredients is still an ongoing work on Open Food Facts.

              diff --git a/lang/zh_TW/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/zh_TW/texts/nutriscore/mobile-app-promo-nutriscore.html index a28e774b934a..4134b550a9c4 100644 --- a/lang/zh_TW/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/zh_TW/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -14,4 +9,5 @@

              Install the Open Food Facts mobile app

              Android APK

              -

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you! Thank you!

              +

              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/zh_TW/texts/open-food-facts-vision-mission-values-and-programs.html b/lang/zh_TW/texts/open-food-facts-vision-mission-values-and-programs.html index 76bc57a4f119..dd343cf7c23d 100644 --- a/lang/zh_TW/texts/open-food-facts-vision-mission-values-and-programs.html +++ b/lang/zh_TW/texts/open-food-facts-vision-mission-values-and-programs.html @@ -1,6 +1,6 @@

            Open Food Facts Vision, Mission, Values and Programs

            -Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. +Open Food Facts is a global community with volunteers all over the world. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris. It is supported by a registered non-profit organization headquartered in Paris.

            Vision

            @@ -27,30 +27,30 @@

            Values

            Programs

            -

            1. 1. Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            +

            1. 1. 1. Build transparency with the Open Food Facts database and its vibrant community of contributors and reusers

            The Open Food Facts database and the community that creates and reuses it is the foundation of everything we do. Our collaborative, free and open database of food products is often referred to as the Wikipedia of food products and many of our users and re-users call it a “treasure trove”. We call it a common good. It is a treasure, but a treasure that gains more value as we share it freely with the world.

            The transparency we build is a game-changer to disruptively improve the food system. Transparency enables better individual and collective decisions, encourages good practices and motivates improvements, and makes solutions more efficient and quicker to build and deploy.

            -

            2. 2. Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            +

            2. 2. 2. Encourage education with the Open Food Facts website and apps and the many services we enable others to create

            An immediate effect of transparency is that product data can be turned into actionable information that consumers can use to make better informed choices.

            -

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            +

            We make this information through the Open Food Facts website and apps that are used monthly by millions of people. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it. And we put this information in context, to explain what it means, why it’s important (for their health, the environment, and/or society), and how consumers can use it.

            All the product data we gather and the information we derive from it is freely available as open data and more than 100 third party applications and services use it to inform and educate many more consumers in many different ways.

            -

            3. 3. Drive food quality up with the Platform for Producers

            +

            3. 3. 3. Drive food quality up with the Platform for Producers

            Transparency helps producers to measure the quality of their products and to find ways to improve it.

            Manufacturers can use our free platform for producers to publish data about their products, get reports about their nutritional quality and environmental impact, and suggestions on possible positive changes.

            -

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            +

            Transparency also provides producers with the motivation to improve their products and to compete more on their quality. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted. Thanks to transparency, the best practices can become publicly known, recognized, and more widely adopted.

            -

            4. 4. Advance science with Open Science and Citizen Science

            +

            4. 4. 4. Advance science with Open Science and Citizen Science

            The impact of the individual and collective decisions we make on which food to buy and how to produce it, directly depends on the scientific knowledge we base them on.

            @@ -58,5 +58,5 @@

            4. 4. Advance science with Open Science and Citizen Science

            The Open Food Facts database is a unique global resource that is used by scientists to study the long term impacts of the food we eat, and to elaborate tools such as rating systems to inform demand and encourage improvements to products.

            -

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            +

            In addition to making raw product data freely available to all scientists worldwide, we structure and analyze the data to make it much more directly useful for their research. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers. We also work directly with research teams to understand how we can answer their needs, and to make the results of their research instantly available to all other researchers.

            diff --git a/lang/zh_TW/texts/processing/mobile-app-promo-processing.html b/lang/zh_TW/texts/processing/mobile-app-promo-processing.html index 8254453aaf3f..0502db0e77d3 100644 --- a/lang/zh_TW/texts/processing/mobile-app-promo-processing.html +++ b/lang/zh_TW/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -10,4 +9,6 @@

            Install the Open Food Facts mobile app

            Windows Phone Store Android APK

            -

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you! Thank you!

            +

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +
            diff --git a/lang/zh_TW/texts/who-we-are.html b/lang/zh_TW/texts/who-we-are.html index 28920afb5f6d..7f342a88bd3f 100644 --- a/lang/zh_TW/texts/who-we-are.html +++ b/lang/zh_TW/texts/who-we-are.html @@ -14,7 +14,7 @@

            Looking to contact us ?

            合作者

            -

            The contributors to the Open Food Facts project are people that are passionate about food. They add products to the database and they are also the primary source for improvements and applications ideas through +

            The contributors to the Open Food Facts project are people that are passionate about food. The contributors to the Open Food Facts project are people that are passionate about food. They add products to the database and they are also the primary source for improvements and applications ideas through several others venues for the Open Food Facts community to share and discuss.

            diff --git a/lang/zu/texts/data.html b/lang/zu/texts/data.html index 26f9d7548fcc..262e4c083ded 100644 --- a/lang/zu/texts/data.html +++ b/lang/zu/texts/data.html @@ -1,6 +1,6 @@ -

            Data

            +

            Conditions for reuse

            The Open Food Facts database is available under the Open Database License.
            The individual contents of the database are available under the Database Contents License.
            Products images are available under the Creative Commons Attribution ShareAlike licence. @@ -9,7 +9,8 @@

            Data

            Please read Terms and conditions of use and re-use before re-using the data.

            -

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community.

            +

            Tell us about your reuse

            +

            We are very interested in learning what the Open Food Facts data is used for. It is not mandatory, but we would very much appreciate it if you tell us about your re-uses so that we can share them with the Open Food Facts community. You can also fill this form to get a chance to get your app featured.

            Open Food Facts data exports

            @@ -20,7 +21,12 @@

            Open Food Facts data exports

            MongoDB dump

            Data for all products is available in a MongoDB database dump.

            - +
            Link
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -30,21 +36,16 @@

            MongoDB dump

            https://static.openfoodfacts.org/data/md5sum
            -

            Delta Export

            - -

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at - https://static.openfoodfacts.org/data/delta/index.txt. - Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}. - The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can - be imported (after extraction) with mongoimport in alphabetical order.

            -

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove - deleted products from your database, you will need to import the full MongoDB dump.

            +

            Daily delta exports

            +

            Daily delta exports are provided for the previous 14 days. The list of currently available delta files can be found at https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Each line represents a file that is available at https://static.openfoodfacts.org/data/delta/{filename}.

            +

            The filename contains UNIX timestamp of the first and the last change contained in the JSON file, so that the delta files can be imported (after extraction) with mongoimport in alphabetical order.

            +

            Please note that due to the nature of mongoexport, the delta files cannot tell you about deleted products. To remove deleted products from your database, you will need to import the full MongoDB dump.

            JSONL data export

            -

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. - It represents the same data as the MongoDB export. The file is compressed with gzip.

            +

            The whole database is also available in JSONL format (sometimes called LDJSON or NDJSON) where each line is a JSON object. It represents the same data as the MongoDB export. The file is compressed with gzip.

            Link
            @@ -52,11 +53,8 @@

            JSONL data export

            -

            CSV Data Export

            - -

            Data for all products, or some of the products, can be downloaded in CSV format (readable with OpenOffice, Excel and many other software) - through the advanced search form.

            +

            Data for all products, or some of the products, can be downloaded in the CSV format (readable with LibreOffice, Excel and many other spreadsheet software) through the advanced search form.

            Links
            @@ -66,11 +64,8 @@

            CSV Data Export

            The file encoding is Unicode UTF-8. The character that separates fields is <tab> (tabulation).

            - -

            RDF Data Export

            - -

            The database is also available in the RDF format. announcement in French.

            +

            The database is also available in the RDF format. You can read the announcement in French.

            Link
            @@ -78,56 +73,53 @@

            RDF Data Export

            Image Data Export

            +

            All images and OCR results can either be downloaded from our server or from AWS (through the AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            All images and OCR results can either be downloaded from our server or from AWS (through AWS Open Data Program). Check out our documentation to learn more about how to download images.

            -

            Live JSON and XML API

            + +

            OpenAPI Documentation for the JSON API

            A JSON API is also available to read the data for a product. This API is in particular used in the Open Food Facts mobile app for iPhone and Android.

            -

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            +

            We improve the API over-time but we are careful to keep backwards compatibility. Please get in touch if you use it, so that we can tell you about potential changes.

            URL to read data for a product: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            You can also get the result in XML by using .xml

            -

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note that if the output is too overwhelming, you can filter it - as described in the API documentation.

            +

            OpenAPI help wanted

            +We're eager to finish the documentation of the API, add use-cases, and automate SDK generation. If you are an OpenAPI connoisseur, you are very welcome to help. +

            You are very welcome to use the API for production cases, as long as 1 API call = 1 real scan by a user. Any attempt to scrape the database using the API will very likely be blocked, as full daily exports are available on this very page.

            Also, sending an HTTP header with your API call is a good way we can get in touch, should any issue arise.

            If you are unsure about anything, or have any question (there is no silly question), feel free to ask it on the #api channel on Slack :-)

            -

            Android and iPhone mobile app

            - -

            The code for the Open Food Facts mobile app is available on GitHub (Flutter, Android and iOS). -The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            +

            Experimental XML API

            +

            You can also get the result in XML by using .xml

            +

            Example: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +This API is not actively maintained, and not officially documented. -

            The classic app for iOS is developed in Swift.

            -

            The classic app for Android is developed in Kotlin.

            -

            The new cross-platform app is a Dart/Flutter app.

            -

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            Wrappers and SDKs

            We probably have a wrapper for your favorite programming language. If we do, you can use it and improve it. If we don't, you can help create it.

            They will let you consume data, as well as let your users contribute new data

            -

            General principles

            +

            General principles to make your users happy

            • You can search for information about products, including many useful computed values.
            • If you can't get the information on a specific product, you can get your user to send photos and data, that will then be processed by Open Food Facts AI and contributors to get the computed result you want to show them.
            • @@ -137,7 +129,7 @@

              General principles

              If your users do not expect a result immediately (e.g. Inventory apps)

              • Submit photos (front/nutrition/ingredients): most painless thing for your users
              • -
              • The Open Food Facts AI Robotoff will generate some derived data from the photos
              • +
              • The Open Food Facts AI - Robotoff - will generate some derived data from the photos
              • Over time, other apps, and the Open Food Facts community will fill the data gaps
              @@ -148,27 +140,40 @@

              If your users expect a result immediately (e.g. Nutrition apps)

            • Submit category + labels > soon get the Eco-Score (about environmental impact)
            +

            Android/iPhone/Flutter mobile app

            + +

            The code for the official Open Food Facts mobile apps is available on GitHub + Flutter + Kotlin Android + Swift iOS + +

            We look to turn the deprecated Kotlin and Swift codebases into Kotlin and Swift SDKs, help welcome :-)

            +

            The app allows users to scan the barcode of products, to view the product information, and to take and submit pictures and data for missing products.

            + +

            You are welcome to reuse the code (it's open source) and help us improve it, for everyone, on all the planet.

            + +

            SDKs

            + +

            Discussing data, API and exports

            -

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API.

            -

            You can open a thread on our API documentation repository - -

            Contact

            - -

            For any question regarding the data, you can contact us at contact@openfoodfacts.org +

            You can look at common FAQ questions about the API and Data Exports and common Open Food Facts questions

            +

            You can join the Open Food Facts Slack chatroom which is the preferred way to ask questions and discuss the API. Please ask your questions in the #api channel

            +

            You can open a thread on our API documentation repository +

            For any question regarding the data, you can contact us at reuse@openfoodfacts.org diff --git a/lang/zu/texts/index-pro.html b/lang/zu/texts/index-pro.html index b2d1dc47f3f2..28c9da82444a 100644 --- a/lang/zu/texts/index-pro.html +++ b/lang/zu/texts/index-pro.html @@ -32,7 +32,7 @@

            Validated data

            Improvements -

            Get suggestions to easily improve your Nutri-Score

            +

            Get suggestions to easily improve your Nutri-Score

            • Significantly improve the Nutri-Score with a reasonable reduction in sugar, salt or saturated fatty acids.
            • diff --git a/lang/zu/texts/nova.html b/lang/zu/texts/nova.html index d3a900c71457..3733f2eadfdd 100644 --- a/lang/zu/texts/nova.html +++ b/lang/zu/texts/nova.html @@ -14,7 +14,7 @@

              A classification in 4 groups to highlight the degre

              Some countries use the NOVA groups for their dietary guidelines or goals, for instance:

              diff --git a/lang/zu/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/zu/texts/nutriscore/mobile-app-promo-nutriscore.html index 2f17837f7604..4134b550a9c4 100644 --- a/lang/zu/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/zu/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,12 +1,7 @@ -
              +
              +

              Install the Open Food Facts mobile app

              NutriScore on the Open Food Facts mobile app

              Get the Nutri-Score with the Open Food Facts app!

              -
              - -
              - -

              Install the Open Food Facts mobile app

              -

              To scan food products, get their Nutri-Score nutritional grade, the NOVA group for ultra-processed foods, allergens alerts and to decypher food additives, install the free Open Food Facts app!

              Available on the App Store Available on Google Play @@ -15,3 +10,4 @@

              Install the Open Food Facts mobile app



              You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

              +
            diff --git a/lang/zu/texts/processing/mobile-app-promo-processing.html b/lang/zu/texts/processing/mobile-app-promo-processing.html index 51e2161502bd..0502db0e77d3 100644 --- a/lang/zu/texts/processing/mobile-app-promo-processing.html +++ b/lang/zu/texts/processing/mobile-app-promo-processing.html @@ -1,8 +1,7 @@ -
            +
            +

            Install the Open Food Facts mobile app

            NutriScore on the Open Food Facts mobile app

            Get the NOVA group with the Open Food Facts app!

            -
            -

            Install the Open Food Facts mobile app

            To scan food products, get the NOVA group for ultra-processed foods, their Nutri-Score nutritional grade, allergens alerts and to decypher food additives, install the free Open Food Facts app!

            Available on the App Store @@ -11,3 +10,5 @@

            Install the Open Food Facts mobile app

            Android APK

            You will also be able to easily add new products to Open Food Facts and help to build a common good to improve everyone's food and health. Thank you!

            + +

            @@ -29,12 +29,12 @@

            Criação da primeira base de dados global livremente reutilizável sobre pr

            Informar o público e profissionais

            -

            The consumer app is installed on more than 750,000 phones or tablets. O site e a aplicação são utilizados por 100.000 utilizadores / dia e 6 milhões de utilizadores por ano.

            +

            A aplicação para consumidores está instalada em mais de 750 000 telemóveis ou tablets. O site e a aplicação são utilizados por 100.000 utilizadores diariamente e 6 milhões de utilizadores anualmente.

            -

            Promoção de indicadores de qualidade nutricional

            +

            Promover indicadores de qualidade nutricional

            -Durante 3 anos, o Open Food Facts tem apoiado o lançamento do Nutri-Score em 5 países europeus. Em França, o Open Food Facts mostra o Nutri-Score desde 2015, antes da sua oficialização. Em Espanha e na Bélgica, o Open Food Facts também precede a adoção do Nutri-Score por esses países. O Open Food Facts também ajudou a trazer o ultraprocessamento para o centro das atenções ao calcular a classificação NOVA e realizou a rotulagem ecológica ao calcular o Eco-Score em escala.

            +Há 3 anos que a Open Food Facts tem vindo a apoiar o lançamento do Nutri-Score em 5 países europeus. Em França, o Open Food Facts mostra o Nutri-Score desde 2015, antes da sua oficialização. Em Espanha e na Bélgica, o Open Food Facts também precede a adoção do Nutri-Score por esses países. O Open Food Facts também ajudou a colocar o ultra-processamento na ribalta, calculando a classificação NOVA, e tornou a rotulagem ecológica uma realidade, calculando o Eco-Score à escala.

            @@ -46,7 +46,7 @@

            Criar e manter um ecossistema de usos e pesquisas

            Alterar as práticas dos fabricantes

            -

            Durante 2 anos, Open Food Facts ajudou a mudar as práticas da indústria alimentar; eles sabem e dependem da Open Food Facts para comparar e melhorar os seus produtos. Muitas empresas comunicam espontaneamente os dados dos seus produtos na plataforma: Fleury Michon, Super U, Carrefour, Cassino, etc.

            +

            Durante 2 anos, o Open Food Facts ajudou a mudar as práticas da indústria alimentar; conhecem e confiam na Open Food Facts para comparar e melhorar os seus produtos. Muitas empresas comunicam espontaneamente os dados dos seus produtos na plataforma: Fleury Michon, Super U, Carrefour, Cassino, etc.

            @@ -54,7 +54,7 @@

            Alterar as práticas dos fabricantes

            Quem usa os dados do Open Food Facts?

            -

            Seria muito longo para nomear todas as organizações criadas com base na plataforma Open Food Facts.

            +

            Seria demasiado longo nomear todas as organizações que se baseiam na plataforma Open Food Facts.

            diff --git a/lang/pt_PT/texts/missions.html b/lang/pt_PT/texts/missions.html index 0e4ce661e478..ff3a07ee59f5 100644 --- a/lang/pt_PT/texts/missions.html +++ b/lang/pt_PT/texts/missions.html @@ -4,10 +4,10 @@

            Missões

            Algumas dessas missões são divertidas e destinam-se a adicionar produtos que não estão no seu armário e no seu frigorífico (mas talvez nos do seu vizinho ou nos corredores de uma loja na sua vizinhança onde nunca esteve).

            -

            Outras missões correspondem às necessidades: aumentar o número de produtos em uma categoria com poucos itens ou preparar um estudo comparativo em uma determinada categoria. Por exemplo, se deseja verificar as alegações como "25% menos sal do que a média dos outros presuntos brancos", é necessário obter pelo menos 95% dos presuntos brancos no mercado, por forma a calcular o teor médio de sal.

            +

            Outras missões correspondem às necessidades: aumentar o número de produtos numa categoria com poucos itens ou preparar um estudo comparativo em uma determinada categoria. Por exemplo, se quiser verificar alegações como "25% menos sal do que a média dos outros presuntos brancos", é necessário obter pelo menos 95% dos presuntos brancos no mercado para calcular o teor médio de sal.

            -

            Missões para enfrentar

            +

            Missões a realizar

            [[texts/missions_list.html]] -

            Ideias para outras missões? Envie-os para nós!

            +

            Ideias para outras missões? Envie-as para nós!

            diff --git a/lang/pt_PT/texts/nova.html b/lang/pt_PT/texts/nova.html index 12595d894822..cd216d72db5b 100644 --- a/lang/pt_PT/texts/nova.html +++ b/lang/pt_PT/texts/nova.html @@ -1,35 +1,36 @@
            -

            Grupos de Nova para processamento de alimentos

            +

            Grupos NOVA para processamento de alimentos

            Uma classificação em 4 grupos para destacar o grau de processamento de alimentos

            -

            No relatório "A Década de Nutrição das Nações Unidas, a classificação de alimentos NOVA e o problema com o ultraprocessamento" (pdf, pdf), Carlos Augusto Monteiro, Geoffrey Cannon, Jean-Claude Moubarac, Renata Bertazzi Levy, Maria Laura C. Louzada e Patrícia Constante Jaime advogam para a adopção de um sistema de notas de 1 a 4, para simplesmente comparar o grau de transformação de produtos.

            +

            No relatório "The UN Decade of Nutrition, the NOVA food classification and the trouble with ultra-processing" (A Década das Nações Unidas para a Nutrição, a classificação alimentar NOVA e o problema da ultra-processamento) (pdf, pdf), +Carlos Augusto Monteiro, Geoffrey Cannon, Jean-Claude Moubarac, Renata Bertazzi Levy, Maria Laura C. Louzada e Patrícia Constante Jaime defendem a adoção de um sistema de classificações de 1 a 4 que permita comparar de forma simples o grau de processamento dos produtos.

            -

            Novas pesquisas associando pesquisadores do Inserm, Inra e Universidade Paris 13 (Centro de Pesquisa Médica e Estatística Sorbonne Paris Cité, équipe EREN) sugerem uma correlação entre o consumo de alimentos ultra-transformados e um risco aumentado de desenvolver um câncer.

            - Consumo de alimentos ultraprocessados e risco de cancro: resultados da coorte prospetiva NutriNet-Santé
            - Comunicado de imprensa em francês: Consumo de alimentos ultratransformados e risco de cancro

            +

            Uma nova investigação que associa investigadores do Inserm, do Inra e da Universidade de Paris 13 (Centre de recherche épidémiologie et statistique Sorbonne Paris Cité, équipe EREN) sugere uma correlação entre o consumo de alimentos ultra-transformados e um risco acrescido de desenvolver um cancro.

            +Consumo de alimentos ultra-processados e risco de cancro: resultados da coorte prospetiva NutriNet-Santé
            +Comunicado de imprensa em francês: Consumo de alimentos ultra-transformados e risco de cancro

            Alguns países usam os grupos NOVA para suas diretrizes ou metas alimentares, por exemplo:

            A classificação NOVA atribui um grupo a produtos alimentares com base no processamento a que estes foram sujeitos:
            -NOVA Group 1 - Unprocessed or minimally processed foods -NOVA Group 2 - Processed culinary ingredients -NOVA Group 3 - Processed foods -NOVA Group 4 - Ultra-processed food and drink products +Grupo NOVA 1 - Alimentos não processados ou minimamente processados +Grupo NOVA 2 - Ingredientes culinários processados +Grupo NOVA 3 - Alimentos processados +Grupo NOVA 4 - Alimentos ultra-processados e bebidas

            • Grupo 1 - Alimentos não processados ​​ou minimamente processados
            • Grupo 2 - Ingredientes culinários processados
            • Grupo 3 - Alimentos processados
            • -
            • Grupo 4 - Produtos de bebidas e alimentos ultraprocessados
            • +
            • Grupo 4 - Alimentos ultra-processados e bebidas
            [[processing/group-1-description.html]] @@ -43,21 +44,21 @@

            Uma classificação em 4 grupos para destacar o gra [[processing/mobile-app-promo-processing.html]] -

            A pontuação de Nova no Open Food Facts

            +

            A pontuação NOVA no Open Food Facts

            -

            A fórmula para calcular o escore de Nova foi publicada no NOVA. The star shines bright article published in World Nutrition Volume 7, Number 1 - 3, January - March 2016

            +

            A fórmula de cálculo da pontuação NOVA foi publicada no NOVA. The star shines bright artigo publicado na World Nutrition Volume 7, Número 1 - 3, janeiro - março de 2016

            Por favor, note que este ainda é um trabalho experimental, uma vez que a taxonomização multilínguista de ingredientes ainda é um trabalho contínuo sobre o Open Food Facts.

            -

            Fórmula para determinar o grupo Nova

            +

            Fórmula para determinar o grupo NOVA

            Começamos atribuindo o grupo 1

            -

            Primeiro, tentamos identificar os ingredientes culinários processados ​​do grupo 2

            +

            Começamos por tentar identificar os ingredientes culinários transformados do grupo 2

            [[processing/group-2-ingredients.html]] -

            Ingredientes e categorias associados ao grupo 3 não serão aplicados aos alimentos identificados como grupo 2

            +

            Os ingredientes e categorias associados ao grupo 3 não serão aplicados aos géneros alimentícios identificados como grupo 2

            [[processing/group-3-ingredients.html]] @@ -65,6 +66,6 @@

            Ingredientes e categorias encontrados apenas no grupo 4

            [[processing/group-4-ingredients.html]] -

            Pode ajudar-nos a determinar o Grupo Nova para mais produtos, completando os ingredientes e as categorias de produtos.

            +

            Pode ajudar-nos a determinar o grupo NOVA para mais produtos, completando os ingredientes e as categorias de produtos.

            diff --git a/lang/pt_PT/texts/numbers-selected.html b/lang/pt_PT/texts/numbers-selected.html index 7a7522db4da9..f7b0cbcab9dc 100644 --- a/lang/pt_PT/texts/numbers-selected.html +++ b/lang/pt_PT/texts/numbers-selected.html @@ -2,37 +2,37 @@
            A quantidade de produtos crescendo exponencialmente -

            produtos, contribuídos por voluntários e produtores +

            produtos, com a contribuição de voluntários e produtores

            O Open Food Facts tem mais de 1 000 000 produtos em 182 países -

            Quantidade de línguas em que o Open Food Facts está disponível. +

            Número de idiomas em que o Open Food Facts está disponível.

            Open Food Facts, no topo da classificação da App Store -

            Número de pessoas que utilizam diretamente o nosso site, a app Android, iPhone ou Windows Phone para ler códigos de barras, informar-se e contribuir com fotografias de produtos. +

            Número de pessoas que utilizam diretamente o nosso site, a aplicação Android, iPhone ou Windows Phone para ler códigos de barras, obter informações e contribuir com fotografias de produtos.

            - Muitas apps tornadas possíveis por Open Food Facts + Muitas aplicações tornadas possíveis pelo Open Food Facts -

            apps e serviços ativados pelo Open Food Facts +

            aplicações e serviços possibilitados pelo Open Food Facts

            Alguns dos muitos documentos científicos tornados possíveis pelo Open Food Facts -

            quantidade de artigos científicos baseados ou citando Open Food Facts +

            quantidade de artigos científicos baseados ou que citam o Open Food Facts

            diff --git a/lang/pt_PT/texts/nutriscore-formula.html b/lang/pt_PT/texts/nutriscore-formula.html index 618a4943d268..8423b123e940 100644 --- a/lang/pt_PT/texts/nutriscore-formula.html +++ b/lang/pt_PT/texts/nutriscore-formula.html @@ -2,53 +2,54 @@ -

            Pontuação de Nutri-Score Nutricional Score e de Cores

            +

            Pontuação nutricional e notas de cor Nutri-Score

            Um sistema de notas de A a E para simplificar a rotulagem nutricional

            -

            No relatório "Propostas para um novo impulso à política francesa de nutrição em saúde pública no âmbito da Estratégia Nacional de Saúde" (pdf), Professor Serge Hercberg defende a adoção de um sistema de graus de A a E na frente de alimentos -para permitir que simplesmente comparar a qualidade nutricional dos produtos.

            +

            No relatório "Propostas para um novo impulso à política francesa de nutrição em saúde pública no âmbito da Estratégia Nacional de Saúde" (pdf), o Professor Serge Hercberg defende a adoção de um sistema de notas de A a E na parte da frente dos alimentos +para permitir uma comparação simples da qualidade nutricional dos produtos.

            Estas classificações por cor são definidas pelo cálculo de uma pontuação nutricional que reflete para a 1ª parte da energia, gordura saturada, açúcares, sódio (níveis altos são considerados prejudiciais à saúde) e para a 2ª parte da proporção de frutas, vegetais e nozes, fibras e proteínas (níveis elevados são considerados bons para a saúde).

            -

            Aprender mais:

            +

            Para saber mais:

            -

            A pontuação nutricional no Open Food Facts

            +

            A classificação nutricional no Open Food Facts

            -

            A fórmula para calcular a pontuação nutricional, os limiares das notas e as várias propostas de ajustes foram transmitidas pela equipa do professor Hercberg. Esta fórmula foi objecto de estudos e adaptações para o mercado francês.

            +

            A fórmula para calcular a pontuação nutricional, os limiares das notas e as várias propostas de ajustes foram transmitidas pela equipa do professor Hercberg. Esta fórmula foi objeto de estudos e de adaptações para o mercado francês.

            A versão adotada oficialmente e implementada no Open Food Facts é a do relatório AVISO do Conselho Superior de Saúde Pública relativo a informações sobre a qualidade nutricional de produtos alimentares publicado em 25 de junho de 2015.

            -

            No entanto, calculamos a pontuação nutricional para produtos comercializados em solo francês e referenciados na base de dados Open Food Facts, e determinamos os correspondentes graus A a E. Isto permite, em particular, comparar a pontuação nutricional e / ou notas de diferentes produtos e estudar a distribuição para cada categoria de produto. Isto permite, em particular, comparar a pontuação nutricional e / ou notas de diferentes produtos e estudar a distribuição para cada categoria de produto.

            +

            No entanto, calculámos a classificação nutricional dos produtos vendidos em solo francês e referenciados na base de dados do Open Food Facts, +e determinámos as classificações de A a E correspondentes. Isto permite, nomeadamente, comparar a classificação nutricional e/ou as notas de diferentes produtos e estudar a distribuição por categoria de produtos.

            -

            Fórmula para calcular a pontuação nutricional

            +

            Fórmula para calcular a classificação nutricional

            São dados pontos aos produtos de acordo com a quantidade de nutrientes que eles contêm por 100 g.

            -

            São dados pontos A para os nutrientes considerados "ruins" e pontos C são dados para os nutrientes "bons" e o conteúdo em frutas, vegetais e nozes.

            +

            Os pontos A são atribuídos aos nutrientes considerados "maus" e os pontos C são atribuídos aos nutrientes "bons" e ao conteúdo dos frutos, vegetais e frutos de casca rija.

            Pontos A

            -

            Pontos A são a soma de pontos para energia, gordura saturada, açúcar e sódio.

            +

            Pontos A são a soma de pontos para energia, lípidos saturados (gordura saturada), açúcar e sódio.

            [[nutriscore/nutriscore-a-points-table.html]]

            Pontos C

            -

            Os pontos C são a soma de pontos para frutas, legumes e nozes, para fibra e proteína.

            +

            Os pontos C são a soma de pontos para frutos, vegetais e frutos de casca rija, para fibra e proteína.

            [[nutriscore/nutriscore-c-points-table.html]] -

            Nota: batatas, batata doce, taro, mandioca e tapioca não estão incluídas nas frutas, legumes e nozes.

            +

            Nota: as batatas, as batatas doces, o taro, a mandioca e a tapioca não estão incluídos nos frutos, vegetais e frutos de casca rija.

            Cálculo da pontuação nutricional

            @@ -56,8 +57,8 @@

            Cálculo da pontuação nutricional

          • Se pontos A < 11, pontuação = pontos A - pontos C
          • Se pontos A ≥ 11
              -
            • Se os pontos para frutas, legumes e nozes = 5, pontuação = pontos A - pontos C
            • -
            • Se os pontos para frutas, legumes e nozes < 5, pontuação = pontos A - (pontos de fibra + pontos para pontos de frutas, legumes e nozes)
            • +
            • Se os pontos para frutos, vegetais e frutos de casca rija = 5, pontuação = pontos A - pontos C
            • +
            • Se os pontos para frutos, vegetais e frutos de casca rija < 5, pontuação = pontos A - (pontos de fibra + pontos para pontos de frutos, vegetais e frutos de casca rija)
          • @@ -73,15 +74,15 @@

            Adaptação para queijo

            Para os queijos, os pontos para as proteínas são subtraídos da pontuação, mesmo que os pontos A sejam ≥ 11.

            -

            Adaptação para gordura

            +

            Adaptação para lípidos (gordura)

            Para ajudar a diferenciar as gorduras (óleos, margarinas, crèmes fraîches), todas com teores de gordura saturada superiores ao limite máximo de 10 g, aplica-se outra grelha que tem em conta a proporção de ácidos gordos saturados sobre a gordura total:

            [[nutriscore/nutriscore-fat-adaptation-table.html]] -

            Adaptações para frutas e legumes

            +

            Adaptações para frutas e vegetais

            -

            As nozes não são levadas em consideração para o cálculo do conteúdo de frutas e vegetais.

            +

            Os frutos de casca rija não são levados em consideração para o cálculo do conteúdo de frutas e vegetais.

            Adaptações para bebidas

            @@ -91,10 +92,10 @@

            Adaptações para bebidas

            [[nutriscore/nutriscore-drinks-table.html]] -

            Limites de notas Nutri-Score

            +

            Limites da classificação Nutri-Score

            Os limites usados ​​para atribuir as classificações de A a E são:

            -

            Alimentos Sólidos:

            +

            Alimentos sólidos:

            • A: até -1
            • B: de 0 a 2
            • @@ -121,14 +122,14 @@

              Bebidas:

            • Os pontos correspondentes aos níveis em frutas e legumes não são levados em consideração para todos os produtos. O conteúdo de frutas e legumes não está na embalagem da tabela nutricional, e teremos que determiná-lo com outras informações (como as palavras "teor mínimo de fruta", a categoria de produtos (por exemplo compotas contêm 50% de fruta) e / ou a lista de ingredientes.)
                -
              • Um novo campo "Frutas, vegetais (mínimo)" foi criado para registrar os valores dos termos "teor mínimo de frutas / vegetais" etc.
              • +
              • Foi criado um novo campo "Frutas, vegetais (mínimo)" para registar os valores das expressões "teor mínimo de frutas/legumes", etc.
              • Por padrão, os produtos em determinadas categorias são considerados como tendo um conteúdo mínimo de: Para calcular a pontuação nutricional é importante distinguir níveis acima de 40%, 60% e 80%. @@ -136,12 +137,12 @@

                Bebidas:

            • -
            • Para o alimento liofilizado (sopas embaladas, etc.), a pontuação deve ser calculada para o produto reconstituído, não o produto bruto, como é atualmente o caso.
            • +
            • Para os alimentos liofilizados (sopas embaladas, etc.), a pontuação deve ser calculada para o produto reconstituído e não para o produto cru, como é atualmente o caso.
            -

            Pode-nos ajudar a saber o conteúdo de frutas, vegetais e nozes nos produtos. Para mais informações, consulte o projeto a Rotulagem Nutricional no wiki.

            +

            Pode-nos ajudar a saber o conteúdo de frutas, vegetais e frutos de casca rija nos produtos. Para mais informações, consulte o projeto a Rotulagem Nutricional no wiki.

            Nota: tubérculos como batata e batata doce não são considerados vegetais para calcular a pontuação nutricional.

            Obrigado

            -

            Agradecemos ao professor Serge Hercberg e ao Dr. Chantal Julia por sua ajuda e os dados que nos comunicaram para calcular a pontuação nutricional. Estes dados provêm do trabalho da Equipa de Investigação em Epidemiologia Nutricional (EREN) da Universidade de Paris 13 / Hospital Avicenne.

            +

            Agradecemos ao professor Serge Hercberg e ao Dr. Chantal Julia pela sua ajuda e os dados que nos comunicaram para calcular a pontuação nutricional. Estes dados provêm do trabalho da Equipa de Investigação em Epidemiologia Nutricional (EREN) da Universidade de Paris 13 / Hospital Avicenne.

            diff --git a/lang/pt_PT/texts/nutriscore.html b/lang/pt_PT/texts/nutriscore.html index 051bcdbdebcc..0773c4d8c45a 100644 --- a/lang/pt_PT/texts/nutriscore.html +++ b/lang/pt_PT/texts/nutriscore.html @@ -1,4 +1,4 @@ -

            Compare a qualidade nutricional dos produtos alimentarios com o Nutri-Score!

            +

            Compare a qualidade nutricional dos produtos alimentares com o Nutri-Score!

            O que é o Nutri-Score?

            @@ -8,7 +8,7 @@

            O que é o Nutri-Score?

            Nutri-Score -

            O Nutri-Score é um logotipo que mostra a qualidade nutricional de produtos alimentares com notas de A a E. Com o Nutri-Score, os produtos podem ser comparados com facilidade e rapidez. Com o Nutri-Score, os produtos podem ser comparados com facilidade e rapidez.

            +

            O Nutri-Score é um logótipo que mostra a qualidade nutricional de produtos alimentares com notas de A a E. Com o Nutri-Score, os produtos podem ser comparados com facilidade e rapidez. Com o Nutri-Score, os produtos podem ser comparados com facilidade e rapidez.

            O Open Food Facts começou a calcular o Nutri-Score em 2014 na sua aplicação móvel e site, enquanto era apenas um trabalho de pesquisa, e acompanhou o crescimento da "classificação de 5" para o "Nutri-Score" que se vê nas lojas alimentares hoje em dia. Esse impacto sistémico foi notado pela Santé publique France, que agora apoia o Open Food Facts na sua missão de ajudar todos a fazer escolhas alimentares mais informadas. @@ -31,10 +31,10 @@

            Como é calculado o Nutri-Score?

            O grau Nutri-Score é determinado pela quantidade de nutrientes saudáveis e não saudáveis:

            Pontos negativos: energia, gordura saturada, açúcares, sódio (níveis altos são considerados não saudáveis)

            -

            Pontos positivos: a proporção de frutas, legumes e nozes, de oleos de oliveira, de colza e de nozes, de fibras e proteínas (altos níveis são considerados bons para a saúde).

            +

            Pontos positivos: a proporção de frutos, vegetais e frutos de casca rija, óleos de azeite, colza e de nozes, de fibras e proteínas (níveis elevados são considerados bons para a saúde).

            -

            A fórmula detalhada Nutri-Score está disponível publicamente no site da web "Santé publique France".

            +

            A fórmula Nutri-Score está disponível publicamente no site da web "Santé publique France".

            @@ -63,12 +63,12 @@

            Quem criou o Nutri-Score?

            Quais países adotaram o Nutri-Score?

            -

            O Nutri-Score foi adotado em França em 2016 e na Bélgica e Espanha em 2018. Alguns produtores na Alemanha também estão usando o Nutri-Score. O Nutri-Score é opcional nesses países, mas uma quantidade crescente de fabricantes de alimentos está exibindo em seus produtos:

            +

            O Nutri-Score foi adotado em França em 2016, na Bélgica e Espanha em 2018. Alguns produtores na Alemanha também estão a utilizar o Nutri-Score. O Nutri-Score é opcional nestes países, mas um número crescente de fabricantes de alimentos está a exibi-lo nos seus produtos:

            Equipas de investigação em outros países, como o México, também estão a realizar investigações baseadas no Nutri-Score.

            @@ -87,20 +87,20 @@

            A petição #PRONUTRISCORE: consumidores em toda a UE unem forças para 1 mi

            Obrigado

            -

            Gostaríamos de agradecer ao Professor Serge Hercberg e à Dr. Chantal Julia da Equipa de Investigação da Epidemiologia Nutricional (EREN) da Paris 13 Univerity / Avicenne Hospital pela sua ajuda e pelos dados que nos forneceram para que fosse possível calcular o valor nutricional e as notas Nutri-Score.

            +

            Gostaríamos de agradecer ao Professor Serge Hercberg e ao Dr. Chantal Julia da Equipa de Investigação da Epidemiologia Nutricional (EREN) da Universidade Paris 13 / Hospital Avicenne pela sua ajuda e pelos dados que nos forneceram para que fosse possível calcular o valor nutricional e as classificação Nutri-Score.

            Saiba mais sobre o Nutri-Score

            diff --git a/lang/pt_PT/texts/nutriscore/mobile-app-promo-nutriscore.html b/lang/pt_PT/texts/nutriscore/mobile-app-promo-nutriscore.html index cf6a4ec6a339..e801e5f3ec5a 100644 --- a/lang/pt_PT/texts/nutriscore/mobile-app-promo-nutriscore.html +++ b/lang/pt_PT/texts/nutriscore/mobile-app-promo-nutriscore.html @@ -1,17 +1,13 @@ -
            +
            +

            Instale a aplicação móvel Open Food Facts

            Nutri-Score na aplicação móvel Open Food Facts

            Obtenha o Nutri-Score com a aplicação Open Food Facts!

            -
            - -
            - -

            Instale a aplicação móvel Open Food Facts

            - -

            Para digitalizar produtos alimentares, obter o seu grau Nutri-Score nutricional, o grupo NOVA para alimentos ultra-processados, alertas de alérgenos e decifrar aditivos alimentares, instale a aplicação gratuita Open Food Facts!

            +

            Para analisar produtos alimentares, obter o seu grau nutricional Nutri-Score, o grupo NOVA para alimentos ultra-processados, alertas de alergénios e decifrar aditivos alimentares, instale a aplicação gratuita Open Food Facts!

            Disponível na App StoreDisponível no Google Play -Disponível para Windows 11 e acima +Disponível para Windows 11 e superiorAPK Android

            Também poderá adicionar facilmente novos produtos ao Open Food Facts e ajudar a construir um bem comum para melhorar a alimentação e a saúde de todos. Obrigado!

            + diff --git a/lang/pt_PT/texts/nutriscore/nutriscore-a-points-table.html b/lang/pt_PT/texts/nutriscore/nutriscore-a-points-table.html index 139257d88bec..18f0516bf6fb 100644 --- a/lang/pt_PT/texts/nutriscore/nutriscore-a-points-table.html +++ b/lang/pt_PT/texts/nutriscore/nutriscore-a-points-table.html @@ -3,7 +3,7 @@ - + diff --git a/lang/pt_PT/texts/nutriscore/nutriscore-c-points-table.html b/lang/pt_PT/texts/nutriscore/nutriscore-c-points-table.html index 6b61e2d3f548..a00e5233b479 100644 --- a/lang/pt_PT/texts/nutriscore/nutriscore-c-points-table.html +++ b/lang/pt_PT/texts/nutriscore/nutriscore-c-points-table.html @@ -2,7 +2,7 @@ - + diff --git a/lang/pt_PT/texts/nutriscore/nutriscore-drinks-table.html b/lang/pt_PT/texts/nutriscore/nutriscore-drinks-table.html index 5aed9a631b91..9e7936dfeecb 100644 --- a/lang/pt_PT/texts/nutriscore/nutriscore-drinks-table.html +++ b/lang/pt_PT/texts/nutriscore/nutriscore-drinks-table.html @@ -4,7 +4,7 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/lang/pt_PT/texts/nutriscore/nutriscore-fat-adaptation-table.html b/lang/pt_PT/texts/nutriscore/nutriscore-fat-adaptation-table.html index a6ad08d1fa0a..921255a31ff7 100644 --- a/lang/pt_PT/texts/nutriscore/nutriscore-fat-adaptation-table.html +++ b/lang/pt_PT/texts/nutriscore/nutriscore-fat-adaptation-table.html @@ -2,7 +2,7 @@ - + @@ -46,7 +46,7 @@ - +

            Ainda tens um minuto para ler? 😉

            Alguns recursos adicionais

            Tu:

            • és um produtor? Descobre a nossa Plataforma Pro dedicada para te ajudar no teu percurso de transparência
            • estás interessado em cosméticos? Descubre o banco de dados Open Beauty Facts, cada vez maior
            • és um desenvolvedor? Junta-te a nós no Github para nos ajudares a melhorar as interfaces
            • és um tradutor? Ajuda a traduzir o Open Food Facts para o teu idioma pelo Crowdin

            🌱 Como podem escolhas alimentares informadas fazer a diferença?

            O que comemos é importante quando os alimentos representam 28% das emissões de C02, 70% do consumo de água potável e a maior parte do desperdício de embalagens do mundo. Cada refeição é uma oportunidade de ter um impacto positivo na nossa saúde e na do nosso planeta.

            🧡 A Open Food Facts é uma organização sem fins lucrativos e existe, em parte, +}

            Olá {{NAME}} e bem-vindo ao Open Food Facts!🔎🍊

            Obrigado por te juntares à nossa comunidade internacional de pessoas ansiosas por ver mais transparência na indústria alimentar, contribuindo para a maior base de dados alimentar aberta do mundo!

            Este é o teu nome de utilizador: {{USERID}}

            Inicia sessão no website para adicionar e editar produtos.

            📲 Também temos uma aplicação móvel de digitalização que podes gostar. É grátis, sem anúncios e privada.

            O Open Food Facts é um projeto colaborativo para o qual podes trazer muito mais do que novos produtos: a tua energia, entusiasmo e ideias!

            🌎 Para discutir projetos e te ligares à comunidade, junta-te a nós no nosso Slack ou no nosso Fórum.

            🙋🙋‍♀️Para te tornares um voluntário, inscreve-te na Conjunto de Competências do Colaborador (formulário de 4 minutos)!

            💫 Acompanha as novidades:

            Familiariza-te também com o Código de Conduta da nossa comunidade.

            Obrigado por te juntares à revolução alimentar e aguardamos com expetativa a tua contribuição! 🤳🥫

            #SimDigitalizamos

            Fica atento,

            A equipa do Open Food Facts

            https://openfoodfacts.org

            Ainda tens um minuto para ler? 😉

            Alguns recursos adicionais

            És:

            • um produtor? Descobre a nossa Plataforma Pro dedicada para te ajudar no teu percurso de transparência
            • interessado em cosméticos? Descubre a base de dados Open Beauty Facts em crescimento
            • um desenvolvedor? Junta-te a nós no Github para nos ajudares a melhorar as interfaces
            • um tradutor? Ajuda a traduzir o Open Food Facts para o teu idioma no Crowdin

            🌱 Como podem escolhas alimentares informadas fazer a diferença?

            O que comemos é importante quando os alimentos representam 28% das emissões de C02, 70% do consumo de água potável e a maior parte do desperdício de embalagens do mundo. Cada refeição é uma oportunidade de ter um impacto positivo na nossa saúde e na do nosso planeta.

            🧡 A Open Food Facts é uma organização sem fins lucrativos e existe, em parte, graças a doações. Se gostas do projeto, considera apoiá-lo com uma doação.

            \ No newline at end of file diff --git a/lang/pt_PT/texts/better-food-choices-for-a-better-health-lets-mobilize.html b/lang/pt_PT/texts/better-food-choices-for-a-better-health-lets-mobilize.html index e23548a82479..e95577143532 100644 --- a/lang/pt_PT/texts/better-food-choices-for-a-better-health-lets-mobilize.html +++ b/lang/pt_PT/texts/better-food-choices-for-a-better-health-lets-mobilize.html @@ -4,11 +4,11 @@
            - Uma alimentação melhor para uma saúde melhor: mobilizamos! Open Products Facts + Uma alimentação melhor para uma saúde melhor: mobilizamos! - Open Food Facts

            Apoie o desenvolvimento da aplicação móvel Open Food Facts para ajudá-lo a escolher a sua comida e melhorar a dieta de todos!


            Uma aplicação útil para si… mas também para todos!

            -

            Desde 2012, a aplicação Open Food Facts tem sido usada para digitalizar produtos alimentares, decifrar os seus rótulos, mas também participar na construção da maior base de dados de alimentos, de forma gratuita e aberta. A aplicação Open Food Facts para Android e iPhone evoluiu muito em 2018 (estamos a mostrar-lhe todas as novidades aqui e convidámo-lo para experimentar a nova versão!) . Temos muitas outras ideias para que a aplicação seja ainda mais prática, mais útil e, portanto, mais utilizada, para ajudar ainda mais pessoas a escolherem alimentos de melhor qualidade, e para continuar a aumentar a base de dados do Open Food Facts!

            +

            Desde 2012, a aplicação Open Food Facts tem sido usada para digitalizar produtos alimentares, decifrar os seus rótulos, mas também participar na construção da maior base de dados de alimentos, de forma gratuita e aberta. A aplicação Open Food Facts para Android e iPhone evoluiu muito em 2018 (estamos a mostrar-lhe todas as novidades aqui e convidámo-lo para experimentar a nova versão!) . Temos muitas outras ideias para que a aplicação seja ainda mais prática, mais útil e, portanto, mais utilizada, para ajudar ainda mais pessoas a escolherem alimentos de melhor qualidade, e para continuar a aumentar a base de dados do Open Food Facts!

            Para que será utilizado o dinheiro doado?

            O desenvolvimento da aplicação é de acesso público e amplamente fornecido por produtores voluntários (um grande obrigado a eles!). O dinheiro arrecadado permitirá a contratação de um programador freelancer para auxiliar na finalização da aplicação e no desenvolvimento de algumas funções. Graças a um subsídio da Public Health France e às suas doações no HelloAsso e Lilo, fomos capazes de contratar um programador freelancer durante algumas semanas que nos ajudou bastante na última versão. Este ano, a Public Health France renova o seu apoio e, graças às suas doações, poderemos de novo acelerar o desenvolvimento da aplicação!

            Funcionalidades no menu

            diff --git a/lang/pt_PT/texts/blog/pages/press-release-new-app.html b/lang/pt_PT/texts/blog/pages/press-release-new-app.html index fa70e49e4670..3fd5c32e0e52 100644 --- a/lang/pt_PT/texts/blog/pages/press-release-new-app.html +++ b/lang/pt_PT/texts/blog/pages/press-release-new-app.html @@ -33,14 +33,14 @@
            -

            Rastreabilidade de ingredientes é algo que não encontrará em nenhum outro lugar. Descubra de onde vieram os ingredientes quando conseguimos extrair esses dados da embalagem e qual a fábrica de processamento transformou o produto.

            +

            Rastreabilidade da fábrica e dos ingredientes é algo que não encontrará em nenhum outro lugar. Descubra de onde vieram os ingredientes quando conseguimos extrair esses dados da embalagem e qual a fábrica de processamento transformou o produto.

            -

            Uma digitalização contínua dos códigos de barras permite obter o Nutri-Score instantaneamente e descobrir se um produto é ultraprocessado (NOVA grupo 4). Isso significa que pode digitalizar vários produtos num corredor de um supermercado sem precisar de clicar num botão. Uma verdadeira economia de tempo ao fazer compras!

            +

            Uma digitalização contínua dos códigos de barras permite obter o Nutri-Score instantaneamente e descobrir se um produto é ultra-processado (NOVA grupo 4). Isso significa que pode digitalizar vários produtos num corredor de um supermercado sem precisar de clicar num botão. Uma verdadeira economia de tempo ao fazer compras!

            @@ -107,7 +107,7 @@

            O Open Food Facts tem 7 funcionários permanentes e uma grande comunidade internacional de voluntários. Por sorte, o projeto começou um ano antes do escândalo da carne de cavalo em alguns países europeus, mas a nossa primeira e principal conquista foi acompanhar o desenvolvimento da pontuação de 5 cores (agora conhecida como Nutri-Score) de 2015 e permitir a onda de aplicações de digitalização (as nossas, mas também as outras como Yuka, Foodvisor, graças aos dados abertos). Mais recentemente, começamos a abordar o impacto ambiental dos alimentos com o Eco-Score.

            2015: lançamento da pontuação de 5 cores (que viria a ser o Nutri-Score) no Open Food Facts.

            2017: 2 anos depois, o Nutri-Score é votado na lei de saúde francesa e gradualmente espalha-se por toda a Europa. 

            -

            2018: detecção de alimentos ultraprocessados e cálculo do grupo NOVA.

            +

            2018: detecção de alimentos ultra-processados e cálculo do grupo NOVA.

            2019: a Agência Nacional de Saúde Pública de França apoia o Open Food Facts pelo papel fundamental que desempenhou no Nutri-score.

            2021: lançamento do Eco-Score. O governo francês experimenta a rotulagem ambiental.

            2021: o Open Food Facts na COP26 em Glasgow para defender a rotulagem ambiental. Anunciamos a extensão do Eco-Score para mil milhões de consumidores e 50 países.

            diff --git a/lang/pt_PT/texts/code-of-conduct.html b/lang/pt_PT/texts/code-of-conduct.html index f44cb6b9fe92..5e9d94432fc5 100644 --- a/lang/pt_PT/texts/code-of-conduct.html +++ b/lang/pt_PT/texts/code-of-conduct.html @@ -5,7 +5,7 @@

            Código de conduta

            Regras

            -

            Nenhuma discriminação

            +

            Sem discriminação

            O Open Food Facts dedica-se a fornecer um ambiente livre de assédio para todos, independentemente de idade, sexo, orientação sexual, deficiência física, aparência, raça ou religião.

            @@ -13,11 +13,11 @@

            Sem assédio e sem ameaças

            Não toleraremos o assédio de participantes de qualquer forma ou qualquer coisa que ameace a segurança pessoal.

            -

            Não há exigências diretas aos colaboradores individuais

            +

            Sem exigências diretas aos colaboradores individuais

            -

            Todos os participantes e colaboradores do Open Food Facts são voluntários não remunerados que dedicam tempo e energia ao projeto. Leve isso em conta quando solicitar algo de um colaborador individual e aceitar respostas como "Não", "Agora não", "Talvez" e/ou "Não sei". Pressão repetida e/ou indevida para fazer um colaborador fazer algo ou responder será considerado como assédio.

            +

            Todos os participantes e colaboradores do Open Food Facts são voluntários não remunerados que dedicam tempo e energia ao projeto. Tenha isso em conta quando solicitar algo de um colaborador individual e aceitar respostas como "Não", "Agora não", "Talvez" e/ou "Não sei". Pressão repetida e/ou indevida para fazer um colaborador fazer algo ou responder será considerado como assédio.

            -

            Pedidos que possam gerar uma quantidade significativa de trabalho devem ser enviados para os administradores em contact@openfoodfacts.org e não para colaboradores individuais.

            +

            Os pedidos suscetíveis de gerar uma quantidade significativa de trabalho devem ser enviados aos administradores em contact@openfoodfacts.org e não a colaboradores individuais.

            Consequências de não respeitar o código de conduta

            @@ -33,7 +33,7 @@

            Reportar abuso

            Se acredita que alguém o/a está a assediar ou que de alguma forma violou este Código de conduta, entre em contacto connosco em abuse@openfoodfacts.org para nos enviar um relatório de abuso. Por favor inclua o máximo de detalhes possível. É mais fácil para nós resolver problemas quando temos mais contexto.

            -

            O Seu relatório será lido, tratado e respondido por Stéphane Gigandet (Presidente da Open Food Facts Association) e Florentin Raud (iniciador deste Código de conduta).

            +

            O seu relatório será lido, tratado e respondido por Stéphane Gigandet (Presidente da Open Food Facts Association) e Florentin Raud (iniciador deste Código de conduta).



            diff --git a/lang/pt_PT/texts/contact.html b/lang/pt_PT/texts/contact.html index fd2779279c26..36f2cb43d37a 100644 --- a/lang/pt_PT/texts/contact.html +++ b/lang/pt_PT/texts/contact.html @@ -1,14 +1,14 @@ -

            Entre em contacto com a equipa do Open Food Facts

            +

            Contactar a equipa do Open Food Facts

            Se tiver uma pergunta, comentário ou sugestão sobre o Open Food Facts, envie-nos um e-mail para contact@openfoodfacts.org.

            -

            We already have answered many common questions in our FAQ

            -FAQ (Frequently Asked Questions) +

            Já respondemos a muitas perguntas comuns nas nossas Perguntas Frequentes

            +Perguntas frequentes (FAQ)

            Se é produtor, envie-nos um e-mail para producers@openfoodfacts.org.

            Se é jornalista, envie-nos um e-mail para presse@openfoodfacts.org.

            -

            Por favor note que: o Open Food Facts é uma base de dados colaborativa de produtos alimentares, não vendemos nenhum produto e não temos ligações aos fabricantes. +

            Por favor note que o Open Food Facts é uma base de dados colaborativa de produtos alimentares, não vendemos nenhum produto e não temos ligações aos fabricantes. Para uma pergunta ou reclamação sobre um produto, deve escrever diretamente para o produtor (endereço no rótulo do produto).

            Também pode contactar-nos no X (antigo Twitter): @OpenFoodFacts

            diff --git a/lang/pt_PT/texts/contacts.html b/lang/pt_PT/texts/contacts.html index f6c88be49b57..8abe09d461f0 100644 --- a/lang/pt_PT/texts/contacts.html +++ b/lang/pt_PT/texts/contacts.html @@ -1,24 +1,24 @@

            Contactos de imprensa

            -

            We will be very happy to answer all the questions you may have, please e-mail us at press@openfoodfacts.org

            +

            Teremos todo o gosto em responder a todas as questões que possa ter. Envie-nos um e-mail para press@openfoodfacts.org

            Anca Luca

            Anca Luca

            -

            president of Open Food Facts NGO

            +

            presidente da ONG Open Food Facts

            Stéphane Gigandet

            Stéphane Gigandet

            -

            founder of the Open Food Facts association

            +

            fundador da associação Open Food Facts

            (+33) 6 88 96 17 49

            Pierre Slamich

            Pierre Slamich

            -

            co-founder of the Open Food Facts association

            +

            cofundador da associação Open Food Facts

            (+33) 6 02 13 14 57

            diff --git a/lang/pt_PT/texts/contribute-to-open-food-facts-by-playing.html b/lang/pt_PT/texts/contribute-to-open-food-facts-by-playing.html index b8c220461383..f53f04f4ce3b 100644 --- a/lang/pt_PT/texts/contribute-to-open-food-facts-by-playing.html +++ b/lang/pt_PT/texts/contribute-to-open-food-facts-by-playing.html @@ -17,13 +17,13 @@

            Contribuir para o Open Food Facts torna-se uma brincadeira

            Como funciona este jogo?

            -

            O jogo carrega aleatoriamente um produto do Open Food Facts que precisa de ser concluído. A interface é simples, permitindo que interaja respondendo uma pergunta sobre um atributo do produto por "Sim, Saltar ou Não" e obter mais informações do produto, se necessário.

            +

            O jogo carrega aleatoriamente um produto do Open Food Facts que precisa de ser concluído. A interface é simples, permitindo que interaja respondendo uma pergunta sobre um atributo do produto por "Sim, Ignorar ou Não" e obter mais informações do produto, se necessário.

            A interface é dividida em 3 partes:

            -
            Captura de ecrã de Jogos da Fome

            +
            Captura de ecrã dos Jogos da Fome

            1. A pergunta

            -

            Para responder à pergunta, clique numa das 3 opções (Sim/Não/Saltar) e o jogo irá automaticamente para o próximo produto.

            +

            Para responder à pergunta, clique numa das 3 opções (Sim/Não/Ignorar) e o jogo irá automaticamente para o próximo produto.

            No topo do ecrã estão 4 botões (filtros) permitindo que selecione o tipo de perguntas que deseja responder:

              @@ -34,20 +34,20 @@

              1.

            Pode ver abaixo:

              -
            1. Um campo de pesquisa, que permite que especifique qual a marca, etiqueta, categoria em que deseja trabalhar,
            2. -
            3. A questão a ser respondida, como 'Este produto corresponde ao valor indicado?"
            4. -
            5. uma foto do produto,
            6. +
            7. Um campo de pesquisa, que permite que especifique qual a marca, etiqueta, categoria em que deseja trabalhar;
            8. +
            9. A questão a ser respondida, como "Este produto corresponde ao valor indicado?"
            10. +
            11. Uma fotografia do produto;
            12. 3 botões para responder à pergunta.
            -

            Quando não tiver 100% de certeza da sua resposta, deve responder "Saltar"!Acima de tudo, não responda "Sim" ou "Não" se não tiver a certeza da sua escolha. +

            Quando não tiver 100% de certeza da sua resposta, deve responder "Ignorar"!Acima de tudo, não responda "Sim" ou "Não" se não tiver a certeza da sua escolha. Outra pessoa irá responder a esta questão mais tarde. Este jogo é, acima de tudo, colaborativo e visa contribuir de forma eficiente e qualitativa para os dados do Open Food Facts.

            2. Acesso à informação

            Se a resposta não estiver visível na imagem do produto, esta parte do ecrã permite que visualize as informações do produto. Pode clicar em:

            • Fotografias de produtos que pode ampliar,
            • -
            • O botão "Visualizar": fornece acesso à página do produto na versão Web do Open Food Facts,
            • +
            • O botão "Ver": fornece acesso à página do produto na versão Web do Open Food Facts,
            • O botão "Editar": permite-lhe editar o produto no Open Food Facts,.

            Esta última opção é útil quando o produto requer alterações adicionais.

            @@ -56,7 +56,7 @@

            3.
            • O número de produtos restantes a serem tratados (varia dependendo dos filtros aplicados),
            • O número de produtos anotados,
            • -
            • A história das últimas ações realizadas durante a sua sessão.
            • +
            • O histórico das últimas ações realizadas durante a sua sessão.

            diff --git a/lang/pt_PT/texts/contribute.html b/lang/pt_PT/texts/contribute.html index 2305abc07c86..0bdac1b07c93 100644 --- a/lang/pt_PT/texts/contribute.html +++ b/lang/pt_PT/texts/contribute.html @@ -40,7 +40,7 @@

            Faça parte da nossa base de dados colaborativa, livre e a

            Adicionar produtos

            -

            Use a nossa app deAndroid, iPhone ou Windows para escanear facilmente o código de barras de produtos na sua casa ou lojas locais e fazer enviar fotos das suas etiquetas.

            +

            Utilize a nossa aplicação Android, iPhone or Windows para digitalizar facilmente o código de barras de produtos da sua casa ou de lojas locais e carregar fotografias do respetivo rótulo.

            Sem telemóvel? Não há problema: também pode usar a sua máquina fotográfica para adicionar produtos diretamente no site.

            @@ -89,18 +89,18 @@

            Design

          • Desenvolvimento

            -

            Temos muito trabalho de desenvolvimento para fazer. On the Open Food Facts backend (Perl and MongoDB), API (JSON), web site (templatized HTML5, JS, Foundation), our Flutter mobile app for iOS and Android, but also to build new cool reuses etc. We have SDK projects in many programming languages to ensure anyone can reuse and contribute to Open Food Facts, in any language. Temos projetos em várias línguas de programação para garantir que todos possam reutilizar e contribuir ao Open Food Facts, em qualquer língua. Nós também temos um esforço crescente de Inteligência Artificial para simplificar o trabalho de contribuição. O nosso código encontra-se em GitHub. +

            Temos muito trabalho de desenvolvimento para fazer. No backend do Open Food Facts (Perl e MongoDB), na API (JSON), no sítio Web (HTML5, JS, Foundation), na nossa aplicação móvel Flutter para iOS e Android, mas também para criar novas reutilizações interessantes, etc. Temos projectos SDK em muitas linguagens de programação para garantir que qualquer pessoa possa reutilizar e contribuir para o Open Food Facts, em qualquer linguagem. Temos projetos em várias línguas de programação para garantir que todos possam reutilizar e contribuir para o Open Food Facts, em qualquer língua. Temos também um esforço crescente de Inteligência Artificial para simplificar o trabalho de contribuição. O nosso código encontra-se em GitHub.

          • Criar comunidades

            -

            Precisamos construir comunidades locais em todos os países e, ao mesmo tempo, uni-las globalmente.

            +

            Temos de construir comunidades locais em todos os países e, ao mesmo tempo, uni-las a nível mundial.

            É muito difícil iniciar uma comunidade local num país sem morar lá, por isso a sua ajuda para encontrar os primeiros participantes muito motivados é essencial. É um deles?

          • Comunicação

            Não temos certeza do que escrever aqui. Pode ajudar-nos?

            -

            Mais seriamente, há muitas coisas fantásticas que utilizadores, colaboradores e reutilizadores fazem com o Open Food Facts. Seriam bom cada vez mais pessoas saberem disto. Em particular, precisamos de ajuda para relações com a mídia.

            +

            Mais seriamente, há muitas coisas fantásticas que utilizadores, colaboradores e reutilizadores fazem com o Open Food Facts. Seriam bom cada vez mais pessoas saberem disto. Em particular, precisamos de ajuda para relações com os media.

          • Projetos especiais

            @@ -147,17 +147,17 @@

            Temos várias operações importantes em andamento, junte-
          • Operação Empacotamento

            Vamos pesar as embalagens dos alimentos comuns para descobrir quanto impacto causamos.

            -

            Como você pode ajudar como usuário do Open Food Facts, Como você pode ajudar como produtor, Pressione a página

            +

            Como pode ajudar como utilizador do Open Food Facts, Como pode ajudar como produtor, Página de imprensa

          • -

            Erro de qualidade dos dados

            -

            Temos um esforço de qualidade de dados que você pode juntar aqui. Nós reunimos mensalmente (mais detalhes na página da wikipedia).

            +

            Esforço de qualidade dos dados

            +

            Temos um esforço de qualidade dos dados em que você se pode juntar. Reunimos-nos mensalmente (mais detalhes na página da Wikipédia).

          • -

            Sua própria operação

            -

            Se você tem um tópico importante, é muito bem-vindo para organizar suas próprias operações. Entre em contato em contact@openfoodfacts.org

            +

            A sua própria operação

            +

            Se tem um tópico importante, é muito bem-vindo para organizar suas próprias operações. Contacte-nos em contact@openfoodfacts.org

          • diff --git a/lang/pt_PT/texts/data.html b/lang/pt_PT/texts/data.html index 26b305e0e9ac..16a966922cb8 100644 --- a/lang/pt_PT/texts/data.html +++ b/lang/pt_PT/texts/data.html @@ -1,13 +1,14 @@ -

            Dados

            +

            Condições de reutilização

            A base de dados do Open Food Facts está disponível sob a Licença Open Database.
            Os conteúdos individuais da base de dados estão disponíveis sob a Licença Database Contents.
            As imagens dos produtos estão disponíveis sob a Licença Creative Commons Atribuição-CompartilhaIgual. Estas podem conter elementos gráficos sujeitos a direitos de autor ou outros direitos, que em alguns casos podem ser reproduzidos (direitos de citação ou uso razoável/fair use).

            Por favor, leia os Termos e condições de uso e reutilização antes de reutilizar os dados.

            -

            Estamos muito interessados ​​em saber para que servem os dados do Open Food Facts. Não é obrigatório, mas gostaríamos muito que nos dissesse como reutiliza os nossos dados para que possamos partilhá-los com a comunidade do Open Food Facts.

            +

            Fale-nos da sua reutilização

            +

            Estamos muito interessados ​​em saber para que servem os dados do Open Food Facts. Não é obrigatório, mas gostaríamos muito que nos dissesse quais são as suas reutilizações para que as possamos partilhar com a comunidade do Open Food Facts. Também pode preencher este formulário para ter a oportunidade de ter a sua aplicação em destaque.

            Exportação de dados abertos do Open Food Facts

            @@ -18,7 +19,12 @@

            Exportação de dados abertos do Open Food FactsDump MongoDB

            Os dados de todos os produtos estão disponíveis num dump da base de dados MongoDB.

            - +
            Hiperligação
            https://static.openfoodfacts.org/data/openfoodfacts-mongodbdump.tar.gz
            @@ -28,18 +34,16 @@

            Dump MongoDB

            https://static.openfoodfacts.org/data/md5sum
            -

            Exportação delta

            +

            Exportações diárias de delta

            -

            Estão disponíveis as exportações diárias de delta dos últimos 14 dias. A lista de ficheiros delta atualmente disponíveis pode ser encontrada em https://static.openfoodfacts.org/data/delta/index.txt. - Cada linha representa um ficheiro que está disponível em https://static.openfoodfacts.org/data/delta/{filename}. - O nome do ficheiro contém o timestamp do UNIX da primeira e última alteração contida no ficheiro JSON, para que os ficheiros delta possam ser importados (após a extração) com mongoimport por ordem alfabética.

            +

            Estão disponíveis as exportações diárias de delta dos últimos 14 dias. A lista de ficheiros delta atualmente disponíveis pode ser consultada em https://static.openfoodfacts.org/data/delta/index.txt.

            +

            Cada linha representa um ficheiro que está disponível em https://static.openfoodfacts.org/data/delta/{filename}.

            +

            O nome do ficheiro contém o carimbo de data/hora UNIX da primeira e da última alteração contida no ficheiro JSON, para que os ficheiros delta possam ser importados (após a extração) com mongoimport em ordem alfabética.

            Por favor, note que, devido à natureza do mongoexport, os ficheiros delta não podem informá-lo sobre os produtos eliminados. Para remover produtos eliminados da sua base de dados, terá de importar o dump completo do MongoDB.

            -

            Exportação de dados JSONL

            -

            Toda a base de dados está também disponível no formato JSONL (por vezes chamado de LDJSON ou NDJSON), onde cada linha é um objeto JSON. - Representa os mesmos dados que a exportação MongoDB. O ficheiro é comprimido com gzip.

            +

            Toda a base de dados está também disponível no formato JSONL (por vezes chamado de LDJSON ou NDJSON), onde cada linha é um objeto JSON. Representa os mesmos dados que a exportação MongoDB. O ficheiro é comprimido com gzip.

            Hiperligação
            @@ -47,10 +51,8 @@

            Exportação de dados JSONL

            -

            Exportação de dados CSV

            - -

            Os dados de todos os produtos, ou alguns dos produtos, podem ser descarregados no formato CSV (legível com o OpenOffice, Excel e muitos outros programas) através do formulário de pesquisa avançada.

            +

            Os dados relativos a todos os produtos, ou a alguns dos produtos, podem ser descarregados no formato CSV (legível com o LibreOffice, o Excel e muitos outros programas de folha de cálculo) através do formulário de pesquisa avançada.

            Hiperligações
            @@ -60,11 +62,8 @@

            Exportação de dados CSV

            A codificação do ficheiro é Unicode UTF-8. O caractere que separa os campos é <tab> (tabulação).

            - -

            Exportação de dados RDF

            - -

            A base de dados também está disponível no formato RDF. anúncio em francês.

            +

            A base de dados também está disponível no formato RDF. Pode ler o anúncio em francês.

            Hiperligação
            @@ -72,56 +71,53 @@

            Exportação de dados RDF

            Exportação de imagens

            +

            Todas as imagens e resultados de OCR podem ser descarregados do nosso servidor ou do AWS (através do Programa de Dados Abertos do AWS). Consulte a nossa documentação para saber mais sobre como descarregar imagens.

            -

            Todas as imagens e resultados de OCR podem ser descarregados do nosso servidor ou da AWS (através do Programa de Dados Abertos AWS). Consulte a nossa documentação para saber mais sobre a transferência de imagens.

            -

            API JSON e XML ao vivo

            + +

            Documentação OpenAPI para a API JSON

            Também está disponível uma API JSON para ler os dados de um produto. Essa API é usada em particular na aplicação móvel Open Food Facts para iPhone e Android.

            -

            Atualizamos a API periodicamente, mas garantimos a compatibilidade com versões anteriores. Por favor, contacte-nos se a utilizar, para o informarmos de eventuais alterações.

            +

            Atualizamos a API periodicamente, mas garantimos a compatibilidade com versões anteriores. Por favor entre em contacto se o utilizar, para que possamos informá-lo sobre eventuais alterações.

            URL para ler os dados de um produto: https://world.openfoodfacts.org/api/v2/product/[barcode].json

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.json

            -

            Também pode obter o resultado em XML utilizando .xml

            -

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +

            Note-se que se a saída for demasiado grande, pode filtrá-la - tal como descrito na documentação da API.

            +

            Procura-se ajuda OpenAPI

            +Estamos ansiosos para finalizar a documentação da API, adicionar casos de utilização e automatizar a geração do SDK. Se é um conhecedor de OpenAPI, será muito bem-vindo para ajudar. +

            Pode usar a API para casos de produção, desde que 1 chamada de API = 1 varredura real de um utilizador. Qualquer tentativa de sobrecarregar a base de dados pela API provavelmente será bloqueada, pois as exportações completas diárias estão disponíveis nesta página.

            Além disso, enviar um cabeçalho HTTP com a sua chamada de API é uma boa maneira de entrarmos em contacto, caso haja qualquer problema.

            Se tiver dúvidas sobre qualquer coisa, ou se tiver alguma pergunta (não há perguntas disparatadas), sinta-se à vontade para a fazer no canal #api no Slack :-)

            -

            Aplicação para aparelhos móveis Android e iPhone

            - -

            O código da aplicação Open Food Facts para telemóveis está disponível no GitHub (Flutter, Android e iOS). -A aplicação permite ao utilizador ler o código de barras de produtos, visualizar as informações sobre produtos e tirar e enviar fotografias e dados de produtos em falta.

            +

            API XML experimental

            +

            Também pode obter o resultado em XML utilizando .xml

            +

            Exemplo: https://world.openfoodfacts.org/api/v2/product/737628064502.xml

            +Esta API não é mantida ativamente e não está oficialmente documentada. -

            A aplicação para iOS é desenvolvida no Swift.

            -

            A aplicação para Android é desenvolvida em Kotlin.

            -

            A nova aplicação multiplataforma é do tipo Dart/Flutter.

            -

            Está convidado a reutilizar o código (é open source) e nos ajudar a melhorá-lo, para todos, no planeta inteiro.

            Wrappers e SDKs

            -

            Provavelmente temos um wrapper para sua linguagem de programação favorita. Se o fizermos, pode usá-lo e melhorá-lo. Se não o fizermos, pode ajudar a criá-lo.

            -

            Permitem que consuma dados e que os utilizadores contribuam com novos dados

            +

            Provavelmente temos um wrapper para sua linguagem de programação favorita. Se o tivermos, pode usá-lo e melhorá-lo. Se não o tivermos, pode ajudar a criá-lo.

            +

            Estes permitem que consuma dados e que os utilizadores contribuam com novos dados

            -

            Princípios gerais

            +

            Princípios gerais para deixar seus utilizadores satisfeitos

            • Pode pesquisar informações sobre produtos, incluindo muitos valores calculados úteis.
            • Se não puder obter informações sobre um produto específico, pode fazer com que seu utilizador envie fotografias e dados, que então serão processados pelo Open Food Facts AI e colaboradores para obter o resultado calculado que deseja mostrar.
            • @@ -131,38 +127,51 @@

              Princípios gerais

              Se os seus utilizadores não esperam resultados imediatamente (por ex. aplicações de inventário)

              • Envie fotografias (frente/nutrição/ingredientes): o mais fácil para os seus utilizadores
              • -
              • O Open Food Facts AI Robotoff irá gerar alguns dados derivados das fotografias
              • +
              • O Open Food Facts AI - Robotoff - irá gerar alguns dados derivados das fotografias
              • Ao longo do tempo as outras aplicações e a comunidade do Open Food Facts preencherão as lacunas de dados

              Se os seus utilizadores esperam imediatamente um resultado (por exemplo, aplicações de nutrição)

                -
              • Envie informações nutricionais + categoria > obtém o Nutri-Score
              • -
              • Envie os ingredientes > obtém o grupo NOVA (sobre o ultraprocessamento de alimentos), aditivos, alérgenos, ingredientes normalizados, vegan, vegetariano…
              • -
              • Envie a categoria + rótulos > em breve obtém o Eco-Score (sobre o impacto ambiental)
              • +
              • Enviar informações nutricionais + categoria > obtém-se o Nutri-Score
              • +
              • Enviar os ingredientes > obtém-se o grupo NOVA (sobre o ultra-processamento de alimentos), aditivos, alergénios, ingredientes normalizados, vegan, vegetariano…
              • +
              • Enviar a categoria + rótulos > em breve obtém o Eco-Score (sobre o impacto ambiental)
              +

              Aplicação móvel Android / iPhone / Flutter

              + +

              O código para as aplicações móveis oficiais do Open Food Facts está disponível no GitHub + Flutter + Kotlin Android + Swift iOS + +

              Pretendemos transformar as bases de código Kotlin e Swift obsoletas em SDKs Kotlin e Swift. Toda a ajuda é bem-vinda :-)

              +

              A aplicação permite ao utilizador ler o código de barras de produtos, visualizar as informações sobre produtos e tirar e enviar fotografias e dados de produtos em falta.

              + +

              Está convidado a reutilizar o código (é open source) e nos ajudar a melhorá-lo, para todos, no planeta inteiro.

              + +

              SDKs

              + +

              Sobre dados, API e exportações

              -

              Pode inscrever-se na sala de conversação do Slack Open Food Facts, que é a maneira fácil de fazer perguntas e falar sobre a API.

              -

              Pode abrir um tópico no nosso repositório de documentação da API - -

              Contacto

              - -

              Para qualquer pergunta sobre os dados, entre em contacto connosco pelo e-mail contact@openfoodfacts.org +

              Pode consultar as perguntas frequentes comuns sobre a API e exportações de dados e as perguntas frequentes do Open Food Facts

              +

              Pode na sala de conversação do Open Food Facts Slack que é a forma preferida de fazer perguntas e discutir sobre a API. Por favor coloque as suas questões no canal #api

              +

              Pode abrir um tópico no nosso repositório de documentação da API +

              Para qualquer dúvida sobre os dados, pode contactar-nos em reuse@openfoodfacts.org diff --git a/lang/pt_PT/texts/dev-artificial-intelligence.html b/lang/pt_PT/texts/dev-artificial-intelligence.html index 4d786e31b8f1..0742b12a7b61 100644 --- a/lang/pt_PT/texts/dev-artificial-intelligence.html +++ b/lang/pt_PT/texts/dev-artificial-intelligence.html @@ -4,7 +4,7 @@

              Inteligência Artificial

              -

              Pode ter já visto o slogan "Usamos a inteligência artificial para o bem". Nós usamos a IA para alimentos. :-) Colaboradores humanos e robôs colaboram para melhorar a transparência alimentar +

              Pode ter já visto o slogan "Usamos a inteligência artificial para o bem". Usamos a IA para alimentos. :-) Colaboradores humanos e robôs colaboram para melhorar a transparência alimentar

              @@ -66,7 +66,7 @@

              Porquê Open Food Facts?

              -

              E depois?

              +

              O que se segue?

              Reconhecendo os sinais de reciclagem, descobrindo novas marcas e logótipos, descobrindo novas categorias de alimentos através de agrupamentos… há muitas ideias à espera de alguém para realizá-las :-)

              @@ -92,9 +92,9 @@

              Making an impact

              -

              Junte-se à equipa do IA no Slack e no GitHub

              +

              Junte-se à equipa da IA no Slack e no GitHub

              - Sincronizámo-nos no Slack e no GitHub. Participe na conversa com o slack do Open Food Facts (pode convidar-se a si próprio) e no repositório openfoodfacts-ai em GitHub. + Sincronizámo-nos no Slack e no GitHub. Participe na conversa no slack do Open Food Facts (pode convidar-se a si próprio) e no repositório openfoodfacts-ai no GitHub.

              diff --git a/lang/pt_PT/texts/dev-general.html b/lang/pt_PT/texts/dev-general.html index 00cf9bce0a27..7b2d5ccaaeac 100644 --- a/lang/pt_PT/texts/dev-general.html +++ b/lang/pt_PT/texts/dev-general.html @@ -11,14 +11,14 @@

              Tenha um impacto na acessibilidade para todos

              Garanta que o Open Food Facts esteja disponível em todo o mundo

              - Tomar decisões alimentares informadas é um direito universal. Ajude-nos a fazer o Open Food Facts funcionar bem na maior quantidade de países e idiomas possível, adaptando o software às especificidades do seu país (ou de outros) e de todos os sistemas de escrita. + Tomar decisões alimentares informadas é um direito universal. Ajude-nos a fazer com que o Open Food Facts funcione bem no maior número possível de países e línguas, adaptando o software às especificidades do seu país (ou de outros) e a todos os sistemas de escrita.

              Um bolo com cada sobremesa de Android

              Causando um impacto

              -

              Serão enviados novos recursos a mais de 0,5 milhões de utilizadores. Colaboramos para garantir que eles funcionem para todos, que não causem acidentes e, em seguida, os enviem o mais rápido possível, na maior quantidade de idiomas possível. +

              Serão enviados novos recursos a mais de 0,5 milhões de utilizadores. Em colaboração, garantimos que funcionam para todos, que não têm falhas, e depois enviamo-los o mais rapidamente possível, no maior número de línguas possível.

          • @@ -30,7 +30,7 @@

            Causando um impacto

            Logotipo do "Summer of Code"

            Summer Of Code do Google

            - Gostaria de orientar os alunos fazendo parte do Summer of Code do Google e se tornar um programador melhor ao mesmo tempo? + Gostaria de ser mentor de estudantes no âmbito do Summer of Code da Google e, ao mesmo tempo, tornar-se um programador melhor? Gostaria de ter uma das melhores oportunidades de verão disponíveis no mundo e causar um impacto duradouro no sistema alimentar?

            @@ -45,7 +45,7 @@

            Season of Docs do Google

            - Procuram-se codificadores para Open Food Facts + Procuram-se codificadores para o Open Food Facts

            Procuram-se programadores

            Todas as equipas de engenharia voluntária do Open Food Facts estão a esperar por si para embarcar e fazer a sua primeira solicitação. Um bug pequeno não existe, e os seus commits causarão um grande impacto apenas dentro de dias, não semanas. diff --git a/lang/pt_PT/texts/dev-ios.html b/lang/pt_PT/texts/dev-ios.html index 4ac0f28bd133..db33f799d0e8 100644 --- a/lang/pt_PT/texts/dev-ios.html +++ b/lang/pt_PT/texts/dev-ios.html @@ -4,8 +4,8 @@

            -

            Uma Maçã por Dia

            -

            Maçã significa fibras, vitaminas e tem o Nutri-Score A. Dito isto, esforçamo-nos para obter uma melhor experiência na classe, livre de erros, que funcione bem em todos os dispositivos iPhone e iPad, e degrada graciosamente os legados que ainda estão a ser usados. +

            Uma maçã por dia

            +

            A maçã é sinónimo de fibras, vitaminas e tem uma pontuação NutriScore A. Dito isto, esforçamo-nos por obter a melhor experiência possível, sem erros, que funcione bem em todos os dispositivos iPhone e iPad e que se degrade graciosamente nos dispositivos antigos que ainda estão a ser utilizados.

            diff --git a/lang/pt_PT/texts/dev-server.html b/lang/pt_PT/texts/dev-server.html index 99a5018d2db0..bfac3f23e6c8 100644 --- a/lang/pt_PT/texts/dev-server.html +++ b/lang/pt_PT/texts/dev-server.html @@ -3,21 +3,21 @@

            A inteligência por trás das aplicações e API do Open Food Facts

            - O Open Food Facts recolhe dados usando uma API WRITE, processa-os e torna-os disponíveis usando uma API READ e uma versão da web. Computando os grupos Nutri-Score, NOVA, extraindo aditivos, independentemente do seu idioma, sinónimos ou possíveis erros de ortografia. Esta é apenas uma pequena fração dos tópicos abordados pela equipa do servidor, para garantir a transparência dos alimentos em escala planetária. + O Open Food Facts recolhe dados usando uma API WRITE, processa-os e torna-os disponíveis usando uma API READ e uma versão da web. Calculando o Nutri-Score, grupos NOVA, extraindo aditivos, independentemente da sua língua, sinónimos ou potenciais erros ortográficos. Esta é apenas uma pequena fração dos tópicos abordados pela equipa do servidor, para garantir a transparência dos alimentos à escala planetária.

            -

            Contribua para o Núcleo a usar Perl

            -

            Quer aprender um novo idioma? O servidor é principalmente programado em Perl. Se é viciado em Perl ou acabou de tocar no Perl para tarefas sys-admin, há um bug do seu tamanho e mentores para guiá-lo. E também mais de uma maneira de fazer isso ;-) +

            Contribuir para o Core usando Perl

            +

            Quer aprender um novo idioma? O servidor é programado na maioria em Perl. Se é viciado em Perl ou acabou de tocar no Perl para tarefas sys-admin, há um bug do seu tamanho e mentores para guiá-lo. E também mais de uma maneira de fazer isso ;-)

            Crie ferramentas úteis em qualquer idioma

            -

            HungerGames é o exemplo de um pequeno jogo programado em reação que tem um impacto positivo no Open Food Facts. O LanguageSwitcher, outra ferramenta, é programado em Python. A sua ferramenta, o seu idioma (por favor, evite o Assembler ;-) +

            Os Jogos da Fome (Hunger Games) é o exemplo de um pequeno jogo programado em React que tem um impacto positivo no Open Food Facts. O LanguageSwitcher, outra ferramenta, é programado em Python. A sua ferramenta, o seu idioma (por favor, evite o Assembler ;-)

            diff --git a/lang/pt_PT/texts/discover.html b/lang/pt_PT/texts/discover.html index 923bfd08b14c..16be8a0b64db 100644 --- a/lang/pt_PT/texts/discover.html +++ b/lang/pt_PT/texts/discover.html @@ -6,7 +6,7 @@

            Open Food Facts

            -

            A base de dados gratuita de produtos alimentares.

            +

            A base de dados livre sobre produtos alimentares.

            Diz-me o que comes e eu digo-te o que és. Jean Anthelme Brillat-Savarin - 1825
            @@ -26,7 +26,7 @@

            Faça parte da nossa base de dados colaborativa, livre e a
            Uma base de dados de produtos alimentares

            Uma base de dados de produtos alimentares

            -

            O Open Food Facts é uma base de dados de produtos alimentares com ingredientes, alérgenos, informações nutricionais e todos os fragmentos de informações que podemos encontrar nos rótulos dos produtos. +

            O Open Food Facts é uma base de dados de produtos alimentares com ingredientes, alergénios, informações nutricionais e todos os fragmentos de informações que podemos encontrar nos rótulos dos produtos.

            @@ -34,7 +34,7 @@

            Uma base de dados de produtos alimentares

            Feito por todos - Crowdsourcing

            Feito por todos

            A Open Food Facts é uma associação sem fins lucrativos de voluntários.

            -

            Mais de 100.000 colaboradores como você adicionou 3 000 000 produtos de 150 países usando a nossa app de Android,iPhone, ou Windows, ou a câmara deles para digitalizar códigos de barras e enviar fotos de produtos e os seus rótulos. +

            Mais de 100 mil colaboradores como você adicionaram 3 milhões produtos de 150 países usando a nossa aplicação em Android,iPhone ou Windows ou una câmara fotográfica para digitalizar códigos de barras e enviar fotografias de produtos e os seus rótulos.

            @@ -59,7 +59,7 @@

            Conhecimento é poder. Conhecimento alimentar é poder par
          • Descodifique rótulos

            Descodifique rótulos

            -

            Aditivos alimentares com números E, alérgenos, códigos de embalagem... O Open Food Facts ajuda a entender as letras miúdas dos rótulos dos produtos. +

            Aditivos cosméticos, códigos FIL, números CI, alergénios, códigos de embalagem... O Open Food Facts ajuda a entender as letras miúdas dos rótulos dos produtos.

            Classificação nutricional

            Também classificamos a qualidade nutricional de cada produto.

            @@ -82,7 +82,7 @@

            Compare e mude

          • Origens dos ingredientes dos produtos do comércio justo

            Explore e descubra

            -

            Curioso sobre comida? Explore os produtos por facetas, como marcas, categorias, rótulos, origens dos ingredientes etc. Explore os produtos por facetas, como marcas, categorias, rótulos, origens dos ingredientes etc. As facetas podem ser combinadas para descobrir novas perspetivas, por exemplo, para mapear as origens de ingredientes que têm o rótulo de comércio justo. Explore os produtos por facetas, como marcas, categorias, rótulos, origens dos ingredientes etc. As facetas podem ser combinadas para descobrir novas perspetivas, por exemplo, para mapear as origens de ingredientes que têm o rótulo de comércio justo.

            +

            Curioso sobre comida? Explore os produtos por facetas, como marcas, categorias, rótulos, origens dos ingredientes etc. As facetas podem ser combinadas para descobrir novas perspetivas, por exemplo, para mapear as origens de ingredientes que têm o rótulo de comércio justo.

          • diff --git a/lang/pt_PT/texts/eco-score-the-environmental-impact-of-food-products.html b/lang/pt_PT/texts/eco-score-the-environmental-impact-of-food-products.html index a49d48d2df57..cd7d8fa184a4 100644 --- a/lang/pt_PT/texts/eco-score-the-environmental-impact-of-food-products.html +++ b/lang/pt_PT/texts/eco-score-the-environmental-impact-of-food-products.html @@ -16,7 +16,7 @@

            Eco-Score: o impacto ambiental dos produtos alimentares

            -

            Por quê uma pontuação ambiental?

            +

            Porquê uma pontuação ambiental?

            Cada vez mais consumidores estão preocupados com o impacto que a sua comida possa ter não só na sua saúde, mas também na saúde do planeta. Graças ao Nutri-Score, é agora mais fácil ter em conta a qualidade nutricional dos produtos no momento da compra, mas também muito difícil, se não impossível, comparar a sua pegada ambiental.

            É urgente fornecer aos consumidores informações claras sobre esta pegada ambiental, para que possam facilmente e rapidamente compará-la com vários produtos. Isto é o que a pontuação ambiental Eco-Score permite.

            @@ -63,7 +63,7 @@

            A pontuação de referência: análise do ciclo de vida (LCA) com dados da b

            Avaliação do ciclo de vida (LCA)

            -

            A análise do ciclo de vida é um método de avaliação normalizado para efetuar uma avaliação ambiental em várias fases e com vários critérios:

            +

            A avaliação do ciclo de vida é um método de avaliação normalizado para efetuar uma avaliação ambiental em várias fases e com vários critérios:

            diff --git a/lang/pt_PT/texts/education.html b/lang/pt_PT/texts/education.html index a74a997d2de3..c457ed647e8f 100644 --- a/lang/pt_PT/texts/education.html +++ b/lang/pt_PT/texts/education.html @@ -1,9 +1,9 @@

            Alimento para o pensamento e a educação

            -

            Os educadores adoram reutilizar os nossos dados e aplicações para envolver o público em nutrição ou noutros tópicos (como aprender a codificar).

            -

            A educação é um dos pilares principais do Open Food Facts. Os educadores adoram reutilizar os nossos dados e aplicações para envolver o público em nutrição ou noutros tópicos (como aprender a codificar). Os educadores adoram reutilizar os nossos dados e aplicações para envolver o público em nutrição ou noutros tópicos (como aprender a codificar).

            -

            Se estiver a usar o Open Food Facts como parte de um projeto educacional, informe-nos em contact@openfoodfacts.org +

            Os educadores adoram reutilizar os nossos dados e aplicações para envolver o público na nutrição ou noutros tópicos (como aprender a programar).

            +

            A educação é um dos pilares principais do Open Food Facts. Os educadores adoram reutilizar os nossos dados e aplicações para envolver o público na nutrição ou noutros tópicos (como aprender a programar). Também gostamos de colaborar com os educadores para ver o que podem inventar e como os podemos ajudar.

            +

            Se estiver a utilizar o Open Food Facts como parte de um projeto educativo, informe-nos em contact@openfoodfacts.org

            @@ -17,7 +17,7 @@

            Ensinar alunos a programar

            Programação com Open Food Facts e Simplon

            Ensinar alunos a programar

            -

            Simplon está a oferecer oportunidades económicas para todos, treinando-os para a tecnologia. Eles usam o Open Food Facts para ensinar aos alunos como codificar um projeto divertido para obter mais informações sobre a sua comida. +

            Simplon está a oferecer oportunidades económicas para todos, treinando-os para a tecnologia. Eles usam o Open Food Facts para ensinar aos alunos como programar um projeto divertido para obter mais informações sobre a sua comida.

            @@ -30,7 +30,7 @@

            Treinando a próxima geração de cientistas de dados

            #NutriScoreYourVendingMachine -

            Discutindo problemas de nutrição em lugares incomuns

            +

            Levantar questões de nutrição em locais pouco comuns

            Existem máquinas de venda automática em escolas, hospitais, serviços públicos, no trabalho. Geralmente não há outra opção, e os produtos propostos são questionáveis. E se aumentássemos a realidade e provocássemos um debate no Twitter sobrepondo o Nutri-Score? #NutriScoreYourVendingMachine

            @@ -51,7 +51,7 @@

            Envolver todos os públicos

            -

            Combater a influência do lobby ajudando a criar kits escolares baseados na ciência

            +

            Combater a influência dos lóbis ajudando a criar kits escolares baseados na ciência

            Os kits de ferramentas educacionais não devem ser escritos por CEDUS ou CNIEL, mas por organizações científicas públicas.

            @@ -59,7 +59,7 @@

            Combater a influência do lobby ajudando a criar kits escolares baseados na

            Quanto açúcar?

            - Consegue adivinhar a quantidade equivalente de cubos de açúcar na sua comida? Consegue adivinhar a quantidade equivalente de cubos de açúcar na sua comida? + Consegue adivinhar a quantidade equivalente de cubos de açúcar na sua comida? Experimente Quanto açúcar? para descobrir.

            diff --git a/lang/pt_PT/texts/faq.html b/lang/pt_PT/texts/faq.html index 6edbb80cb020..de8c150cd719 100644 --- a/lang/pt_PT/texts/faq.html +++ b/lang/pt_PT/texts/faq.html @@ -1,6 +1,6 @@

            Perguntas Frequentes

            -

            Algumas respostas às perguntas mais frequentes. Se sua pergunta e sua resposta não estão listadas abaixo, pode enviar um e-mail para contact@openfoodfacts.org ou através do Fórum de Ideias.

            +

            Aqui estão algumas respostas às perguntas mais frequentes. Se tiver outra pergunta, envie-a por correio eletrónico para contact@openfoodfacts.org

              @@ -26,7 +26,7 @@

              As informações e dados sobre produtos são verifica

              As informações e os dados são enviados pelos colaboradores do Open Food Facts. Os colaboradores também enviam fotografias dos produtos, etiquetas, listas de ingredientes e tabela de dados nutricionais. Em caso de dúvida, os visitantes podem verificar a precisão por si mesmos e, se houver um erro, eles poderão corrigi-lo.

              -

              Para detetar erros potenciais com mais facilidade, vamos adicionar progressivamente verificações automatizadas. por exemplo, se os ingredientes de um produto são muito diferentes dos produtos da mesma categoria, isso pode ser um erro. Se os nutrientes somarem mais de 100%, é definitivamente um erro.

              +

              Para detetar erros potenciais com mais facilidade, vamos adicionar progressivamente verificações automatizadas. por exemplo, se as informações nutricionais de um produto são muito diferentes dos produtos da mesma categoria, isso pode ser um erro. Se a soma dos nutrientes for superior a 100%, trata-se definitivamente de um erro.

              Finalmente, muitos produtores enviam-nos fotografias e dados sobre os seus produtos usando a nossa Plataforma de Produtores. Se é um produtor, por favor contacte-nos

              @@ -42,7 +42,7 @@

              Sou um fabricante de produtos alimentares, posso adi

              Sim! A única condição é aceitar que os dados e as imagens sejam disponibilizados sob uma licença aberta. (veja os Termos de contribuição)

              -

              Criámos uma plataforma gratuita para que possa importar facilmente fotos e dados dos seus produtos, independentemente da sua dimensão. +

              Criámos uma plataforma gratuita para que possa importar facilmente fotografias e dados dos seus produtos, independentemente da sua dimensão. Permitirá importar dados completos e atualizados e visuais para o Open Food Facts que serão visíveis em mais de 100 outras aplicações nutricionais. Adicionalmente, a plataforma oferece sugestões para melhorar o Nutri-Score dos seus produtos. Entre em contacto connosco para averiguarmos como poderemos prosseguir: produtoras @openfoodfacts.org

              @@ -52,7 +52,7 @@

              Qual é a diferença com outros sites, s

              A diferença principal para nós é uma crítica: os nossos dados estão disponíveis gratuitamente para todos e para todas as utilizações. É o que chamamos dados abertos.

              -

              Quase todos os outros sites, serviços e aplicações proíbem que outros reproduzam e reutilizem os seus dados. Muito pelo contrário, o invejosos guardam tudo para si. Em quase todos os casos +

              Quase todos os outros sites, serviços e aplicações proíbem que outros reproduzam e reutilizem os seus dados. Muito pelo contrário, guardam-nos ciosamente para eles mesmos. Em quase todos os casos os seus termos de serviço proíbem explicitamente qualquer uso não-pessoal e qualquer extração de todos os dados ou partes dos dados.

              Consideramos que a informação sobre produtos alimentares é importante e demasiado útil para mantê-la trancada num cofre. Por isso, quando iniciamos o projeto Open Food Facts e a aplicação móvel, em 2012, decidimos fazer exatamente o contrário: não só permitimos o uso e a reutilização da nossa base de dados, livre e sem tarifas, @@ -66,11 +66,11 @@

              Qual é a diferença com outros sites, s

              Qual é o modelo económico do Open Food Facts

              Os colaboradores são voluntários. As suas contribuições são reunidas numa base de dados aberta que pode ser utilizada por todos e para todas as utilizações. -(veja os Termos de reutilização)

              +(veja os Termos de reutilização)

              Todos (incluindo, entre outros, os colaboradores e criadores do Open Food Facts) podem, assim redistribuir e/ou reutilizar os dados para criar sites, serviços, programas informáticos, aplicações móveis ou para escrever artigos e estudos. Eles podem disponibilizar gratuitamente o trabalho resultante ou vender ou gerar receitas (por exemplo, com anúncios), desde que respeitem os termos de reutilização.

              -

              Somos também estritamente independentes da indústria alimentar, e todos os serviços e software que construímos são gratuitos. Por exemplo, a nossa Plataforma de Produtores é totalmente gratuita, +

              Somos também estritamente independentes da indústria alimentar e todos os serviços e software que criamos são gratuitos. Por exemplo, a nossa Plataforma de Produtores é totalmente gratuita, e estamos ainda mais satisfeitos com isso, porque achamos que pode ajudá-los a melhorar os seus produtos. diff --git a/lang/pt_PT/texts/help-complete-products.html b/lang/pt_PT/texts/help-complete-products.html index 6fad8ff8ce4b..982c8042871d 100644 --- a/lang/pt_PT/texts/help-complete-products.html +++ b/lang/pt_PT/texts/help-complete-products.html @@ -37,7 +37,7 @@

              Precisamos de si!

              Precisamos da sua ajuda para tirar o máximo partido das fotografias e dados do produto que já temos no Open Food Facts.

              -

              Veja aqui como nos pode ajudar:

              +

              Como pode ajudar-nos:

              @@ -53,7 +53,7 @@

              Veja aqui como nos pode ajudar:

            • Preencha os detalhes básicos, como o nome do produto, marca e quantidade
            • Selecione uma categoria para o produto
            • Selecione e recorte a fotografia com a lista de ingredientes e a tabela de informação nutricional.
            • -
            • Use o reconhecimento automático de texto para os ingredientes e corrija a ortografia se o computador tiver problemas para extrair todos.
            • +
            • Utilize o reconhecimento automático de texto para os ingredientes e corrija a ortografia se o computador tiver dificuldade em extrair todos eles.
            • Preencha as informações nutricionais para que possamos calcular o Nutri-Score.
            @@ -64,7 +64,7 @@

            Veja aqui como nos pode ajudar:

            A extração dos ingredientes leva apenas alguns segundos:

            -Análise dos ingredientes +Análise do ingrediente

            diff --git a/lang/pt_PT/texts/how-to-add-a-product.html b/lang/pt_PT/texts/how-to-add-a-product.html index 2ecdb3386735..d6afda6361ef 100644 --- a/lang/pt_PT/texts/how-to-add-a-product.html +++ b/lang/pt_PT/texts/how-to-add-a-product.html @@ -4,9 +4,9 @@

            Como posso adicionar um produto?

            O Open Food Facts é um projeto colaborativo no qual cada cidadão pode contribuir adicionando ou completando informações sobre o produto.

            -

            Tentamos oferecer a interface mais amigável para facilitar e agilizar a adição de produtos. Aqui estão algumas imagens com cada etapa envolvida na adição de um produto (com alguns truques para ir mais rápido).

            +

            Tentamos oferecer a interface mais fácil de utilizar para que seja fácil e rápido adicionar produtos. Aqui estão algumas imagens com cada fase envolvida na adição de um produto (com alguns truques para ser mais rápido).

            -

            Primeiro de tudo, registe-se em Open Food Facts e inicie a sessão.

            +

            Em primeiro lugar, registe-se no Open Food Facts e autentique-se.

            Se ainda não estiver pronto, pode registar-se em 30 segundos.

            @@ -16,24 +16,24 @@

            Tire fotografias do produto

            1. O código de barras
            2. -
            3. A vista principal do produto: é melhor colocá-lo deitado numa superfície branca (uma folha de papel) e tirar a foto na vertical
            4. +
            5. A face principal do produto: é melhor colocá-lo deitado numa superfície branca (uma folha de papel) e tirar a fotografia na vertical
            6. A lista de ingredientes
            7. -
            8. A composição nutricional
            9. +
            10. A informação nutricional
            -Tire uma foto do produto, se possível num fundo branco +Tire uma fotografia do produto, se possível num fundo branco

            Algumas dicas sobre como tirar fotografias:

            1. Tire fotografias na vertical ou horizontal, pode recortá-las mais tarde no site.
            2. Respeite a proporção do produto.
            3. -
            4. Quanto mais a imagem estiver focada, com menos sombras e reflexos, mais útil será a foto para extrair a informação.
            5. +
            6. Quanto mais a imagem estiver focada, com menos sombras e reflexos, mais útil será a fotografia para extrair a informação.
            7. Não "retoque" as fotografias num programa de edição de imagens antes de enviá-las para o site (redimensionamento, recorte, balanço de brancos, etc.). Tudo isso será feito diretamente no site.

            Adicione o produto

            -

            Encontre o botão "Adicionar um produto" na coluna da direita.

            +

            Encontrará um botão "Adicionar um produto" na coluna do lado direito.

            Adicione um produto enviando uma imagem com um código de barras ou digitando o código de barras @@ -44,7 +44,7 @@

            Adicione o produto

            -

            Informação para utilizadores do Chrome e do Firefox: a foto é redimensionada automaticamente para um tamanho razoável, portanto, o envio é rápido, mesmo com uma câmara de 20 milhões de pixeis.

            +

            Informação para utilizadores do Chrome e do Firefox: a fotografia é redimensionada automaticamente para um tamanho razoável, portanto, o envio é rápido, mesmo com uma câmara de 20 milhões de pixeis.

            O código de barras será reconhecido automaticamente se a imagem não estiver muito desfocada. Quando o produto já estiver na base de dados, será redirecionado para a página do produto. Aí pode verificar a exatidão das informações. Se as suas fotografias forem melhores, não hesite em editar o produto e adicionar as suas fotografias. Se o produto não existir, aparecerá um formulário para inserir as informações.

            @@ -61,25 +61,25 @@

            Envie a fotografia principal do produto

            Se for necessário, pode corrigir a imagem com os botões girar para a esquerda / direita.

            -

            Cortar o produto dentro da imagem, clique e arraste com o rato, em seguida, pressione o botão “Validar imagem”.

            +

            Recorte o produto dentro da imagem, clique e arraste com o rato, em seguida, pressione o botão “Validar imagem”.

            Pode recortar a sua fotografia. -

            Se for feito em fundo branco, tente "Tentar eliminar o fundo se for branco", que branqueia o fundo, escurece ligeiramente as bordas do produto e realça as cores.

            +

            Se foi fotografado em fundo branco, use o botão "Tentar eliminar o fundo se for branco", que branqueia o fundo, escurece ligeiramente as bordas do produto e realça as cores.

            -

            Foto com a caixa desmarcada:

            +

            Fotografia com a caixa desmarcada:

            -Foto do produto sem correção de cor +Fotografia do produto sem correção de cor -

            Foto com a caixa marcada:

            +

            Fotografia com a caixa marcada:

            -Foto do produto com correção de cor +Fotografia do produto com correção de cor -

            O resultado depende da quantidade de sombras, mantenha a foto original se as cores estiverem muito saturadas.

            +

            O resultado depende da quantidade de sombras, mantenha a fotografia original se as cores estiverem muito saturadas.

            Adicione informações sobre o produto

            @@ -88,37 +88,37 @@

            Adicione informações sobre o produto

            O nome do produto é o que aparece na embalagem.

            -

            O nome genérico é o nome do produto "legal", sem indicação de marca. Geralmente encontrado na embalagem também

            +

            O nome genérico é o nome do produto "legal", sem indicação de marca. Geralmente encontrado na embalagem também.

            Os campos "Embalagem", "Marcas", "Categorias", "Origem", "Etiquetas" são listas de palavras-chave (tags) sob as quais o produto será referenciado. Pode digitar essas palavras-chave separadas por uma vírgula ou pressionando a tecla Enter.

            -

            Pode preencher todas as palavras-chave que considera relevantes (veja os produtos já listados). Quando o número de produtos na base for mais significativo, podemos classificar todas as palavras-chave e criar uma árvore de categorias e correspondências entre várias grafias ("suco" e "sumo"), etc. Também podemos oferecer sugestões em tempo real (digitando algumas letras) para marcas etc. Também podemos oferecer sugestões em tempo real (digitando algumas letras) para marcas etc.

            +

            Pode preencher todas as palavras-chave que considera relevantes (veja os produtos já listados). Quando o número de produtos na base de dados for mais significativo, podemos ordenar todas as palavras-chave e criar uma árvore de categorias e correspondências entre várias ortografias ("donut" e "donut"), etc. Também podemos oferecer sugestões em tempo real (digitando algumas letras) para marcas etc.

            Envie a fotografia dos ingredientes

            Gestor de fotografias para escolher uma fotografia de ingredientes adequada -

            Quanto à outra foto, faça o envio da lista de ingredientes.

            +

            Quanto à outra fotografia, faça o envio da lista de ingredientes.

            -Foto recortada dos ingredientes, pronta para validar +Fotografia recortada dos ingredientes, pronta para validar -

            Recorte para que apenas a lista de ingredientes permaneça visível e clique em "Validar e/ou redimensionar a imagem".

            +

            Recorte de forma a que apenas a lista de ingredientes permaneça visível e clique em "Validar e/ou redimensionar a imagem".

            Recortado para que apenas a lista de ingredientes permaneça visível, pronta para a extração automática do texto -

            Pode evitar escrever manualmente a lista de ingredientes com o botão "Extrair os ingredientes da imagem". O reconhecimento de caracteres funciona melhor quando a imagem está nítida e o texto na horizontal e direito. Por outro lado, se o texto é curvo (foto de uma lata, por exemplo) ou se o fundo não é uniforme, os ingredientes geralmente não são reconhecidos.

            +

            Pode evitar escrever manualmente a lista de ingredientes com o botão "Extrair os ingredientes da imagem". O reconhecimento de caracteres funciona melhor quando a imagem está nítida e o texto na horizontal e direito. Por outro lado, se o texto é curvo (fotografia de uma lata, por exemplo) ou se o fundo não é uniforme, os ingredientes geralmente não são reconhecidos.

            A extração automatizada de texto foi realizada. Agora cabe a si verificar isso. -

            Com este produto, o reconhecimento é quase perfeito (um 'a' foi reconhecido como '1'). O texto extraído automaticamente tem de ser corrigido.

            +

            Com este produto, o reconhecimento é quase perfeito (um 'a' foi reconhecido como '1'). O texto extraído automaticamente necessita frequentemente de correções.

            Este reconhecimento automático deve melhorar com o tempo: quanto mais produtos tivermos, melhor será o dicionário de ingredientes que podemos gerar para ajudar o algoritmo de reconhecimento de texto.

            -

            Em seguida, preencha o campo de "vestígios" potencialmente alergénos nos produtos. Esta informação é crucial e, por vezes, vital para quem sofre de alergias.

            +

            Em seguida, preencha o campo de "vestígios" potencialmente alergénios nos produtos. Esta informação é crucial e por vezes vital para quem sofre de alergias.

            Certifique-se de preencher todos os campos, sem esquecer nenhum. @@ -126,9 +126,9 @@

            Envie a fotografia dos ingredientes

            Envie a fotografia com as informações nutricionais

            -

            Vemos mais e mais produtos que indicam a composição nutricional na embalagem. Tal como a foto dos ingredientes, faça o envio e otimize a foto correspondente.

            +

            Vemos mais e mais produtos que indicam a composição nutricional na embalagem. Tal como a fotografia dos ingredientes, faça o envio e otimize a fotografia correspondente.

            -Uma foto da tabela nutricional recortada corretamente. +Uma fotografia da tabela nutricional recortada corretamente. diff --git a/lang/pt_PT/texts/how-to-complete-products-on-android.html b/lang/pt_PT/texts/how-to-complete-products-on-android.html index df93f8026e39..91fa19ec7b50 100644 --- a/lang/pt_PT/texts/how-to-complete-products-on-android.html +++ b/lang/pt_PT/texts/how-to-complete-products-on-android.html @@ -14,7 +14,7 @@

            Instale a aplicação Open Food Facts



            -

            Encontre produtos que precisam de ser concluídos

            +

            Encontre produtos que precisam de ser completados

            Os produtos com as informações todas preenchidas permitem-nos analisar a sua qualidade nutricional, determinar se são adequados a veganos, vegetarianos e muito mais!


            diff --git a/lang/pt_PT/texts/index-pro.html b/lang/pt_PT/texts/index-pro.html index e14241713676..c9185331ef53 100644 --- a/lang/pt_PT/texts/index-pro.html +++ b/lang/pt_PT/texts/index-pro.html @@ -26,22 +26,22 @@

            - Validated Data + Dados validados

            Dados validados

            Certifique-se que os dados do seu produto são abrangentes e atualizados. Os seus dados tornar-se-ão a fonte de referência assim que forem públicos. E como sabemos que pequenos erros podem acontecer, relataremos em particular a si quaisquer problemas de qualidade de dados que detetarmos antes da importação, para que possa corrigi-los.

            - Improvements -

            Obtenha sugestões para melhorar facilmente o Nutri-Score

            + Melhorias +

            Obtenha sugestões para melhorar facilmente o Nutri-Score

              -
            • Melhorar significativamente o Nutri-Score com uma redução razoável de açúcar, sal ou ácidos gordurosos saturados.
            • -
            • Detetar produtos com um perfil nutricional menor do que produtos similares no mercado.
            • +
            • Melhore significativamente o Nutri-Score com uma redução razoável de açúcar, sal ou ácidos gordurosos saturados.
            • +
            • Detete produtos com um perfil nutricional menor do que produtos similares no mercado.

            - Broadcast your product data thanks to Open Food Facts + Divulgue os dados dos seus produtos graças ao Open Food Facts

            Transmita os seus dados para muitas aplicações e serviços

            O Open Food Facts é um canal de distribuição de dados essencial. Cerca de 200 aplicações e serviços usam o Open Food Facts. Partilhe uma vez, garanta a harmonização em muitos lugares.

            @@ -61,7 +61,7 @@

            "Venha como está" quase poderia ser o lema da plataforma
            - Import data in Open Food Facts using XLSX + Importe dados no Open Food Facts usando XLSX

            Compatível com qualquer XLSX/ODT que possa ter

            Embora forneçamos um modelo fácil de usar após a inscrição, pode reutilizar qualquer aplicação existente, em qualquer formato. A plataforma permite combinar os nomes das suas colunas com o formato Open Food Facts.

            @@ -124,7 +124,7 @@

            Adote facilmente o Nutri-Score

            O Nutri-Score é calculado automaticamente a partir das informações nutricionais.

              -
            • Entenda o cálculo do Nutri-Score com todos os seus componentes.
            • +
            • Compreenda o cálculo do Nutri-Score com todos os seus componentes.
            • Verifique o Nutri-Score caso já o tenha calculado.
            @@ -135,15 +135,15 @@

            Calcule com precisão o Eco-Score para os seus prod

            O Eco-Score é calculado a partir de uma categoria precisa, informações sobre rótulos, ingredientes e as suas origens e componentes da embalagem.

              -
            • Certifique-se de obter o melhor Eco-Score possível, removendo abusos ligados a informações em falta.
            • -
            • Importar seus produtos para a base de dados pública permitirá que os compare com as melhores práticas.
            • +
            • Assegure-se de que obtém o melhor Eco-Score possível, eliminando os erros associados a informações em falta.
            • +
            • A importação dos seus produtos para a base de dados pública permitir-lhe-á compará-los com as melhores práticas.

            -

            Obtenha explicações detalhadas de pontuação para o Nutri-Score e o Eco-Score

            +

            Obtenha explicações detalhadas sobre a pontuação do Nutri-Score e do Eco-Score

            Depois dos seus dados serem importados, fornecemos explicações detalhadas, incluindo avisos sobre os dados que podem estar em falta.

            @@ -188,7 +188,7 @@

            Muitas outras aplicações e serviços usam o Open

            Estamos aqui para ajudar

            Estamos disponíveis para qualquer questão

            Faremos o possível para orientá-lo, para que possa fazer a sua parte na transformação do sistema alimentar dos seus consumidores e do planeta.

            -

            Pode ler o nosso guia de início rápido +

            Pode ler o nosso guia de início rápido (em inglês) e teremos todo o gosto em responder às suas perguntas em producers@openfoodfacts.org.

            Contacte-nos diff --git a/lang/pt_PT/texts/index.html b/lang/pt_PT/texts/index.html index e7d2a94027a5..c96b76c6100b 100644 --- a/lang/pt_PT/texts/index.html +++ b/lang/pt_PT/texts/index.html @@ -6,10 +6,10 @@

            Descobrir

            O Open Food Facts é uma base de dados de produtos alimentares feita por todos, para todos. Pode usá-lo para fazer melhores escolhas alimentares, e como são dados abertos, qualquer um pode reutilizá-lo para qualquer finalidade.

            - Saiba mais sobre o Open Food Facts + auto_storiesSaiba mais sobre o Open Food Facts
            - Open Food Facts + Descobrir o Open Food Facts.
            - O Open Food Facts é uma base de dados de produtos alimentares feita por todos, para todos. + Contribuir para o Open Food Facts.
            diff --git a/lang/pt_PT/texts/keyfacts.html b/lang/pt_PT/texts/keyfacts.html index 5d8009b9512b..093ab941397d 100644 --- a/lang/pt_PT/texts/keyfacts.html +++ b/lang/pt_PT/texts/keyfacts.html @@ -4,12 +4,12 @@

            O Open Food Facts é uma base de dados de informações sobre alimentos, exclusivo no mundo:

              -
            • colaborativo : comparável com a Wikipédia, tem 16.000 colaboradores
            • -
            • internacional e sem limite de tamanho e produtos: nascido na França, agora contém 1.000.000 produtos em mais de 180 países - 16 países têm mais de 1.000 produtos, 8 mais de 8.000
            • +
            • colaborativo: comparável com a Wikipédia, tem 16 000 colaboradores
            • +
            • internacional e sem limites de tamanho e de produtos: nascida em França, contém atualmente 3.000.000 de produtos em mais de 180 países - 16 países têm mais de 1.000 produtos, 8 mais de 8.000
            • livremente reutilizável (dados abertos): dezenas de empresas, pesquisadores e inovadores reutilizam livremente os dados para o uso próprio
            • estritamente independente da indústria alimentar, é administrado por uma associação de direito francês, lei de 1901.
            -

            Com 100.000 utilizadores / dia, o Open Food Facts já se tornou, em apenas 6 anos, a referência para informações sobre alimentos em vários países. Apoia pesquisas e políticas públicas voltadas para uma alimentação mais saudável.

            +

            Com 100.000 utilizadores por dia, o Open Food Facts já se tornou, em apenas 6 anos, a referência para informações sobre alimentos em vários países. Apoia pesquisas e políticas públicas voltadas para uma alimentação mais saudável.

            Pontos Energia (kJ)Gorduras saturadas (g)Lípidos saturados (g) Açúcares (g) Sódio (mg)
            PontosFrutas, legumes e nozes (%)Frutos, vegetais e frutos de casca rija (%) Fibra (g) Proteínas (g)
            Pontos Energia (kJ) Açúcares (g)Frutas, legumes (%)Frutas, vegetais (%)
            0
            1 ≤30≤1,5 or sweeteners≤1,5 ou aduçantes
            PontosRelação Gordura Saturada / Gordura TotalProporção lípidos saturados / total de lípidos
            0
            10>64> 64
            \ No newline at end of file diff --git a/lang/pt_PT/texts/nutrition-score-uk.html b/lang/pt_PT/texts/nutrition-score-uk.html index 4e2013021652..3aacbfff0565 100644 --- a/lang/pt_PT/texts/nutrition-score-uk.html +++ b/lang/pt_PT/texts/nutrition-score-uk.html @@ -3,7 +3,7 @@

            Semáforos de nutrição

            Um sistema de semáforos (vermelho, laranja, verde) torna possível identificar rapidamente a quantidade de gordura, gorduras saturadas, açúcar e sal contidos nos produtos alimentares.

            Este sistema de semáforos foi estabelecido pela Food Standards Agency (FSA) do Reino Unido. -É usado por alguns fabricantes à base voluntária na Grã-Bretanha, mas foi rejeitado pela Comissão Europeia em 2010.

            +É utilizado por alguns fabricantes numa base voluntária na Grã-Bretanha, mas foi rejeitado pela Comissão Europeia em 2010.

            No Open Food Facts, quando os valores nutricionais são conhecidos, os semáforos são exibidos nas páginas do produto.

            @@ -15,11 +15,11 @@

            Semáforos de nutrição

            por 100g pequena quantidadePequena quantidade quantidade moderadaQuantidade moderadaquantidade elevadaAlta quantidadequantidade elevadaQuantidade elevada
            LipídiosLípidos (gorduras) até 3g de 3g a 20g mais de 20g 0 0 0< = 40Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80
            1 ≤30≤1,5 або солодший1 ≤30Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80≤1,5 або солодшийБали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80
            2 >30>1.52 >30Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80>1.5Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80 >40
            5>120>120Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80 >6
            6>150>150Бали Енергетична цінність (kJ) Цукор (г) Фрукти, овочі (%) +0 0 0 < = 40 +1 ≤30 ≤1,5 або солодший +2 >30 >1.5 >40 +3 >60 >3 +4 >90 >4.5 >60 +5 >120 >6 +6 >150 >7.5 +7 >180 >9 +8 >210 >10.5 +9 >240 >12 +10 >270 >13.5 >80 >7.5
            на 100гsmall amountНевелика кількістьНевелика кількістьНевелика кількість середня кількістьСередня кількість велика кількістьВелика кількість