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/autc/JsonVariables

GET
weather.openportguide.org/api/wthr/autc/JsonVariables
Last modified:2025-11-01 13:55:26
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/autc/JsonVariables?apiKey=Please enter your API-Key to test the API&search=Lifted' \
--header 'Host: {{BASE_URL}}'
Response Response Example
200 - Success
{"Metadata":{"ServiceProvider":"navapi.com","ApiMainService":"Weather","ApiSubService":"AutoComplete-WeatherVariables","ApiVersion":"v2","ResultCode":"200","ResultMessage":"Success","NumberOfResults":1,"UsedTokens":0.01},"WeatherVariables":[{"VariableName":"GFS_4LFTX_atm","Model":"gfs","Level":"Entire Atmosphere","Unit":"K","Description":"Best (4 layer) Lifted Index (K). Stability index from lifted parcel vs environment; positive = stable, negative = unstable; thresholds indicate thunderstorm likelihood.","IconUrl":"https://weather.navapi.cc/GFS_4LFTX_atm.svg"}]}
Modified at 2025-11-01 13:55:26
Previous
/wthr/list/ForecastModels
Next
/wthr/list/JsonVariables
Built with