curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/archives/models/{model}/tiles/{z}/{x}/{y} \
--header 'x-api-key: <x-api-key>'Render XYZ tile for a model from archive (MAMS) using provided query and style
curl --request GET \
--url https://sahabah-prod.devops.arabiaweather.com/api/weather/archives/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 timestamp (required for archive)
Field expression to render
Style object as JSON (all keys optional)
Archive weather tile rendered successfully