Migrate tile requests
This section describes how to migrate weather radar requests from the Destination Weather API v1 to v3.
Request
For more information on Destination Weather API v3 request parameters, see the Weather Radar - Request Parameters section of the Destination Weather API v3 API reference.
Request headers added
The following header has been added:
Accept
Parameters added
The following parameter has been added:
format
Parameters removed
The following path parameter have been replaced by the imageType parameter:
layerId
The following query parameter have been replaced by the time parameter:
ts
For more information, see the table in Parameter mapping.
Base URL, version, and resource
| Parameter | Destination Weather API v1 | Destination Weather API v3 |
|---|---|---|
| Base URL | https://weather.cc.api.here.com | https://weather.hereapi.com |
| Version | /weather/2.0 | /v3 |
| Resource | /tile | /tile |
Parameter mapping
| Destination Weather API v1 | Destination Weather API v3 |
|---|---|
in path layerId=1 or 2 | in path imageType=radar or precipitation |
ts | time |
| - | format=png |
Updated 7 days ago