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 - General Information

Weather API
You don't want to retrieve prepared graphics, but raw data that you either want to process further or present in a way that best suits your application?
Would you like to retrieve a larger number of weather variables?
Would you like to be able to retrieve more time steps per day and over a longer period of time?
If you answer "yes" to any of these questions, then the Weather API is right for you:
You can easily retrieve raw weather data via the Weather API at the start address "https://{{BASE_URL}}/"
A detailed description with the possibility to test individual functions of the API can be found at the following pages
Over 60 different weather variabless are currently available, depending on the weather model in hourly time steps for the first three days and steps of three hours for days 4-10.
The values of the data grid, interpolated values for each position, the values as an array for an entire area or any combination of weather variabless for any location and a freely selectable combination of time steps can be selected.
Modified at 2024-06-15 16:18:06
Next
Weather API - Variables
Built with