curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/models/{model}/tiles/{z}/{x}/{y} \
--header 'x-api-key: <x-api-key>'Render XYZ tile for a model using the provided query and style
curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/models/{model}/tiles/{z}/{x}/{y} \
--header 'x-api-key: <x-api-key>'API key for authentication
Weather model ID (e.g., gfs, ec25, icon, gem)
Zoom level
x >= 0Tile X coordinate
x >= 0Tile Y coordinate
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)
Weather tile rendered successfully