Skip to main content
GET
/
api
/
weather
/
archives
/
models
/
{model}
/
{year}
/
{month}
/
{day}
/
runs
cURL
curl --request GET \
  --url https://sahabah-prod.devops.arabiaweather.com/api/weather/archives/models/{model}/{year}/{month}/{day}/runs \
  --header 'x-api-key: <x-api-key>'
{
  "build": "<string>",
  "data": {
    "date": "<string>",
    "model": "<string>",
    "runs": [
      "<string>"
    ]
  },
  "request_id": "<string>",
  "timestamp": "2023-11-07T05:31:56Z"
}

Headers

x-api-key
string
required

API key for authentication

Path Parameters

model
string
required

Model name (e.g., GFS, ICON)

year
integer<int32>
required

Year (e.g., 2024)

Required range: x >= 0
month
integer<int32>
required

Month (1-12)

Required range: x >= 0
day
integer<int32>
required

Day (1-31)

Required range: x >= 0

Response

Archive runs successfully retrieved

build
string
required
data
object
required
request_id
string
required
timestamp
string<date-time>
required