Weather API
  1. customer
Weather API
  • customer
    • Weather API - General Information
    • Weather API - Variables
    • Weather API - Timesteps
    • Weather API - /wthr/ endpoints usability improvements
    • Weather API - VariableAlias.json
    • Weather API - WeatherVariablesDefaults.json
    • Weather API - weatherMap - parameters
    • Weather API - weatherTiles - general, zoom
    • Weather API - weatherTiles - weather variables
    • Weather API - weatherTiles - timesteps
    • /
      GET
    • /wthr/list/ForecastModels
      GET
    • /wthr/list/WeatherVariables
      GET
    • /wthr/list/Timesteps
      GET
    • /wthr/list/TileTimesteps
      GET
    • /wthr/svar/NearestGridData
      GET
    • /wthr/svar/InterpolatedData
      GET
    • /wthr/svar/AreaForcast
      GET
    • /wthr/mvar/PointForcast
      POST
    • /wthr/calc/AstroData
      GET
    • /wthr/graphic/Meteogram
      GET
    • /wthr/graphic/WeatherMap
      GET
    • /wthr/graphic/Tile
      GET
  1. customer

Weather API - /wthr/ endpoints usability improvements

Improvements to /wthr/ Series Endpoints#

The following improvements to simplify the ease of use characterise the endpoints of the /wthr/ series:
Many possible errors are intercepted and explained in the response.
All parameters except the apiKey are optional. Parameters that are not specified are replaced by default values.
As before, the apiKey can be passed in the header or optionally as a parameter. This enables testing in every browser address line, for example.
If desired, any alias names can be defined for each weather variable and each level.
Any ‘unique alias names’ can be defined for which a combination of ‘model’, “variable” and ‘level’ is stored in the system.
It is also sufficient to enter the name for the normal variables and the appropriate ‘model’ is selected and a default ‘level’ is automatically selected.
The above applies to the following endpoints:
/wthr/svar/NearestGridData
/wthr/svar/InterpolatedData
/wthr/svar/AreaForcast
/wthr/calc/AstroData
The endpoint /wthr/mvar/PointForcast still has the functionality known from /get_timeseries, here the brilliant idea of how the query should work as simply as possible is still missing.
Modified at 2025-05-30 18:50:14
Previous
Weather API - Timesteps
Next
Weather API - VariableAlias.json
Built with