Skip to content

Emissions

The following APIs are all related to emission standards.

Standards

Get All Emission Standards

GET emissions/standards HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.

Reponse

Emission Standard Collection Model

Get Emission Standard

GET emissions/standards/{key} HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.
key route The key of the emission standard to return.

Reponse

Emission Standard Model

Get Emission Standard Levels

GET emissions/standards/{key}/levels HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.
key route The key of the emission standard to find levels of.

Reponse

Emission Level Collection Model

Levels

Get All Emission Levels

GET emissions/levels HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.

Reponse

Emission Levels Collection Model

Get Emission Level

GET v1/emissions/levels/{key} HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.
key route The key of the emission level to return.

Reponse

Emission Level Model

Get Emission Level Standard

GET v1/emissions/levels/{key}/standard HTTP/2

Parameters

Name Type Required Default Description
locale query en-gb Locale for string translation.
key route The key of the emission level to find the standard of.

Reponse

Emission Standard Model