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"
}Get available archive runs for a specific model and date
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"
}API key for authentication
Model name (e.g., GFS, ICON)
Year (e.g., 2024)
x >= 0Month (1-12)
x >= 0Day (1-31)
x >= 0