APIEu ets
YTD
Get EU ETS result of vessel in year
Authorization
apiKey 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"}API
Emission+ API
By Voyage Legs GET
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.