curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/models/{model}/tiles \
--header 'x-api-key: <x-api-key>'{
"tiles": [
{
"bounds": {
"east": 123,
"north": 123,
"south": 123,
"west": 123
},
"tile": {
"x": 1,
"y": 1
},
"url": "<string>",
"z": 1
}
],
"total_tiles": 1
}Get tiles metadata for bounds area (returns array of tile URLs)
curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/models/{model}/tiles \
--header 'x-api-key: <x-api-key>'{
"tiles": [
{
"bounds": {
"east": 123,
"north": 123,
"south": 123,
"west": 123
},
"tile": {
"x": 1,
"y": 1
},
"url": "<string>",
"z": 1
}
],
"total_tiles": 1
}API key for authentication
Weather model ID (e.g., gfs, ec25, icon, gem)
Bounds in format 'lat1,lng1,lat2,lng2'
Zoom level
x >= 0Timestamp for forecast data (Unix timestamp)
Model run ID (e.g., '2918') required for forecast
Field expression to render
Style object as JSON (all keys optional)