Skip to content

Instantly share code, notes, and snippets.

@GeeWee
Created July 12, 2022 15:37
Show Gist options
  • Save GeeWee/a26ec914963ba490f102b9f0a0d9b3c7 to your computer and use it in GitHub Desktop.
Save GeeWee/a26ec914963ba490f102b9f0a0d9b3c7 to your computer and use it in GitHub Desktop.
curl --request POST \
--url https://beta3.api.climatiq.io/estimate \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"emission_factor": {
"id": "accommodation_type_hotel_stay",
"region": "AU"
},
"parameters": {
"number": 1
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment