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
    • /wthr/list/ForecastModels
      GET
    • /wthr/autc/JsonVariables
      GET
    • /wthr/list/JsonVariables
      GET
    • /wthr/list/TileVariables
      GET
    • /wthr/list/GrafVariables
      GET
    • /wthr/list/Timesteps
      GET
    • /wthr/list/TileTimesteps
      GET
    • /wthr/svar/NearestGridData
      GET
    • /wthr/svar/InterpolatedData
      GET
    • /wthr/svar/AreaForcast
      GET
    • /wthr/calc/AstroData
      GET
    • /wthr/graf/Meteograms
      GET
    • /wthr/graf/WeatherMaps
      GET
    • /wthr/graf/TileMaps
      GET
    • /wthr/mvar/PointForecast short
      POST
  1. customer

/wthr/list/TileVariables

GET
weather.openportguide.org/api/wthr/list/TileVariables
Last modified:2025-11-01 13:59:34
Maintainer:tkws
OperationId:wthr_list_WeatherVariables

Description#

The API endpoint "/wthr/list/WeatherVariables" lists all currently available variables of a specific forecast model. The long name, the unit and the available levels (heights) are also specified for each variable.
Even if all available forecast models are listed and described with the corresponding variables of the weather API at Weather API - Variables. The API also reports the currently available variables for each forecast model itself.
This can be helpful when troubleshooting, for example.

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Bodyapplication/json

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'weather.openportguide.org/api/wthr/list/TileVariables?apiKey=Please enter your API-Key to test the API' \
--header 'Host: {{BASE_URL}}'
Response Response Example
200 - Success
{"Metadata":{"ServiceProvider":"navapi.com","ApiMainService":"Weather","ApiSubService":"List-TileVariables","ApiVersion":"v2","ResultCode":"200","ResultMessage":"Success","NumberOfResults":17,"UsedTokens":0.01},"TileVariables":[{"VariableName":"GFS_WIND_10m","Description":"Wind stream at 10m height"},{"VariableName":"GFS_WIND_10m_Stream","Description":"Wind stream at 10m height"},{"VariableName":"GFS_WIND_10m_Barb","Description":"Wind barbs at 10m height"},{"VariableName":"GFS_GUST_10m","Description":"Wind gusts at 10m height"},{"VariableName":"GFS_TMP_2m","Description":"Air temperature at 2m height"},{"VariableName":"GFS_PRMSL_msl","Description":"Surface pressure"},{"VariableName":"GFS_PRATE_0m","Description":"Precipitation"},{"VariableName":"GFS_PRATE_0m_shaded","Description":"Shaded precipitation"},{"VariableName":"GFSWAVE_HTSGW_0m","Description":"Significant wave height"},{"VariableName":"GFSWAVE_HTSGW_DIRPW_0m","Description":"Primary wave height direction"},{"VariableName":"GFSWAVE_PERPW_0m","Description":"Primary wave period"},{"VariableName":"GFSWAVE_SWELL_SWDIR_0m_1","Description":"Swell height direction"},{"VariableName":"GFSWAVE_SWPER_0m_1","Description":"Swell period"},{"VariableName":"RTOFS_CURR_0m","Description":"Sea surface current"},{"VariableName":"RTOFS_WTMP_0m","Description":"Sea surface temperature"},{"VariableName":"RTOFSICE_ICEC_0m","Description":"Sea ice coverage"},{"VariableName":"RTOFSICE_ICETK_0m","Description":"Sea ice thickness"}]}
Modified at 2025-11-01 13:59:34
Previous
/wthr/list/JsonVariables
Next
/wthr/list/GrafVariables
Built with