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. |
Attributes
Description of some of the attributed for thestation
.
updated | When the data for the station is latest updated. |
owner | Who owns the station. Can be SMHI and other.
|
active | Is the station still "live"? |
measuringStations | Indicates which measuring network the station belongs to. Can be CORE or
ADDITIONAL . CORE stations are monitored, inspected and
maintained by SMHI.
Values reported from CORE stations are quality checked and corrected.
Values from ADDITIONAL stations are not quality checked and the
stations are not inspected by SMHI.
|
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/2/station/2357.atom
...
GET /api/version/1.0/parameter/2/station/2357.xml
...
GET /api/version/1.0/parameter/2/station/2357.json
...