About

This level represents a Station in the API. Notice that in addition to the regular information there also is information about the latest position of the Station. From here you can select what Period you are interested in.

GET /api/version/{version}/parameter/{parameter}/station/{station}.{ext}

Parameters

{station} Numeric value. Available Stations are listed in the Parameter level.
{parameter} Numeric value. Available Parameters are listed in the Version level.
{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 Station level in different mediatypes. This response in not complete for the sake of readability.

GET /api/version/1.0/parameter/5/station/35068.atom
...

GET /api/version/1.0/parameter/5/station/35068.xml
...

GET /api/version/1.0/parameter/5/station/35068.json
...