Lune Documentation
Learn how to use Lune to make your product or service climate positive.
Sustainable Logistics
In this guide, you will learn how to interact with the Lune API to:
- Calculate emissions for shipments
- Offset emissions for shipments
Payments Contribution
In this guide, you will learn how to interact with the Lune API to:
- Enable merchants to opt-in to contribute a percentage of a transaction value towards carbon removal at checkout
- Purchase carbon removal credits
Green Banking
In this guide, you will learn how to interact with the Lune API to:
- Calculate emissions for financial transactions
- Offset those emissions.
API Reference
Create climate positive customer experiences by integrating innovative carbon removal with just a few lines of code. You are in full control.
curl https://api.lune.co/v1/orders/by-mass \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $API_KEY" \
-X POST \
-d '{
"mass": {
"amount": "259.111",
"unit": "kg"
}
}'