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}

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.

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/5.atom
...

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

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