Emission+ Logo
APIEu ets

By Voyage Legs

Get EU ETS result of voyage legs in year.<br />Make sure to only query time ranges that coincide with EU ETS scheme year boundaries to make sure you receive an accurate result.<br />Note: This API endpoint is provided as is, and might change at any time without prior notice.

GET
/api/external/v3/organization/{organization}/vessel/{imo}/regulation/euets/voyage-legs
X-API-KEY<token>

In: header

Get EU ETS result of voyage legs in year.Make sure to only query time ranges that coincide with EU ETS scheme year boundaries to make sure you receive an accurate result.Note: This API endpoint is provided as is, and might change at any time without prior notice.

Path Parameters

organization*string

Organization tag to filter by

imo*|

IMO of the vessel

Query Parameters

from*string

Start of the range to filter by

Match^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
Formatdate-time
to*string

End of the range to filter by

Match^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
Formatdate-time

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/external/v3/organization/TESTORG/vessel/1234567/regulation/euets/voyage-legs?from=2025-01-01T00%3A00%3A00Z&to=2026-01-01T00%3A00%3A00Z"
[  {    "euas": 12.34,    "emissions": {      "accounted": 1002000,      "totalCO2eq": 1301234    },    "leg": {      "from": "2025-01-01T00:00:00Z",      "to": "2025-01-15T00:00:00Z",      "type": "AT_SEA"    },    "byFuelType": [      {        "euas": 12.34,        "emissions": {          "accounted": 1002000,          "totalCO2eq": 1301234        },        "fuelType": "HFO",        "sourceClass": "string",        "sustainable": false      }    ]  }]
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}