Emission+ Logo
APIFueleu

Approximation By Voyage Legs

Get a FuelEU <b>approximation</b> of voyage legs in year.<br />Note that correct FuelEU calculations can only be done on a YTD basis, and a more granular breakdown by voyage will be inconsistent with YTD results. The above consideration applies, but is not limited to: Fuel Energy Redistribution and any reductions potentially available due to ice conditions.<br />Make sure to only query time ranges that coincide with calendar year boundaries to make sure you receive a somewhat accurate response.<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/fueleu/voyage-legs
X-API-KEY<token>

In: header

Get a FuelEU approximation of voyage legs in year.Note that correct FuelEU calculations can only be done on a YTD basis, and a more granular breakdown by voyage will be inconsistent with YTD results. The above consideration applies, but is not limited to: Fuel Energy Redistribution and any reductions potentially available due to ice conditions.Make sure to only query time ranges that coincide with calendar year boundaries to make sure you receive a somewhat accurate response.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/fueleu/voyage-legs?from=2025-01-01T00%3A00%3A00Z&to=2026-01-01T00%3A00%3A00Z"
[  {    "complianceBalance": -137958051,    "ghgi": 90.82212,    "leg": {      "from": "2025-01-01T00:00:00Z",      "to": "2025-01-15T00:00:00Z",      "type": "AT_SEA"    },    "byFuelType": [      {        "fuelType": "HFO",        "sourceClass": "string",        "sustainable": false,        "wtw": 0,        "consumption": {          "total": 0,          "accounted": 0        },        "energy": {          "total": 0,          "accounted": 0        }      }    ]  }]
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}