Difference between revisions of "API/Contribute Back"

From Open Food Facts wiki
Jump to navigation Jump to search
Line 1: Line 1:
You're using OpenFoodFacts data in your app ? Great !
+
You're using Open Food Facts data in your app ? Great !
Did you know you could contribute back using standardized API ? In short, helping OpenFoodFacts is helping your app or service.
+
Did you know you could contribute back using standardized API ? In short, helping Open Food Facts is helping your app or service.
 
Make it easy for your user to scan and take pictures of products, or to label them.
 
Make it easy for your user to scan and take pictures of products, or to label them.
  
Line 6: Line 6:
  
 
=== Official apps ===
 
=== Official apps ===
* iOS App
+
* iOS and Android App  
** Contributes photos and Name, Brand, Quantity
 
* Android App
 
 
** Contributes photos and Name, Brand, Quantity
 
** Contributes photos and Name, Brand, Quantity
  
Line 28: Line 26:
 
== How to contribute back ==
 
== How to contribute back ==
 
For now, you can create a user account for all your contributors.<br>
 
For now, you can create a user account for all your contributors.<br>
See how to use the [[API]]
+
See how to use the API
 +
== New documentation of the API ==
 +
* [https://openfoodfacts.github.io/api-documentation/ API V2 - Comprehensive but not OpenAPI compliant] - It contains uses cases for displaying a product, and letting your users add the data required to get the Nutri-Score, the NOVA classification, additives, and the Eco-Score.
 +
* [https://openfoodfacts.github.io/openfoodfacts-server/reference/api/ API V2 - new OpenAPI documentation] - Work in Progress
 +
* [https://openfoodfacts.github.io/openfoodfacts-server/reference/api-v3/ API V3 - new OpenAPI documentation] - Work in Progress
  
 
[[Category:Reuse]]
 
[[Category:Reuse]]
 
[[Category:API]]
 
[[Category:API]]

Revision as of 13:38, 8 December 2022

You're using Open Food Facts data in your app ? Great ! Did you know you could contribute back using standardized API ? In short, helping Open Food Facts is helping your app or service. Make it easy for your user to scan and take pictures of products, or to label them.

Apps contributing back to Open Food Facts

Official apps

  • iOS and Android App
    • Contributes photos and Name, Brand, Quantity

3rd party apps

Apps not yet contributing back to Open Food Facts

How to contribute back

For now, you can create a user account for all your contributors.
See how to use the API

New documentation of the API