API/Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
== Online API== | == Online API== | ||
https://github.com/openfoodfacts/openfoodfacts-python | https://github.com/openfoodfacts/openfoodfacts-python | ||
== Offline API== | == Offline API (proxy)== | ||
=== Source code === | === Source code === | ||
https://github.com/openfoodfacts/OpenFoodFacts-APIRestPython | https://github.com/openfoodfacts/OpenFoodFacts-APIRestPython | ||
=== How to use === | === How to use === | ||
[[Category:API]] | [[Category:API]] |
Revision as of 15:06, 20 May 2022
Documentation of the Python bindings
Online API
https://github.com/openfoodfacts/openfoodfacts-python
Offline API (proxy)
Source code
https://github.com/openfoodfacts/OpenFoodFacts-APIRestPython