Docs
Core-Resources
Core-ResourcesUnit Types

Unit Types

GET Get all available unit types and their respective supported units.

https://beta4.api.earthemission.io/unit-types

Request

curl --request GET \
  --url 'https://beta4.api.earthemission.io/unit-types' \
  --header 'Authorization: Bearer API_KEY' \

Response

The response includes a list of emission factors filtered by the request parameters above.

AttributeDescription
unit_typesA list of available unit types.

Every unit type returned in the list is formed by the following properties:

AttributeDescription
unit_typeThe unit type name.
unitsThe units that are available in this unit type.
curl --request GET \
  --url 'https://beta4.api.earthemission.io/unit-types' \
  --header 'Authorization: Bearer API_KEY' \
Was this helpful?
Docs
Copyright © earthemission.com. All rights reserved.