Lune Documentation
Learn how to use Lune to make your product or service climate positive.
Integration guides are aimed at product managers and developers to guide them to implement a solution to a real use case.
Product & design guides are aimed at product managers and designers to set out the characteristics of well-designed products.
Key concepts enrich or clarify specific concepts needed during implementation.
API reference is aimed at developers and describes the API's functionality.
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 Spend Management
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"
}
}'
Product & design guides
Learn how to use the right units of measurement, communicate complex concepts to your users and design sustainability in your product.