Developers

Introduction

At Food Repo we believe in open data delivered using open source technologies and open web standards. The Food Repo API allows full access to all of the content available in the Food Repo database, including images.

Please note that we do not provide any kind of personal support at the moment.

License

All content, including images, is licensed under CC BY 4.0

Getting started

In order to use our API, you first need to create an account, then create an API key.

Versions

The current version of the API is v3. Other versions have been deprecated.

Query example

List of products

curl https://www.foodrepo.org/api/v3/products \
  -H 'content-type: application/json' \
  -H 'authorization: Token token="API_KEY"'
API documentation