Skip to main content
GET
/
api
/
weather
/
forecast
/
models
cURL
curl --request GET \
  --url https://sahabah-prod.devops.arabiaweather.com/api/weather/forecast/models \
  --header 'x-api-key: <x-api-key>'
{
  "models": [
    "<string>"
  ]
}

Headers

x-api-key
string
required

API key for authentication

Response

Weather models successfully retrieved

models
string[]
required