Emission+ Logo
APIEu ets

YTD

Get EU ETS result of vessel in year

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

In: header

Get EU ETS result of vessel in year

Path Parameters

organization*string

Organization tag to filter by

imo*|

IMO of the vessel

Query Parameters

year*|

Year to filter by

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/ytd?year=2023"
{  "euas": 12.34,  "emissions": {    "accounted": 1002000,    "totalCO2eq": 1301234  }}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}