About

This level represents a Parameter in the API. In the list of available Stations you can find out the latest position of the Station. There is also links to any Station Set valid for this parameter.

GET /api/version/{version}/parameter/{parameter}.{ext}?measuringStations={measuringStations}

Parameters

{parameter} Numeric value. Available Parameters are listed below.
{version} Numeric value or latest. Try to use the Version with the highest number instead of the Version titled latest.
{ext} The suffix specifying which mediatype to use. See mediatypes for more information.

Query parameters

{measuringStations} Query parameter specifying which measuring stations to get.Can be core, additional or all. See stations attributes. If not used, all stations are returned.

Examples

Example request and response for the Parameter level in different mediatypes. This response in not complete for the sake of readability.

GET /api/version/latest/parameter/1.atom
...

GET /api/version/latest/parameter/1.xml
...

GET /api/version/latest/parameter/1.json
...