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.
Authorization
apiKey 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 tag to filter by
IMO of the vessel
Query Parameters
Start of the range to filter by
^(?:(?:\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))$date-timeEnd of the range to filter by
^(?:(?:\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))$date-timeResponse 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"}