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

Mapbox Api Response saving into database illegal?

当我向 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."}

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

总结一下我想知道将响应数据保存到数据库是否违法?

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

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

并且:

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").

(强调我的)

要 100% 确定您应该联系律师,请尝试 asking here,或者直接联系 Mapbox 并要求他们澄清。