Get total coverage of your supply chain

DitchCarbon empowers procurement teams to reduce emissions with actionable insights on all your suppliers, embedded seamlessly into your procurement stack

Trusted by

What our users think

Ryan Cangco

Principal Product manager, Ariba, SAP

DitchCarbon are great partners; Our customers are excited about getting the data they need to drive more sustainable decision making.

Mike Heavers winking

Mike Heavers

Senior Design Technologist, Mozilla

found this API a breeze to work with, thank you!

Amanda Reynolds

Chief Product Officer

We had been struggling for a while to drive change in our suppliers and our teams, getting DitchCarbon data into our process changed things almost straight away

Procurement teams rely on DitchCarbon

Keeping up to date with what your suppliers are emitting can be time consuming and expensive !

DitchCarbon leverages the latest in AI tech to ensure you always have the most up to date data to make decisions.

0

Company level emission profiles

0

Product emission reports

0

Emission factors for common materials and activities

Find out how we help:

We follow the leading institutions:

Simple to use API

We maintain a comprehensive database of calculators, life cycle analysis, carbon footprints of companies constantly kept up to date with research from the leading world authorities.

No tech resource? No problem we also support CSVs 😉


require 'uri'
require 'net/http'
require 'openssl'
url = URI("https://api.ditchcarbon.com/v1.0/supplier?name=Nestle&country=GB&date=2021")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["accept"] = 'application/json'
request["authorization"] = 'Bearer - token'
response = http.request(request)
puts response.read_body

Engineer ? Click here to get immediate access to our API