APIUk ets
By Voyage Legs
Get UK ETS result of voyage legs in year.<br />Make sure to only query time ranges that coincide with calendar 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 X-API-KEY<token>
In: header
Get UK ETS result of voyage legs in year.Make sure to only query time ranges that coincide with calendar 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))$Format
date-timeto*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))$Format
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/ukets/voyage-legs?from=2025-01-01T00%3A00%3A00Z&to=2026-01-01T00%3A00%3A00Z"[ { "allowances": 14.321, "emissions": { "accounted": 1002000, "totalCO2eq": 1301234 }, "leg": { "from": "2025-01-01T00:00:00Z", "to": "2025-01-15T00:00:00Z", "type": "AT_SEA" }, "byFuelType": [ { "fuelType": "HFO", "sourceClass": "string", "sustainable": false, "allowances": 14.321, "emissions": { "accounted": 0, "totalCO2eq": 0 }, "consumption": 12.5 } ] }]{ "message": "string"}{ "message": "string"}{ "message": "string"}{ "message": "string"}{ "message": "string"}