Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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" }
Get all available archive models and their time intervals
API key for authentication
Archive models with intervals successfully retrieved
Show child attributes