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

/wthr/list/ForecastModels

GET
weather.openportguide.org/api/wthr/list/ForecastModels
Last modified:2025-06-22 15:40:56
Maintainer:tkws
OperationId:wthr_list_ForecastModels

Description#

The API endpoint "/wthr/list/ForecastModels" lists all currently available forecast models.
Even if all available forecast models are listed and described with the corresponding variables of the weather API at https://apidog.com/apidoc/shared-946d96de-b293-495c-9f9f-35c8eb03bb9e/doc-555029, the API can also output the currently available forecast models itself.
This can be helpful when troubleshooting, for example.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'weather.openportguide.org/api/wthr/list/ForecastModels?apiKey={{api-key}}' \
--header 'Host: {{BASE_URL}}'
Response Response Example
200 - Success
{"metadata":{"serviceProvider":"navapi.com","originatingCenter":"US National Weather Service - NCEP (WMC)","UsedTokens":1},"data":{"models":["gfs","gfswave","rtofs_prog","rtofs_ice"]}}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
Modified at 2025-06-22 15:40:56
Previous
/
Next
/wthr/list/WeatherVariables
Built with