Introduction
Consupedia is a platform that provides comprehensive information on the environmental, social, and ethical aspects of food products. Our goal is to help developers build applications and services that empower consumers to make informed, sustainable choices and promote responsible consumption.
Our developer services offer access to a wealth of data, including product descriptions, images, categories, and sustainability indicators such as carbon footprint, water footprint, and social justice scores. By leveraging our data, developers can create applications that educate users about the impact of their consumption habits and guide them towards more sustainable alternatives.
We assign a growing number of sustainability information to a product. Below are the current available fields. You can read more here.
RESTful API's
Consupedia offers two APIs to address the distinct needs of its users: the Connect API and the Product API. The Connect API enables subscription to specific products, while the Product API serves as a tool for product research. These APIs facilitate streamlined access to essential product information and enable businesses and developers to make informed decisions.
Read the API reference here.
Webhook
Webhooks is a convenient way to get notified when a product is updated with new information. Webhooks allow you to build or set up integrations which subscribe to product update events. Rather than requiring you to pull information via our API, webhooks will push information to your endpoint. When there is new data about a subscribed product, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks is a great way to keep your product information up to date.
Read our webhook service here.