post https://api.connect.earth/charts/pie
This endpoint allows you to support graphs and analytics of carbon emissions in your apps.
Log in to see full request history
Responses
This endpoint allows you to support graphs and analytics of carbon emissions in your apps.
xxxxxxxxxx
18curl --request POST \
--url https://api.connect.earth/charts/pie \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"geo": "BE",
"transactions": [
{
"categoryType": "mcc",
"categoryValue": "5411",
"price": 20,
"currencyISO": "USD",
"group": "Travel and Holidays"
}
]
}
'
Try It!
to start a request and see the response here! Or choose an example: