此处 API 流量 403 禁止访问

HERE API Traffic Flow 403 Forbidden

我尝试请求流量数据

page = requests.get('https://traffic.ls.hereapi.com/traffic/6.2/flow.xml?apiKey={}&bbox={},{};{},{}&responseattributes=sh,fc'.format(api_key,north,west,south,east))
print(page.content.decode('utf-8'))

但响应是

<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

虽然昨天工作正常

显然他们的服务现在已经停止。可以在这里查看状态

https://support.here.com/status

发生临时中断,您遇到了这个问题。 问题已解决,并已采取纠正措施进行预防。