Mapbox Api 响应保存到数据库中非法吗?

发布于 2025-01-10 18:45:51 字数 651 浏览 0 评论 0原文

当我向mapbox api发出请求时,

https://api.mapbox.com/geocoding/v5/mapbox.places/Los%20Angeles.json?access_token=YOUR_MAPBOX_ACCESS_TOKEN

我得到的响应如下:

{"type":"FeatureCollection","query":[""]}

然后在最后一个响应中我得到

"attribution":"NOTICE: \u00a9 2022 Mapbox and its suppliers. All rights reserved. Use of this data is subject to the Mapbox Terms of Service (https:\/\/www.mapbox.com\/about\/maps\/). This response and the information it contains may not be retained. POI(s) provided by Foursquare."}

所以我想做的是将响应保存到数据库,然后在需要时使用它,因为比多个请求更有效每次。

结论是我想知道将响应数据保存到数据库是否非法?

When I make request to mapbox api

https://api.mapbox.com/geocoding/v5/mapbox.places/Los%20Angeles.json?access_token=YOUR_MAPBOX_ACCESS_TOKEN

I get the response like :

{"type":"FeatureCollection","query":[""]}

Then in the last of the reponse I get

"attribution":"NOTICE: \u00a9 2022 Mapbox and its suppliers. All rights reserved. Use of this data is subject to the Mapbox Terms of Service (https:\/\/www.mapbox.com\/about\/maps\/). This response and the information it contains may not be retained. POI(s) provided by Foursquare."}

So What I wanted to do is save the response to the db and then use it whenever it is needed because is more efficient then multiple request everytime.

Concluding what I want to know is it illegal to save the reponse data to database?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

好倦 2025-01-17 18:45:51

我不是律师,但从条款和条件来看,似乎不,你不允许存储他们的内容。这并不奇怪,因为对于许多 API 来说,定价是基于每个请求的。

...
我们的服务
...
除非下面另有说明:您不得
缓存、存储或导出
服务中的任何地图内容。

和:

所有权
您的内容
您保留所有内容的所有权
您通过 Mapbox Studio 向服务贡献的信息,Mapbox Studio
经典、数据集 API 和上传 API,不包括任何内容
您从 Mapbox 收到的信息(“您的内容”)

(强调我的)

要 100% 确定您应该联系律师,请尝试在此处提问,或者直接联系 Mapbox 并要求他们进行澄清。

I am not a lawyer, but from the Terms and Conditions, it seems that no, you're not allowed to store their content. This is not surprising as for many APIs the pricing is based per request.

...
Our services
...
Unless stated otherwise below: You may not
cache, store, or export
any map content from the Services.

And:

Ownership
Your content
You retain ownership of all content
that you contribute to the Services via Mapbox Studio, Mapbox Studio
Classic, the Dataset API and the Uploads API, excluding any content
that you receive from Mapbox ("Your Content")
.

(emphasis mine)

To be 100% sure you should contact a lawyer, try asking here, or simply contact Mapbox and ask them for a clarification.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文