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

Headers

x-api-key
string
required

API key for authentication

Response

Archive models with intervals successfully retrieved

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