user11953751
user11953751

Reputation:

Here API Weather Icon

Working on a weather app and couldn't find any weather icons from HERE.

In the Json response there is this:

icon: "5"
iconLink: "https://weather.ls.hereapi.com/static/weather/icon/4.png"
iconName: "high_clouds"

But the iconLink doesn't work, it shows unauthorized.

In the documentations, the link in the Json response works but it's a different one that the API provides.

And I can't find anything that can be helpful with that regards.

Upvotes: 0

Views: 340

Answers (1)

Amer
Amer

Reputation: 57

I think you'll need to add the API token at the end of the URL similar to this: https://weather.ls.hereapi.com/static/weather/icon/4.png?apiKey={APIKEY}

Upvotes: 1

Related Questions